- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi all,
just downloaded SuperSpeed Explorer Kit and tried to compile USBBulkSourceSinkLED project with the following output.
Any help would be highly appreciated.
Thanks.
Best regards,
TBencher
//**************************************************************************************************
21:43:15 **** Build of configuration Debug for project USBBulkSourceSinkLED ****
cs-make all
"\\Mac\Home\Desktop\Workspace\USBBulkSourceSinkLED\Debug"
CMD.EXE wurde mit dem oben angegebenen Pfad als aktuellem Verzeichnis gestartet.
UNC-Pfade werden nicht unterst?tzt.
Stattdessen wird das Windows-Verzeichnis als aktuelles Verzeichnis gesetzt.
'Building file: ../cyfx_gcc_startup.S'
"\\Mac\Home\Desktop\Workspace\USBBulkSourceSinkLED\Debug"
CMD.EXE wurde mit dem oben angegebenen Pfad als aktuellem Verzeichnis gestartet.
UNC-Pfade werden nicht unterst?tzt.
Stattdessen wird das Windows-Verzeichnis als aktuelles Verzeichnis gesetzt.
'Invoking: ARM Sourcery Windows GCC Assembler'
arm-none-eabi-gcc -x assembler-with-cpp -I"C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\\firmware\u3p_firmware\inc" -Wall -Wa,-adhlns="cyfx_gcc_startup.o.lst" -c -fmessage-length=0 -MMD -MP -MF"cyfx_gcc_startup.d" -MT"cyfx_gcc_startup.d" -mcpu=arm926ej-s -mthumb-interwork -g -gdwarf-2 -o "cyfx_gcc_startup.o" "../cyfx_gcc_startup.S"
"\\Mac\Home\Desktop\Workspace\USBBulkSourceSinkLED\Debug"
CMD.EXE wurde mit dem oben angegebenen Pfad als aktuellem Verzeichnis gestartet.
UNC-Pfade werden nicht unterst?tzt.
Stattdessen wird das Windows-Verzeichnis als aktuelles Verzeichnis gesetzt.
arm-none-eabi-gcc: error: ../cyfx_gcc_startup.S: No such file or directory
arm-none-eabi-gcc: warning: '-x assembler-with-cpp' after last input file has no effect
arm-none-eabi-gcc: fatal error: no input files
compilation terminated.
cs-make: *** [cyfx_gcc_startup.o] Error 1
21:43:15 Build Finished (took 516ms)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi all,
I have found the solution. Just put builder type from external to internal. Now it's working fine.
Best regards,
TBencher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi all,
I have found the solution. Just put builder type from external to internal. Now it's working fine.
Best regards,
TBencher

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello TBencher,
We are glad to hear that the issue is resolved.
Jayakrishna