Hi,
I have tried to compile the GCC 4.7.0 included in the MPSS source package, but all attempts failed so far. The binutils succeeded.
Host System: Ubuntu x64, GCC 4.7.3 and GCC 4.8.2
Configured with --target=k1om-mpss-linux --with-newlib
In the end I want to compile a third party OS(not a linux derivative) with the cross compiler which provides its own libraries and uses new lib as the C library.
How do I have to configure GCC / the binutils correctly?