Hi, by intention I use a different start for my code using
--entry_point=__start
in the linker command file. But the warning
warning: entry-point symbol other than "_c_int00" specified: "__start"
is disturbing in a "no warning" environment.
So how do I suppress this warning?
TIA