This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Status? (back, after tornadoes, etc hit Alabama).


Yann/all,

I'm attempting to build a static only compiler (i.e., as we discussed a few weeks ago a compiler that will only generate static binaries).  So, I'm running into a problem, however:


[ALL  ]    ../locale/programs/charmap-dir.c: In function 'charmap_aliases':
[ALL  ]    ../locale/programs/charmap-dir.c:274:7: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat]
[ALL  ]    ../locale/programs/charmap-dir.c:275:11: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat]
[ALL  ]    mips-production-linux-gnu-gcc    -mabi=32 -nostdlib -nostartfiles -o /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/iconv/iconvconfig      -Wl,-z,relro  /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/csu/crt1.o /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/csu/crti.o `mips-production-linux-gnu-gcc    -mabi=32  --print-file-name=crtbegin.o` /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/iconv/iconvconfig.o /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/iconv/strtab.o /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/iconv/xmalloc.o /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/iconv/hash-string.o  /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/libc.a  -lgcc -Wl,--as-needed -lgcc_s  -Wl,--no-as-needed /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/libc.a -lgcc -Wl,--as-needed -lgcc_s  -Wl,--no-as-needed `mips-production-linux-gnu-gcc    -mabi=32  --print-file-name=crtend.o` /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/csu/crtn.o
[ALL  ]    /root/starteam/crosstool-ng/.build/mips-production-linux-gnu/build/build-libc/libc.a(dl-open.o): In function `_dl_open':
[ALL  ]    dl-open.c:(.text+0xb94): undefined reference to `_dl_static_init'
[ALL  ]    dl-open.c:(.text+0xb98): undefined reference to `_dl_static_init'


I get the following AFTER selecting:
[ ] Build shared libraries

I _should_ be able to do this, right?

Andy

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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