Search found 18 matches

by soundhound
Tue Mar 05, 2019 5:23 pm
Forum: Development Tools and Programming
Topic: lib_i2c dependencies?
Replies: 5
Views: 1492

Re: lib_i2c dependencies?

thanks mon2. I been trying the like on different platforms. my problems started with 14.3.2 on windows XP - according to the latest xT User Guide XP on SP3 is supported but I have since found via company contact it isn't any longer but should still work. I created a minimal app that used the lib_i2s...
by soundhound
Tue Feb 26, 2019 9:32 pm
Forum: Development Tools and Programming
Topic: lib_i2c dependencies?
Replies: 5
Views: 1492

Re: lib_i2c dependencies?

I see these sorts of problems have been blowing around the forum for a few years, I started last year, I see you, CousinItt, at least a year earlier. Perhaps it has something to do with the previous incarnation of Xmos, as in Xcore, when there was some momentum around community libraries. but since ...
by soundhound
Tue Feb 26, 2019 8:02 pm
Forum: Development Tools and Programming
Topic: lib_i2c dependencies?
Replies: 5
Views: 1492

Re: lib_i2c dependencies?

that didn't do it for me. A year ago I think I copied over the i2c.h file just to get this bastard going (at the very start!) in my ignorance, I blundered in and did a xmake clean and it was swept away somehow. I cannot even compile a re-installed app_i2c_simple_demo now so I assume there is somethi...
by soundhound
Tue Feb 26, 2019 7:35 pm
Forum: Development Tools and Programming
Topic: Missing 'Help' in xTimeComposer...
Replies: 2
Views: 762

Re: Missing 'Help' in xTimeComposer...

by way of example, one thing in particular missing that was part of my 'comprehensive' list !(that I cannot see to refer to) was the ability to find and download app_xxxx modules. I am now getting stuff directly from github/xcore.
by soundhound
Tue Feb 26, 2019 5:13 pm
Forum: Development Tools and Programming
Topic: lib_i2c dependencies?
Replies: 5
Views: 1492

lib_i2c dependencies?

the module_build_info file doesn't mention anything about exporting the header file i2c.h as mentioned in the manual about EXPORT_SOURCE_DIRS. would this be why trying to compile a project that depends on the lib_i2c module barf on not finding i2c.h ? why would this module not export the all-importa...
by soundhound
Tue Feb 26, 2019 11:09 am
Forum: Development Tools and Programming
Topic: Missing 'Help' in xTimeComposer...
Replies: 2
Views: 762

Re: Missing 'Help' in xTimeComposer...

I found Reset Perspective...
So after losing my comprehensive list to the Home and Local Home buttons showing a minimal list (I think I have attached an image),
the forward/backward buttons did not return me to it.

where did it go? how do I get it back?!
untitled.JPG
(101.84 KiB) Not downloaded yet
untitled.JPG
(101.84 KiB) Not downloaded yet
by soundhound
Tue Feb 26, 2019 9:14 am
Forum: Development Tools and Programming
Topic: Missing 'Help' in xTimeComposer...
Replies: 2
Views: 762

Missing 'Help' in xTimeComposer...

hi I set up my dev environment a year ago and have just come back to it. On selecting the Help button I had a whole bunch of documentation I knew I would need. I happened to press the Home button within it and/or/then the button next to it intending to look for the module_i2c_master component only t...
by soundhound
Thu Mar 15, 2018 9:13 pm
Forum: Getting started
Topic: Build Project hammer greyed out?
Replies: 1
Views: 2885

Build Project hammer greyed out?

anyone know what causes the hammer symbol representing 'Build Project' to grey out for a currently selected project? 'Build Project' is still available on a right button menu and from the Project menu at the top, but they don't do anything. I can xmake at the console successfully and then xrun bin/....
by soundhound
Wed Mar 14, 2018 10:51 pm
Forum: Getting started
Topic: copying an existing module...
Replies: 7
Views: 4028

Re: copying an existing module...

actually I didn't follow your instructions exactly by not adding the suffix underscore and instead adding a prefix.
it turns out a system makefile looked for matches to the end of a path.
hence it equated x/y/z/CRAP to x/y/z/MY_CRAP
and that's how it decides one module is equal to another.
by soundhound
Wed Mar 14, 2018 6:56 pm
Forum: Getting started
Topic: copying an existing module...
Replies: 7
Views: 4028

Re: copying an existing module...

the module_build_info is empty and there is no Makefile (it's a source module apparently). I can find nothing that differentiates it. I did try your method - it didn't work for me. I notice that copied apps and modules, even after renaming, retain a suffix related to their origin. for instance 'my-m...