mspriggs
02-02-2005, 14:11
I have started trying to compile a version of binutils that will actually run on the wl-500gx. I have downloaded the binutils-2.13.2.1 from ftp.gnu.org and applied the broadcom binutils-2.13.2.1.diff patch.
I used this command line for configure
./configure –host=mipsel-linux
Compilation runs fine but when I copy the executables across to the wl-500gx and try to run an executable I get this error message:
./mipsel-linux-objdump: 1: Syntax error: “(“ unexpected
Where am I going wrong?
I used this command line for configure
./configure –host=mipsel-linux
Compilation runs fine but when I copy the executables across to the wl-500gx and try to run an executable I get this error message:
./mipsel-linux-objdump: 1: Syntax error: “(“ unexpected
Where am I going wrong?