|
Undefined simple when compiling C++ for armv7le using 4.9.3
|
12/12/2015 2:01 PM
post115293
|
Undefined simple when compiling C++ for armv7le using 4.9.3
Hello
I am trying to compile a c++ application with the 4.9.3 compiler. Eveything compiles, but the link phase produces the
following errors:
undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
Is there a command line option that needs to be specified in order to link in this symbol?
Thanks,
Rodney
|
|
|