building a (gcc) cross-compiler

2014-04-06 Thread René J.V. Bertin
Hello, I'd be very interested in having a cross-compiler for x86_64-elf-linux-gnu on OS X. Since there's no such cross-compiler in MacPorts, I'm trying to build one myself, following these instructions: http://wiki.osdev.org/GCC_Cross-Compiler#The_Build This gave me a working binutils

Re: building a (gcc) cross-compiler

2014-04-06 Thread Eric Gallager
You can try looking at the cross-gcc PortGroup: https://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl (There is a cross-binutils PortGroup as well) As far as your specific build error goes, it looks like it is due to texinfo. Have you tried using texinfo4

Re: building a (gcc) cross-compiler

2014-04-06 Thread René J.V. Bertin
On Apr 06, 2014, at 23:48, Eric Gallager wrote: You can try looking at the cross-gcc PortGroup: https://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl Thanks - but could you give me some pointers what to do with this information? As far as your specific