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.

.out not generated in CCS v5.5

Other Parts Discussed in Thread: SYSBIOS, TMS320F28335

Hi,

There is no .out file generated becasue of failuer in Console window as below, and there is no errors with Problem window.

But I could see all required files and folder path is available.

And same project I can build and .out is generated on other machine has same CCS version.

I am using CCS version 5.5.0.00077.

I don't know why is it showing error "No rule to make target"

Console output:

**** Build of configuration Debug for project Boot_STIM ****

"C:\\ti_5_5\\ccsv5\\utils\\bin\\gmake" -k all

making ../src/sysbios.a28FP ...

gmake[1]: *** No rule to make target `BIOS.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `family/c28/TimestampProvider.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `family/c28/Hwi.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `family/c28/Timer.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `family/c28/TaskSupport.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `hal/Hwi.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `hal/Hwi_stack.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `hal/Hwi_startup.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `hal/Timer.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `knl/Clock.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `knl/Idle.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `knl/Intrinsics.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `knl/Event.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `knl/Mailbox.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `knl/Queue.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `knl/Semaphore.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `knl/Swi.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `knl/Swi_andn.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `knl/Task.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `gates/GateHwi.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `gates/GateMutex.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `heaps/HeapMem.c', needed by `BIOS.obj'.

gmake[1]: *** No rule to make target `family/c28/Clobber_asm.s28', needed by `c28_Clobber_asm.obj'.

gmake[1]: *** No rule to make target `family/c28/Hwi_asm.s28', needed by `c28_Hwi_asm.obj'.

gmake[1]: *** No rule to make target `family/c28/Hwi_disp.s28', needed by `c28_Hwi_disp.obj'.

gmake[1]: *** No rule to make target `family/c28/IntrinsicsSupport_asm.s28', needed by `c28_IntrinsicsSupport_asm.obj'.

gmake[1]: *** No rule to make target `family/c28/TaskSupport_asm.s28', needed by `c28_TaskSupport_asm.obj'.

gmake[1]: Target `all' not remade because of errors.

gmake: *** [../src/sysbios.a28FP] Error 2

'Building file: ../app.cfg'

'Invoking: XDCtools'

"C:/ti_5_5/xdctools_3_25_03_72/xs" --xdcpath="C:/ti_5_5/bios_6_35_04_50/packages;C:/ti_5_5/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C28_float -p ti.platforms.tms320x28:TMS320F28335 -r release -c "C:/ti_5_5/ccsv5/tools/compiler/c2000_6.2.0" --compileOptions "-g --optimize_with_debug" "../app.cfg"

making package.mak (because of package.bld) ...

generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...

configuring app.x28FP from package/cfg/app_p28FP.cfg ...

cl28FP package/cfg/app_p28FP.c ...

'Finished building: ../app.cfg'

' '

.

.

.

.

' '

gmake: Target `all' not remade because of errors.

**** Build Finished ****

Can you please help me to resolve this Console error.

-Sarang