I am attempting to compile with out errors a v3.3 code composer program for the pulse ox analog front end with a EVM5515. I can run the canned *.out file, but I cannot get the code to compile in the v4 CCS. I have visited the FAQ Wiki, and fixed some issues, but the std.h fix is not working for me and I get a gmake error that I don't see a solution too. The gmake error is as follows:
**** Build of configuration Debug for project SpO2 ****
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake -k all
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/CCStudio_v3.3/C5500/cgtools/lib/rts55x.lib', needed by `SpO2.out'.
'Building file: ../src/pal_osSem.c'
'Invoking: Compiler'
"C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g --define="_DEBUG" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c5500/include" --include_path="C:/Program Files (x86)/Texas Instruments/xdais_6_25_01_08/packages/ti/xdais" --include_path="/include" --include_path="../inc" --include_path="../common_inc" --include_path="../src" --include_path="../common_src" --preinclude="C:/Program Files (x86)/Texas Instruments/bios_5_41_02_14/packages/ti/bios/include/std.h" --diag_warning=225 --large_memory_model --algebraic --preproc_with_compile --preproc_dependency="src/pal_osSem.pp" "../src/pal_osSem.c"
"../src/pal_osSem.c", line 44: fatal error: could not open source file "std.h"
1 fatal error detected in the compilation of "../src/pal_osSem.c".
Compilation terminated.
For the include issue this is the error below. I know the location of the file(s), but the Wiki instructions did not fix it. I have the same issue with trc.h
../src/pal_osWait.c", line 42: fatal error: could not open source file "std.h"
1 fatal error detected in the compilation of "../src/pal_osWait.c".
Compilation terminated.
>> Compilation failure
Any help would be most appreciated.
James McPherson - CTO Leo Technologies