[Klone-users] First compilation error with 2.1.1rc10 and m68k
thomas fossati
tho at koanlogic.com
Thu Oct 2 15:03:46 EDT 2008
On Oct 2, 2008, at 11:38 AM, Mickael Auger wrote:
> For the previous compilations of others libraries, m68k-elf-gcc is
> used, but for this last compilation m68k-elf-g++ is used. The
> 'io_vprintf' function is not writed in C ?
In makl, if USE_CXX is defined somewhere in the Makefiles' chain, the C
++ compiler/linker (in this specific case m68k-elf-g++) is used in the
linking stage. If you dig a little into klone configure script you'll
notice that USE_CXX is enabled by default, and disabled only if
explicitly requested via --disable_cxx flag. So, it's quite
reasonable to see g++ doing the link for both klone and kloned
executables.
ciao, t.
More information about the klone-users
mailing list