Changing to xTimeComposer 14.0.0 from 13.2.1

Technical questions regarding the XTC tools and programming with XMOS.
Hagrid
Active Member
Posts: 44
Joined: Mon Jul 29, 2013 4:33 am

Changing to xTimeComposer 14.0.0 from 13.2.1

Post by Hagrid »

Just tried to compile a project in 14.0.0 that was working in 13.2.1 (Community Edition).

I have a series of these errors (one for each module):

Code: Select all

../src/gpout.xc: Error: Changed section attributes for '.debug_str'
xscope_write.c: Error: first set here
I have no idea on where to look.

Suggestions?


User avatar
infiniteimprobability
XCore Legend
Posts: 1126
Joined: Thu May 27, 2010 10:08 am

Post by infiniteimprobability »

Hi - Did you do a make clean before trying to build normally? I have had similar issues where there were incompatibilities between files which were built using the previous versions of tools, which were fixed using a make clean.
Hagrid
Active Member
Posts: 44
Joined: Mon Jul 29, 2013 4:33 am

Post by Hagrid »

I did a "Build All", which I expected would do a clean build. Is this not correct?
srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Post by srinie »

'Build All' does not do a clean;
'Clean Project' or 'xmake clean' should be an explicit action in xTIMEcomposer.

--------------------------------------------
18:09:58 **** Incremental Build of configuration Default for project
app_sample_build_all ****
xmake all
Checking build modules
No build modules used.
Build Complete
--------------------------------------------