What's new

uClibc config file

ethician

Occasional Visitor
Would anyone have a uClibc config file for any Asus's SDK or arm SDK6 in particular?

I have a c++11 code that I am compiling but it's giving me a headache. For mips SDK5 & 6 I've built my own gcc, but for arm, I am struggling. So I went for help to buildroot, but with so created toolchain make rt-ac68u crashes on push_log with hidden symbol `__aeabi_uidiv' in /lib/gcc/arm-brcm-linux-uclibcgnueabi/4.8.4/libgcc.a(_udivsi3.o) is referenced by DSO
/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.8.4/../../../../arm-brcm-linux-uclibcgnueabi/bin/ld: final link failed

Thanks!
 
I get that error for most commands, ls, ps, etc. curiously ls -la works fine. Ever find out what causes the error?

Would anyone have a uClibc config file for any Asus's SDK or arm SDK6 in particular?

I have a c++11 code that I am compiling but it's giving me a headache. For mips SDK5 & 6 I've built my own gcc, but for arm, I am struggling. So I went for help to buildroot, but with so created toolchain make rt-ac68u crashes on push_log with hidden symbol `__aeabi_uidiv' in /lib/gcc/arm-brcm-linux-uclibcgnueabi/4.8.4/libgcc.a(_udivsi3.o) is referenced by DSO
/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.8.4/../../../../arm-brcm-linux-uclibcgnueabi/bin/ld: final link failed

Thanks!
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top