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: Error building Linux arm toolchain on OS X


I'll take this one, as it's quite easy!

[ALL  ]    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
can't write to output file (No space left on device)

I think you need to clean up some space and try again.

On Mon, Dec 2, 2013 at 9:02 PM, Hanxue Lee <hanxue.developer@gmail.com> wrote:
> Hello,
>
>
> I am trying to create a cross-compiling toolchain for Linux ARM
> (target, 32bit) on OS X Mavericks (host 64bit). This is the .config
> file generated by ct-ng menuconfig: https://gist.github.com/7757973
>
> The building process went on well, until pass-1 of GCC compiler, when
> this error is produced:
>
> 4.8.1/gcc/../libdecnumber/dpd -I../libdecnumber
> -I/Volumes/CrosstoolCompile//src/gcc-4.8.1/gcc/../libbacktrace
> -DCLOOG_INT_GMP
> -I/Volumes/CrosstoolCompile//arm-unknown-linux-gnueabi/buildtools/include
> -I/Volumes/CrosstoolCompile//arm-unknown-linux-gnueabi/buildtools/include
>  /Volumes/CrosstoolCompile//src/gcc-4.8.1/gcc/gengtype-lex.c -o
> gengtype-lex.o
> [ALL  ]    clang: warning: treating 'c' input as 'c++' when in C++
> mode, this behavior is deprecated
> [ALL  ]    clang: warning: treating 'c' input as 'c++' when in C++
> mode, this behavior is deprecated
> [ALL  ]    In file included from
> /Volumes/CrosstoolCompile//src/gcc-4.8.1/gcc/genhooks.c:35:
> [ALL  ]    /Volumes/CrosstoolCompile//src/gcc-4.8.1/gcc/target.def:521:1:
> warning: empty macro arguments are a C99 feature [-Wc99-extensions]
> [ALL  ]    HOOK_VECTOR_END (asm_out)
> [ALL  ]    ^
>
>
> The rest of the error message is available at https://gist.github.com/7757961
>
> How can I resolve the errors?
>
>
> Best regards,
> Hanxue
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>

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