2025-04-08 12:20 AM - last edited on 2025-04-08 12:39 AM by Andrew Neil
Since I have a yellow exclamation mark sticking at the project icon I would like to see if it disappears when I add the CFLAG:
--no-warn-rwx-segments
in the makefile. The Debug/makefile contains a bunch of flags but misses the CFLAG which I assume to be burried in one of the includes (makefile.init, makefile.defs). Only, I cannot finde these included files. Can anyone help?
And how can I find out about the reason for the yellow exclamation mark? I was used to find this propagating downstream in the tree view attached to other files. But I don't see any "smudged" file.
2025-04-08 3:24 AM - edited 2025-04-08 5:52 AM
I can't get it right to make the linker warning disappear. Tried linker option passing to gcc:
-Wl,--no-warn-rwx-segments under Miscaleneous under gcc to no avail.