Software Archive
Read-only legacy content
17061 Discussions

Compiling the GCC Cross Compiler

Reto_A_
Beginner
482 Views

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?

0 Kudos
1 Reply
TimP
Honored Contributor III
482 Views
Gcc provided with mpss is a native compiler without vpu support. Possibly the usual methods could be employed to make a cross compiler but I don't know of any demonstration.
0 Kudos
Reply