Defines not changing grayed out statuses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-10 12:57 PM
Using STM32CubeIDE 1.15.1. Running LwIP_Server_socket_RTOS on a Nucleo-H723ZG board.
When I change #define LWIP_DHCP to zero my DHCP stuff is not grayed out. It definitely starts using static IP, I'm able to connect and see the web pages. I'm used to IDE's responding to #define changes, should I not expect this with CubeIDE?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-10 2:02 PM
Do you have the option enabled?
Do you see shading elsewhere?
You may need to rebuild the editor's index:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-10 2:02 PM
Do you have the option enabled?
Do you see shading elsewhere?
You may need to rebuild the editor's index:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-10 2:06 PM
Yes! Exactly the solution... thank you very much. I guess I'm used to this happening with each clean/build cycle. Is this something that can be automated, or included in the clean/build? Just curious why this stuff is not done automatically. Thanks again for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-10 2:15 PM
It should just happen "on-the-fly", but sometimes it gets "stuck" and needs a manual rebuild/refresh.
Hopefully, having done that, it will now work ... ?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-10 2:37 PM
No, it stays stuck... I've tried the clean/build and just build_all... the graying doesn't change until I do the index thing.
