What's new

uClibc config file

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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

Sign Up For SNBForums Daily Digest

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