This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Building binutils source package for power pc fails


 
I was wandering if anyone has a solution to the following:

I have a copy of binutils version 2.13. When I try and build this for a target powerpc-vtx-aix on an i686-cygwin host, an error crops up during the make stage (undefined reference to 'strtoll').

Here are the commands I am entering:

./configure  --host=i686-cygwin --target=powerpc-vtx-aix
make CFLAGS=”-O”

At which point the following errors are produced:

eaixppc.o(.text+0x81e):eaixppc.c: undefined reference to `strtoll'
eaixppc.o(.text+0x8cd):eaixppc.c: undefined reference to `strtoull'
eaixppc.o(.text+0xa1d):eaixppc.c: undefined reference to `strtoull'
eaixppc.o(.text+0xa5d):eaixppc.c: undefined reference to `strtoull'
eaixppc.o(.text+0xb1d):eaixppc.c: undefined reference to `strtoull'
eaixppc.o(.text+0xbc4):eaixppc.c: undefined reference to `strtoull'

Any help would be greatly appreciated!

Thanks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]