I am unable to build my software under Windows due to compil

If you have a simple question and just want an answer.
User avatar
johned
XCore Addict
Posts: 185
Joined: Tue Mar 26, 2013 12:10 pm

I am unable to build my software under Windows due to compil

Post by johned »

I am rebuilding my software (e.g. your USB Audio reference design) under Windows and the compiler crashes.

Please can you explain what is causing this ?

 

User avatar
johned
XCore Addict
Posts: 185
Joined: Tue Mar 26, 2013 12:10 pm

Post by johned »

Wnidows limits the command length to a maximum of 8191 characters.

Some XMOS projects include multiple sub-modules and build folders that must be specified to the compiler on the command line.

Please ensure that the root path length to your workspace is as short as possible.

For example :

C:\workspaces\MyUSBProject

C:\workspaces\MyDSPProject

etc.