Shai Lifshitz wrote: > > I am using the buildroot to compile the u-boot. > > the flags I used: > BR2_arm=y > BR2_arm926t=y > BR2_ARM_EABI=y > > and I get the "undefined reference to raise" error. > > can someone help me with this issue? > raise should be defined by the libc library (libuClibc-0.9.xx.so.0). Check it by executing "readelf -s libuClibc-0.9.xx.so.0 | grep raise"
Cheers, Carmelo > Shai Lifshitz > email: [EMAIL PROTECTED] > ------------------------------------------------------------------------ > > _______________________________________________ > uClibc mailing list > [email protected] > http://busybox.net/cgi-bin/mailman/listinfo/uclibc _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
