Hi CCS Champs,
I'm trying to build a CCS example (SYS/BIOS hello world from the project wizard). The target is Arm A8. I have a WinXP SP3 machine with CCS5.1.0.09000. When I build the project, it fails when trying to build the RTS library. I pasted in below some of the errors. There were actually a lot more of the same type of errors but I onlyh put a couple of them in because they all basically looked the same. I've seen this before on a different unrelated project but I worked around that by simply choosing a different libary (elf vs coff). but now it's back again. I searched the forums and didn't see much mention of this so I'm wondering if something is hosed with my PC. BTW, I've reinstalled CCS and that didn't help.
<Linking>
warning #10366-D: automatic library build: using library
"C:\ti\ccsv5\tools\compiler\tms470\lib\rtsv7A8_A_le_n_eabi.lib" for the
first time, so it must be built. This may take a few minutes.
... whole bunch of errors went by, below are a couple, they all seem to be the same error ...
gmake.exe[1]: *** [c:/docume~1/a0322191/locals~1/temp/tica27~1/obj/fs_cmp32.obj] Error 2
process_begin: CreateProcess(NULL, cl470 fs_toi32.asm -o -oe -k -ps -pdsw225 -q -mv7A8 --fp_mode=strict --no_visible_enums --abi=eabi -c --ti_lib --building_runtime -D_BOOL --neon -me -Ic:/docume~1/a0322191/locals~1/temp/tica27~1/src -fr c:/docume~1/a0322191/locals~1/temp/tica27~1/obj -fs c:/docume~1/a0322191/locals~1/temp/tica27~1/obj -ft c:/docume~1/a0322191/locals~1/temp/tica27~1/obj, ...) failed.
make (e=2): The system cannot find the file specified.
gmake.exe[1]: *** [c:/docume~1/a0322191/locals~1/temp/tica27~1/obj/fs_div32.obj] Error 2
process_begin: CreateProcess(NULL, cl470 fs_toll32.asm -o -oe -k -ps -pdsw225 -q -mv7A8 --fp_mode=strict --no_visible_enums --abi=eabi -c --ti_lib --building_runtime -D_BOOL --neon -me -Ic:/docume~1/a0322191/locals~1/temp/tica27~1/src -fr c:/docume~1/a0322191/locals~1/temp/tica27~1/obj -fs c:/docume~1/a0322191/locals~1/temp/tica27~1/obj -ft c:/docume~1/a0322191/locals~1/temp/tica27~1/obj, ...) failed.
make (e=2): The system cannot find the file specified.
gmake.exe[1]: *** [c:/docume~1/a0322191/locals~1/temp/tica27~1/obj/fs_mul32.obj] Error 2
process_begin: CreateProcess(NULL, cl470 fs_tou32.asm -o -oe -k -ps -pdsw225 -q -mv7A8 --fp_mode=strict --no_visible_enums --abi=eabi -c --ti_lib --building_runtime -D_BOOL --neon -me -Ic:/docume~1/a0322191/locals~1/temp/tica27~1/src -fr c:/docume~1/a0322191/locals~1/temp/tica27~1/obj -fs c:/docume~1/a0322191/locals~1/temp/tica27~1/obj -ft c:/docume~1/a0322191/locals~1/temp/tica27~1/obj, ...) failed.
make (e=2): The system cannot find the file specified.
gmake.exe[1]: *** [c:/docume~1/a0322191/locals~1/temp/tica27~1/obj/fs_tod32.obj] Error 2
process_begin: CreateProcess(NULL, cl470 fs_toull32.asm -o -oe -k -ps -pdsw225 -q -mv7A8 --fp_mode=strict --no_visible_enums --abi=eabi -c --ti_lib --building_runtime -D_BOOL --neon -me -Ic:/docume~1/a0322191/locals~1/temp/tica27~1/src -fr c:/docume~1/a0322191/locals~1/temp/tica27~1/obj -fs c:/docume~1/a0322191/locals~1/temp/tica27~1/obj -ft c:/docume~1/a0322191/locals~1/temp/tica27~1/obj, ...) failed.
make (e=2): The system cannot find the file specified.
Thanks,
Brad