This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Thu, Aug 15, 2002 at 07:55:07PM -0700, Aaron Lehmann wrote: > gcc seems to want linux-specific headers to build a cross compiler > targeted at linux. Is this correct behavior? Sure. If you want him to build the libraries, you must give him the include files. Otherwise he has no chance to do his job. You should also give him the system libraries of your target system. You may want to have a look at http://www.objsw.com/CrossGCC/. In fact it is not necessary to build the needed libraries with your cross compiler. You could also just copy them from the target system or just unpack them from a .rpm or .deb or whatever package you have. Robert -- Robert Schiele Tel.: +49-621-181-2517 Dipl.-Wirtsch.informatiker mailto:rschiele@uni-mannheim.de
Attachment:
msg00954/pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |