This is the mail archive of the gcc-help@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]

Re: gcc cross compiler problem


Please don't top-post.

Scott Phuong wrote:
> Hi Andrew,
> 
> Which libraries do I need? Thanks for your help.

Whichever ones you intend to use.  At least libc, obviously.

I really wouldn't attempt to do what you're doing.  Cross-compiling
from a 32-bit to a 64-bit x86 isn't worth the effort.  Instead I'd
install a 64-bit OS on the host, with both 32-bit and 64-bit libraries.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]