--- Additional Comments From happyarch at gmail dot com 2007-09-25 00:15
---
need to rebuild all gcc toolchain again, something is wrong..
make checkroot:/temptools/src/tarballs/binutils-build/binutils# make check
Making check in doc
make[1]: Entering directory
`/temptools/src/tarball
--- Additional Comments From hjl at lucon dot org 2007-09-24 13:33 ---
(In reply to comment #5)
> What is wrong with ".eh_frame"? then linker is not working?
>
Objcopy works for me. Please provide a testcase if you think otherwise.
--
What|Removed |Ad
--- Additional Comments From hjl at lucon dot org 2007-09-24 13:32 ---
(In reply to comment #5)
> What is wrong with ".eh_frame"? then linker is not working?
> or binutils works fine? i am not sure, so tried following action.
>
> callEXT_C(stop)
^^ Thi
--- Additional Comments From hjl at lucon dot org 2007-09-24 13:31 ---
Please provide a testcase. Objcopy works for me:
bash-3.2$ cat x.c
void
cmain (void)
{
*((int *) 0x1000) = 2;
}
bash-3.2$ make
cc -O2 -c -o x.o x.c
./ld -o x x.o -N -Ttext 0x100
./ld: warning: cannot find entry
--- Additional Comments From happyarch at gmail dot com 2007-09-24 12:54
---
What is wrong with ".eh_frame"? then linker is not working?
or binutils works fine? i am not sure, so tried following action.
removed "{ (exit 1); exit 1; };" in below line.
I have no name!-in-chroot:/temptools