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: 65816


On 29 Nov 2013, at 12:36, eljedi . <eljedi@gmail.com> wrote:

> Hello List,
> 
> I was about to play with gas and w65816. I can configure it with no problem:
> ../binutils-gdb/configure --target=w65816
> --prefix=/home/crow/projects/snes/gnu/w65-toolchain
> --enable-targets=w65816
> 
> But when compiling I get this message:
> 
> $ make
> ...
> This target is no longer supported in gas
> make[1]: *** [configure-gas] Error 1
> 
> As I saw, w65 support uses coff file formart. Readme says binutils has
> support for coff.
> Am I doing something wrong?

Try to configure with --disable-gas
or use an old version of binutils.

(Not sure why you are interested in w65...)


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