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.

Error making sysbios source files

Other Parts Discussed in Thread: SYSBIOS

Hi I got the following errors:

**** Build of configuration Debug for project THDA_SYSBIOS ****

"D:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
        1 Datei(en) kopiert.
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/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 `rta/SupportLogger.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 `utils/Load.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
gmake: Target `all' not remade because of errors.

all that after I made a new installation of CCS and SYSBIOS on the D partition. I now use the the program path under D but there are still folders I'm not allowed to erase on the installation on partition C (as it seems).

How can I get rid of this problem?

I just want that I can still compile my project under my development workspace and all that with the installation on the D partition.

the problem started after I erased the folders:

C:\ti\bios_6_34_02_18
C:\ti\bios_5_42_00_07

Thx for your help!