This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TivaC building problem

Other Parts Discussed in Thread: EK-TM4C1294XL, SYSBIOS

Hello all,

I have created a TI-RTOS project to be tested on EK-TM4C1294XL but I am stuck on building the outfile.

In the very beginning of build I get the following messages, saying there are no sources files, altough they are at the mentioned directory:

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 

1 arquivo(s) copiado(s).
making ../src/sysbios/sysbios.aem4f ...
gmake[1]: Entering directory `C:/Users/Douglas Malouf/Dropbox/CCS - Firmware/Animate/VESS/src/sysbios'
clem4f C:/ti/tirtos_tivac_2_14_00_10/products/bios_6_42_01_20/packages/ti/sysbios/BIOS.c ...
>> ERROR: no source files, nothing to do
asmem4f C:/ti/tirtos_tivac_2_14_00_10/products/bios_6_42_01_20/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
>> ERROR: no source files, nothing to do
asmem4f C:/ti/tirtos_tivac_2_14_00_10/products/bios_6_42_01_20/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ...
>> ERROR: no source files, nothing to do
asmem4f C:/ti/tirtos_tivac_2_14_00_10/products/bios_6_42_01_20/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ...
>> ERROR: no source files, nothing to do
asmem4f C:/ti/tirtos_tivac_2_14_00_10/products/bios_6_42_01_20/packages/ti/sysbios/family/arm/m3/TaskSupport_asm.sv7M ...
>> ERROR: no source files, nothing to do
arem4f BIOS.obj m3_Hwi_asm.obj m3_Hwi_asm_switch.obj m3_IntrinsicsSupport_asm.obj m3_TaskSupport_asm.obj ...
--> error: 'BIOS.obj' not found
--> error: 'm3_Hwi_asm.obj' not found
--> error: 'm3_Hwi_asm_switch.obj' not found
--> error: 'm3_IntrinsicsSupport_asm.obj' not found
--> error: 'm3_TaskSupport_asm.obj' not found

So, none of these objects files were created under the src/sysbios directory. It seems the followed errors are consequence of these first.

I tryed to import an example project from TI Resources - TIRTOS for TivaC and when I build it I get the same error, which tend to believe this is any kind of misconfiguration.

As you can see, the gmake uses a M3 family, despite the fact Tiva is a M4. There is no M4 order  under family directory, so I don't know if it is normal using M3 even for Tiva (I have already used for Concerto and worked out).

I am using CCS 6.1, TivaRTOS 2.14.00.10, Bios 6.42.01.20 and XDC 3.31.01.33.

Please, if you guys have any hint, let me know. I am stuck at this point and can't go further.

Thank you in advance.

Bests,

Douglas