>I try to do cross compiling using the arm-toolchain. The program to compil=
>e is large. The compiling runs well, but in the linking stage there are a =
>lot of error messages:
>
>mpgplay.o(.text+0x3c): undefined reference to `MpgPlugin::MpgPlugin(void)'
Like it says. You tried to use MpgPlugin::MpgPlugin() but forgot to define it
anywhere.
>mpgplay.o(.text+0x3c): relocation truncated to fit: R_ARM_PC24
>MpgPlugin::MpgPlugin(void)
This is harmless noise and you can ignore it. If you upgrade to the latest
version of binutils that message will go away.
p.
PGP signature