--- Additional Comments From hjl dot tools at gmail dot com 2009-04-15
23:07 ---
he more I look at, the more I don't like the current solution.
If I understand it correctly, we added 2 EFI targets for
each arch just so that we can do
# objcopy -O efi-XXX-x86_64 HelloWorld.elf HelloWorl
--- Additional Comments From hjl dot tools at gmail dot com 2009-04-15
23:05 ---
Created an attachment (id=3886)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=3886&action=view)
A testcase
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10074
--- You are receiving thi
This patch:
http://sourceware.org/ml/binutils/2008-02/msg00051.html
breaks EFI. I got
[...@gnu-6 HelloWorldUefiGcc4.4]$ /usr/bin/objdump -p HelloWorld.efi
/usr/bin/objdump: HelloWorld.efi: File format not recognized
[...@gnu-6 HelloWorldUefiGcc4.4]$
--
Summary: objdump doesn't work
--
What|Removed |Added
CC||fff at exegin dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10073
--- You are receiving this mai
We are trying to link a 3rd party library compiled using the ARM/IAR compiler
into our project, which we compile using the GNU arm-elf toolchain. ld fails to
link the 3rd party library, and spits out warnings: "warning: internal error:
unsupported relocation error"
The ld appears to be complaining
--- Additional Comments From markhobley at yahoo dot co dot uk 2009-04-15
18:48 ---
(In reply to comment #2)
> Use of genscrba.sh is protected by a test of a bash specific variable, so that
> should not be causing a problem.
These build scripts are big, messy and difficult to debug IMHO