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

See the CrossGCC FAQ 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: Building toolchain with crosstool-ng on Mac OS X SL


Hi Yann,

On Jan 5, 2010, at 11:09 PM, Yann E. MORIN wrote:

> From your buid log, it appears that you are using crostool-NG 1.4.2.
> That version was not supposed to work properly on MacOS-X. Also, the file
> you refer to, docs/MacOS-X.txt, was not present in that version,and only
> appeared in the 1.5 series.
Thats true, i just downloaded exact version Blair Burtan used when he wrote MacOS-X.txt because i wanted to determine wherever build on MacOS was broken on later versions of ct-ng or there is a problem with my setup. Of course i tried to compile under ct-ng 1.5.2 with same results(I attached log for ct-ng 1.5.2 compilation with kernel, gcc and glibc versions that are not experimental or outdated).

> 
> Also, you seem to be using /old/ versions:
> - linux-2.6.21 for the headers
> - gcc-4.1.2
> - glibc-2.3.6
> Can't you update those versions ?
See log attached to this mail.

> The tools you use on your host seem to behave strangely... Could you
> please run the following tests:
>  bash --version
>  date --version
>  sed --version
>  tar --version
>  gcc --version
>  which printf
$ bash --version
GNU bash, version 4.0.35(2)-release (i386-apple-darwin10.2.0)
#I have tried to compile on standard MacOS bash 3.something then installed newer version from ports and got same results.

$ date --version
date: illegal option -- -
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... 
            [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
#I have read the manual and still cant determine how to print version of this thing... :)

$ sed --version
GNU sed version 4.2.1

$ tar --version
bsdtar 2.6.2 - libarchive 2.6.2

$gcc --version
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)

$ which printf
/usr/bin/printf

Best regards,
Vladyslav

Attachment: build.log.bz2
Description: BZip2 compressed data


--
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]