This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Cross-compiler for msp430 on Mac OS X


Hi Joakim,

> I'm trying to set up a cross-compiler for msp430, on Mac OS X 10.4.6.
> I get compile errors.
>
> - configure in root directory
> - make in root directory
> - make in bfd directory
> - changed to gcc 3.3, make in bfd directory

Normally you do not have to 'make' in bfd directory.
It seems that Mac's compiler does not understand (?) some attributes to 
function arguments. Also, there is a function declaration conflict.
Check asprintf() declaration in /usr/include/stdio.h

Dmitry.


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