Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI C/C++ Compiler
Hello,
I am attempting to build the TI RTOS example project from section 9.1.4.2 in the How-To-Guide
Below is the console result text.
I am trying to figure out why the recipe for target is filing.
Do you have any ideas?
Regards
John
**** Clean-only build of configuration Debug for project rtos_template_app_am65xx_a53 ****
"C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O
DEL /F "rtos_template_app_am65xx_a53.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "rtos_template_app_am65xx_a53.out"
DEL /F "GPIO_evmAM65xx_board.o" "app.o" "main.o"
DEL /F "GPIO_evmAM65xx_board.d" "app.d" "main.d"
RMDIR /S/Q "configPkg\"
Could Not Find C:\CCS Workspace\rtos_template_app_am65xx_a53\Debug\rtos_template_app_am65xx_a53.hex
Could Not Find C:\CCS Workspace\rtos_template_app_am65xx_a53\Debug\rtos_template_app_am65xx_a53.out
Finished clean
**** Build Finished ****
**** Build of configuration Debug for project rtos_template_app_am65xx_a53 ****
"C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../sysbios_a53.cfg"
Invoking: XDCtools
"C:/ti/ccs910/xdctools_3_55_02_22_core/xs" --xdcpath="C:/ti/bios_6_76_02_02/packages;C:/ti/pdk_am65xx_1_0_6/packages;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.A53F -p ti.platforms.cortexA:AM65X -r release -c "C:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf" "../sysbios_a53.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring sysbios_a53.xa53fg from package/cfg/sysbios_a53_pa53fg.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/CCSWOR~1/rtos_template_app_am65xx_a53/src/sysbios/sysbios.aa53fg ...
Build of libraries done.
cla53fg package/cfg/sysbios_a53_pa53fg.c ...
Finished building: "../sysbios_a53.cfg"
Building file: "../GPIO_evmAM65xx_board.c"
Invoking: GNU Compiler
"C:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/bin/aarch64-elf-gcc-7.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mtune=cortex-a53 -fno-exceptions -Dam6548 -Dcore0 -DAARCH64 -DSOC_AM6X -Dam65xx_evm -DSOC_AM65XX -Dam65xx -DUSE_BIOS -DBUILD_MPU1_0 -DBUILD_MPU -I"C:/CCS Workspace/rtos_template_app_am65xx_a53" -I"C:/ti/pdk_am65xx_1_0_6/packages/ti/board/src/am65xx_evm/include" -I"C:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/aarch64-elf/include" -Og -g -gdwarf-3 -gstrict-dwarf -Wall -Werror -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -mabi=lp64 -MMD -MP -MF"GPIO_evmAM65xx_board.d" -MT"GPIO_evmAM65xx_board.o" @"configPkg/compiler.opt" -o"GPIO_evmAM65xx_board.o" "../GPIO_evmAM65xx_board.c"
Finished building: "../GPIO_evmAM65xx_board.c"
Building file: "../app.c"
Invoking: GNU Compiler
"C:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/bin/aarch64-elf-gcc-7.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mtune=cortex-a53 -fno-exceptions -Dam6548 -Dcore0 -DAARCH64 -DSOC_AM6X -Dam65xx_evm -DSOC_AM65XX -Dam65xx -DUSE_BIOS -DBUILD_MPU1_0 -DBUILD_MPU -I"C:/CCS Workspace/rtos_template_app_am65xx_a53" -I"C:/ti/pdk_am65xx_1_0_6/packages/ti/board/src/am65xx_evm/include" -I"C:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/aarch64-elf/include" -Og -g -gdwarf-3 -gstrict-dwarf -Wall -Werror -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -mabi=lp64 -MMD -MP -MF"app.d" -MT"app.o" @"configPkg/compiler.opt" -o"app.o" "../app.c"
Finished building: "../app.c"
Building file: "../main.c"
Invoking: GNU Compiler
"C:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/bin/aarch64-elf-gcc-7.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mtune=cortex-a53 -fno-exceptions -Dam6548 -Dcore0 -DAARCH64 -DSOC_AM6X -Dam65xx_evm -DSOC_AM65XX -Dam65xx -DUSE_BIOS -DBUILD_MPU1_0 -DBUILD_MPU -I"C:/CCS Workspace/rtos_template_app_am65xx_a53" -I"C:/ti/pdk_am65xx_1_0_6/packages/ti/board/src/am65xx_evm/include" -I"C:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/aarch64-elf/include" -Og -g -gdwarf-3 -gstrict-dwarf -Wall -Werror -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -mabi=lp64 -MMD -MP -MF"main.d" -MT"main.o" @"configPkg/compiler.opt" -o"main.o" "../main.c"
Finished building: "../main.c"
Building target: "rtos_template_app_am65xx_a53.out"
Invoking: GNU Linker
"C:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/bin/aarch64-elf-gcc-7.2.1.exe" -mtune=cortex-a53 -fno-exceptions -Dam6548 -Dcore0 -DAARCH64 -DSOC_AM6X -Dam65xx_evm -DSOC_AM65XX -Dam65xx -DUSE_BIOS -DBUILD_MPU1_0 -DBUILD_MPU -Og -g -gdwarf-3 -gstrict-dwarf -Wall -Werror -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -mcpu=cortex-a53+fp+simd -Wl,-Map,"rtos_template_app_am65xx_a53.map" --entry Entry -nostartfiles -static -Wl,--gc-sections -L"C:/ti/pdk_am65xx_1_0_6/packages/ti/board/lib/am65xx_evm/a53/release/" -L"C:/ti/pdk_am65xx_1_0_6/packages/ti/csl/lib/am65xx/a53/release" -L"C:/ti/bios_6_76_02_02/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/lib" -Wl,--defsym,CORE0=1 -Wl,--defsym,STACKSIZE=0x10000 -Wl,--defsym,HEAPSIZE=0x400 -o"rtos_template_app_am65xx_a53.out" "./GPIO_evmAM65xx_board.o" "./app.o" "./main.o" -Wl,-T"../linker_a53.lds" -Wl,-T"configPkg/linker.cmd" -Wl,--start-group -lstdc++ -lgcc -lm -lrdimon -lc -l:ti.csl.init.aa53fg -l:ti.csl.aa53cg -Wl,--end-group
makefile:151: recipe for target 'rtos_template_app_am65xx_a53.out' failed
c:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/bin/../lib/gcc/aarch64-elf/7.2.1/../../../../aarch64-elf/bin/ld.exe: cannot find C:\CCS
c:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/bin/../lib/gcc/aarch64-elf/7.2.1/../../../../aarch64-elf/bin/ld.exe: cannot find Workspace\rtos_template_app_am65xx_a53\Debug\configPkg\package\cfg\sysbios_a53_pa53fg.oa53fg
c:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/bin/../lib/gcc/aarch64-elf/7.2.1/../../../../aarch64-elf/bin/ld.exe: cannot find C:\CCS
c:/ti/gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf/bin/../lib/gcc/aarch64-elf/7.2.1/../../../../aarch64-elf/bin/ld.exe: cannot find Workspace\rtos_template_app_am65xx_a53\src\sysbios\sysbios.aa53fg
collect2.exe: error: ld returned 1 exit status
gmake[1]: *** [rtos_template_app_am65xx_a53.out] Error 1
gmake: *** [all] Error 2
makefile:147: recipe for target 'all' failed
**** Build Finished ****