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.

RTOS: AM335x project compilation issue

Tool/software: TI-RTOS

Hi,

I've successfull tested GPIO_LedBlink_skAM335x_armTestProject. Now I'd like to add some modifications in c:\ti\bios_6_52_00_12\packages\gnu\targets\arm\rtsv7A\startup.c

I've made the modification and I tried to recompile the PDK (by using )

The only difference I missed 'gmake clean' and the examples generation. I also recompiled my project in CCS.

The problem: after recompilig nothing changed in the binary also only the "*.a" files are changed in PDK so probably startup.c not compiled.

What may the problem?