I am compiling on windows with cdt / mingw. I like to compile a warning for free. I get the following warning:
auto-importing has been activated without --enable-auto-import specified on the command line.
The next page offers a way to handle this - just add this option to the ld command line.
4.8 ld and WIN32 (cygwin / mingw)
So the question is, how do I change the default command line options for inline toolboxes?
I would also like to set the gcc warning level.
You must send the parameter to the linker via the gcc -Wlparameter :
-Wl
-Wl, parameter. , : . . , -Wl,-Map,output.map -Map output.map . GNU-, -Wl,-Map=output.map.
-Wl, parameter
. , : . . , -Wl,-Map,output.map -Map output.map . GNU-, -Wl,-Map=output.map.
-Wl,-Map,output.map
-Map output.map
-Wl,-Map=output.map
, ( :)) -Wl,--enable-auto-import.
-Wl,--enable-auto-import
. .
, . , , , .
project- > properties- > ++ - build- > settings
, , , .
" " , , MinGW ++ Linker- > Miscellaneous.
. , , .
, , , , .
, , , MinGW , , . Binary Parsers and Error Parsers, . " ". , eclipse, .