https://sourceware.org/bugzilla/show_bug.cgi?id=16434
Bug ID: 16434
Summary: Failed to build for z80-unknown-coff
Product: binutils
Version: 2.24
Status: NEW
Severity: normal
Priority: P2
Component: gas
https://sourceware.org/bugzilla/show_bug.cgi?id=16434
--- Comment #1 from Alexander Tsidaev ---
Created attachment 7348
--> https://sourceware.org/bugzilla/attachment.cgi?id=7348&action=edit
Possble patch
Seems that the some more high-level solution should be better, because error
and as_warn
Good day! I build own toolchan under mips architecture
Script to create toolchan:
http://pastebin.com/RxwS09iT
Toolchan build great.
When trying to compile a simple hello world program
$ CLFS/bin/mips-unknown-linux-gnu-gcc-c testlinker.c
it compiles fine!
But when I try to use the linker
$ CLFS