65816

Tristan Gingold gingold@adacore.com
Fri Nov 29 12:03:00 GMT 2013


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...)



More information about the Binutils mailing list