Other Parts Discussed in Thread: C6000-CGT,
This question is a continuation of a previous thread:
Using the guidance provided in the previous thread, I was able to resolve the CSL errors in Platform Test Example in TI-RTOS SDK.
However, I also got the 'cerrno' error you mentioned. I followed the steps in the 'How to resolve cerrno in Platform Test Example in TI-RTOS SDK' FAQ URL but they did not resolve this error for me. Please see details below.
Here is the 'Properties for platform_test_evmc6657l' dialog box as shown in the video in the FAQ URL:
Here are the contents of the same dialog box in my setup after I followed the steps in the video.
Here is a screen shot that shows I am still getting an error related to 'cerrno'. The example in the FAQ URL (fatal error #5) is different from the error that I am getting (fatal error #1965).
The text of the CDT Build Console is:
**** Build of configuration Debug for project platform_test_evmc6657l ****
"C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k all
Building file: "../src/platform_test.c"
Invoking: C6000 Compiler
"C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/platform_test.d_raw" --obj_directory="src" "../src/platform_test.c"
>> Compilation failure
src/subdir_rules.mk:9: recipe for target 'src/platform_test.obj' failed
"../src/platform_test.c", line 34: fatal error #1965: cannot open source file "cerrno"
1 catastrophic error detected in the compilation of "../src/platform_test.c".
Compilation terminated.
gmake: *** [src/platform_test.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Please recommend next steps to move past 'cerrno' error. Thanks.