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 ?
I am unable to build my software under Windows due to compil
-
- XCore Addict
- Posts: 185
- Joined: Tue Mar 26, 2013 12:10 pm
-
- XCore Addict
- Posts: 185
- Joined: Tue Mar 26, 2013 12:10 pm
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.
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.