This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


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: Build failed in step 'Dumping user-supplied crosstool-NG configuration'


That was the problem but not quite the complete solution.  I had to modify
the grep path to point to the MacPorts verison when I built ct-ng.  I also
had to use ginstall instead of the OSX install.

> Hi,
> I got the same problem when trying to build on a Mac Pro with Osx.
> Are you building on a Mac.?
> 
> The reason being that the bsd-grep on Mac does not work with this
> expression.
> 
> So I installed grep from macports. That fixed it for me.
> 
> $ grep --version
> grep (BSD grep) 2.5.1-FreeBSD
> 
> $ /opt/local/bin/grep --version
> /opt/local/bin/grep (GNU grep) 2.12
> 



--
For unsubscribe information see http://sourceware.org/lists.html#faq


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