Other Parts Discussed in Thread: SYSBIOS
Tool/software:
I am trying to bring a new developer up to speed on our project but I can't seem to get him past build issues. This issue is new to me and it is difficult to discern what is going wrong. Here is the build output:
"C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 12 all -O
1 file(s) copied.
making ../src/sysbios/sysbios.ae66 ...
Building file: "../app.cfg"
Invoking: XDCtools
"C:/ti/ccs930/xdctools_3_60_02_34_core/xs" --xdcpath="C:/ti/bios_6_76_03_01/packages;C:/ti/edma3_lld_2_12_05_30E/packages;C:/ti/pdk_c665x_2_0_16/packages;C:/ti/ipc_3_50_04_08/packages;C:/ti/ndk_3_61_01_01/packages;C:/ti/uia_2_30_01_02/packages;C:/ti/openmp_dsp_c665x_2_06_03_00/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evm6657 -r release -c "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5" --compileOptions "-g" "../app.cfg"
gmake[1]: Entering directory 'K:/space/saratoga/saratoga-dsp/src/sysbios'
asme66 C:/ti/bios_6_76_03_01/packages/ti/sysbios/family/c64p/Hwi_asm.s62 ...
gmake[1]: Leaving directory 'K:/space/saratoga/saratoga-dsp/src/sysbios'
gmake[1]: Entering directory 'K:/space/saratoga/saratoga-dsp/src/sysbios'
asme66 C:/ti/bios_6_76_03_01/packages/ti/sysbios/family/c64p/Hwi_asm_switch.s62 ...
gmake[1]: Leaving directory 'K:/space/saratoga/saratoga-dsp/src/sysbios'
gmake[1]: Entering directory 'K:/space/saratoga/saratoga-dsp/src/sysbios'
are66 BIOS.obj c64p_Exception_asm.obj c64p_Hwi_asm.obj c64p_Hwi_asm_switch.obj c64p_Hwi_disp_always.obj timer64_Timer_asm.obj ti_tls_get_tp.obj c62_TaskSupport_asm.obj ...
gmake[1]: Leaving directory 'K:/space/saratoga/saratoga-dsp/src/sysbios'
making package.mak (because of .xdcenv.mak) ...
configuring app.xe66 from package/cfg/app_pe66.cfg ...
SoC Type is
SoC Type is c6657
generating custom ti.sysbios library makefile ...
Linking with library ti.drv.spi:./lib/c6657/c66/release/ti.drv.spi.ae66
Linking with library ti.drv.gpio:./lib/c6657/c66/release/ti.drv.gpio.ae66
Linking with library ti.board:./lib/evmC6657/c66/release/ti.board.ae66
Linking with library ti.drv.i2c:./lib/c66/release/ti.drv.i2c.ae66
Linking with library ti.drv.uart:./lib/c6657/c66/release/ti.drv.uart.ae66
Linking with library ti.osal:./lib/tirtos/c6657/c66/release/ti.osal.ae66
Linking with library ti.drv.pcie:./lib/c6657/c66/release/ti.drv.pcie.ae66
Linking with library ti.csl:./lib/c6657/c66/release/ti.csl.ae66
Starting build of library sources ...
making K:/space/saratoga/saratoga-dsp/src/sysbios/sysbios.ae66 ...
cle66 C:/ti/bios_6_76_03_01/packages/ti/sysbios/BIOS.c ...
asme66 C:/ti/bios_6_76_03_01/packages/ti/sysbios/family/c64p/Exception_asm.s64P ...
asme66 C:/ti/bios_6_76_03_01/packages/ti/sysbios/family/c64p/Hwi_asm.s62 ...
asme66 C:/ti/bios_6_76_03_01/packages/ti/sysbios/family/c64p/Hwi_asm_switch.s62 ...
asme66 C:/ti/bios_6_76_03_01/packages/ti/sysbios/family/c64p/Hwi_disp_always.s64P ...
asme66 C:/ti/bios_6_76_03_01/packages/ti/sysbios/timers/timer64/Timer_asm.s64P ...
asme66 C:/ti/bios_6_76_03_01/packages/ti/sysbios/rts/ti/tls_get_tp.asm ...
asme66 C:/ti/bios_6_76_03_01/packages/ti/sysbios/family/c62/TaskSupport_asm.s62 ...
are66 BIOS.obj c64p_Exception_asm.obj c64p_Hwi_asm.obj c64p_Hwi_asm_switch.obj c64p_Hwi_disp_always.obj timer64_Timer_asm.obj ti_tls_get_tp.obj c62_TaskSupport_asm.obj ...
Build of libraries failed.
subdir_rules.mk:12: recipe for target 'build-458218673-inproc' failed
Picked up JAVA_TOOL_OPTIONS: -Djava.vendor='Sun Microsystems Inc.'
abnormal program termination
C:/Users/tur71502/AppData/Local/Temp/make4800-8.sh: fork failed: no error [1]
abnormal program termination
C:/Users/tur71502/AppData/Local/Temp/make4800-a.sh: fork failed: no error [1]
abnormal program termination
C:/Users/tur71502/AppData/Local/Temp/make4800-c.sh: fork failed: no error [1]
abnormal program termination
C:/Users/tur71502/AppData/Local/Temp/make4800-e.sh: fork failed: no error [1]
--> error: 'c64p_Hwi_asm_switch.obj' not found
--> error: 'c64p_Hwi_disp_always.obj' not found
--> error: 'timer64_Timer_asm.obj' not found
--> error: 'ti_tls_get_tp.obj' not found
gmake[1]: *** [makefile:77: sysbios.ae66] Error 1
gmake: *** [K:/space/saratoga/saratoga-dsp/src/makefile.libs:57: K:/space/saratoga/saratoga-dsp/src/sysbios/sysbios.ae66] Error 2
error: xdc.cfg.SourceDir: "C:/ti/ccs930/xdctools_3_60_02_34_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:
js: "C:/ti/ccs930/xdctools_3_60_02_34_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
Picked up JAVA_TOOL_OPTIONS: -Djava.vendor='Sun Microsystems Inc.'
gmake.exe: *** [package.mak:204: package/cfg/app_pe66.xdl] Error 1
gmake.exe: *** Deleting file 'package/cfg/app_pe66.xdl'
gmake.exe: *** [package/cfg/app_pe66.xdl] Deleting file 'package/cfg/app_pe66.h'
gmake.exe: *** [package/cfg/app_pe66.xdl] Deleting file 'package/cfg/app_pe66.c'
js: "C:/ti/ccs930/xdctools_3_60_02_34_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
Picked up JAVA_TOOL_OPTIONS: -Djava.vendor='Sun Microsystems Inc.'
gmake[1]: *** [build-458218673-inproc] Error 1
gmake: *** [build-458218673] Error 2
subdir_rules.mk:9: recipe for target 'build-458218673' failed
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Basically it looks like it is trying to build the object files: BIOS.obj c64p_Exception_asm.obj c64p_Hwi_asm.obj c64p_Hwi_asm_switch.obj c64p_Hwi_disp_always.obj timer64_Timer_asm.obj ti_tls_get_tp.obj c62_TaskSupport_asm.obj. And not all of these files are being successfully generated. It does seem to vary a little on which object files fail to generate but I am at a loss for ideas. Any help would be appreciated thank you