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.

Build: Strange behaviour

Hello,

Sorry for my bad English...

My configuration: Seven64 + CCS6.0.0 + ICEV2 + full ethercat project.

I have a strange behaviour: in first my project's compilation was ok.

2: I modify my code to generate an error by adding 'accidently' a wrong character 's' in the ecat_appl_cnfg.h file:

{ 0x0854 , 5 , AM335X_PIN_INPUT }, // pr1_mii1_rxd3 gpmc_a5

s

{ 0x0858 , 5 , AM335X_PIN_INPUT }, // pr1_mii1_rxd2 gpmc_a6

 ...

3: If I build (with the Hammer button) the file was saved and I generate 2 new errors as planned:

4: I remove the bad character 's' and I build again my project, the buider generate again an error in the Problems windows but not in the console window, why ???

5: I rebuild the project with a "Clear" project before , the error has disappeared, can you explain that ?

It's not efficient method (too long)  to always clean the project before building it...

Regards,

JM

  • Hello JM,
    For step #4, it sounds like an issue with the Problems view not clearing out the error message from the previous build. Can you confirm that the out file is generated successfully? If so, then that would confirm what I stated above.
    Thanks
    ki