Other Parts Discussed in Thread: SYSBIOS,
Tool/software: Code Composer Studio
Hello,
Im totally new to Sitara Processors and i wanted to start a simple LED blinking example for the beginning.
I installed the sysbios_ind_Sdk_02.01.03.02 which was delivered on the SD-CARD which comes with the Board.
I imported the board_support example from the starterware folder. When i start to Build the example i get following Errors.
I use CCS 8.3.0.00009
Build of libraries failed.
subdir_rules.mk:12: recipe for target 'build-1306255135-inproc' failed
C:/ti/bios_6_73_01_01/packages/ti/sysbios/knl/Swi.c: In function 'ti_sysbios_knl_Swi_construct2__E':
C:/ti/bios_6_73_01_01/packages/ti/sysbios/knl/Swi.c:486:64: error: 'Error_IGNORE' undeclared (first use in this function); did you mean 'Error_Id'?
Swi_construct((Swi_Struct *)(Ptr)swiStruct2, swiFxn, prms, Error_IGNORE);
^~~~~~~~~~~~
Error_Id
C:/ti/bios_6_73_01_01/packages/ti/sysbios/knl/Swi.c:486:64: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [knl_Swi.o] Error 1
gmake: *** [C:/Users/STF/workspace_v8/board_support/src/sysbios/sysbios.aa9fg] Error 2
error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_32_02_25_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:
js: "C:/ti/xdctools_3_32_02_25_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
xdctools_3_32_02_25_core\gmake.exe: *** [package/cfg/app_pa9fg.xdl] Error 1
xdctools_3_32_02_25_core\gmake.exe: *** Deleting file `package/cfg/app_pa9fg.xdl'
xdctools_3_32_02_25_core\gmake.exe: *** [package/cfg/app_pa9fg.xdl] Deleting file `package/cfg/app_pa9fg.h'
xdctools_3_32_02_25_core\gmake.exe: *** [package/cfg/app_pa9fg.xdl] Deleting file `package/cfg/app_pa9fg.c'
js: "C:/ti/xdctools_3_32_02_25_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
subdir_rules.mk:9: recipe for target 'build-1306255135' failed
gmake[2]: *** [build-1306255135-inproc] Error 1
gmake[1]: *** [build-1306255135] Error 2
gmake[1]: Target 'configPkg/linker.cmd' not remade because of errors.
makefile:143: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****
what do i miss can you Help me get this example started?