Loading...
 
Skip to main content

System Workbench for STM32


Modification of .h file not seen by IDE editor

Hello,
I have loaded an example TFTP server project for STM324x9I EVAL board with SW4STM32, and I make some modifications on the files, mainly tftpserver.c et .h.
But the IDE don't recognize new labels I add in the tftpserver.h. Build works well and application use the correct parameters fine, but the IDE editor tells that the labels I call in the tftpserver.c file (declared in the .h) are not recognized...annoying..
How to change that ?

Aurelien

This is an issue with Eclipse. I see the same problem in Eclipse that does not have the AC6 tools.

You could try a newer version of Eclipse or put in a bug report with them.

Andrei


That is the last release I have installed two weeks ago.
How is it possible to have a so disturbing bug still there ?
How to force eclipse to reparse full project or specific files to link correct labels in IDE ?


Seems that peforming right click on project -> Index - Rebuild solve the issue.