Archived

This forum has been archived. Please start a new discussion on GitHub.

Cross development

Hi,

We want to built ICE for a 386 while building on a 686.
We have a cross compiler (gcc).

We encounter the problem that the tools for ice are built with the same compiler as the libraries.
The tools run on the host and the libraries are for the target.
In the future with will want to use incompatible targets, so for us it is important to built this right.

Is there any support for building tools and libraries separate?

Thanks in advance.

Albert