On Saturday 12 March 2011 04:53, Gary Altenberg wrote:
> On 3/11/2011 5:23 PM, Denys Vlasenko wrote:
> > On Friday 11 March 2011 23:55, Gary Altenberg wrote:
> >>>> Looks good. So I add one applet "cat" and rebuilt busybox. When I put
> >>>> this version of busybox with the cat applet on my board and type busybox
> >>>> it I get:
> >>>>
> >>>> # busybox
> >>>> Unhandled fault: vector exception (0x800) at 0x00000000
> >>>> SIGSEGV
> >>>> #
> >>>>
> >>>> Any help would be greatly appreciated.
> >>> Can't reproduce:
> >>>
> >>> # ./busybox ; echo $?
> >>> ^C
> >>>
> >>> # ./busybox .kernelrelease; echo $?
> >>> 1.18.3
> >>> 0
> >>>
> >>>
> >>> Please post your .config
> >>>
> >> I just get the Unhandled fault when I do any of those.
> >> .config attached...
> > It works for me with your .config
> >
> Thank you for the feedback. Did you run this on an ARM with no MMU?

No.

> So  
> what does that tell me? Do you think it's my tools?  Could it be 
> something to do with uClibc? I am not sure it's configured correctly.

Does it fail with more than one applet enabled?

*Where* exactly does it fail? Insert printf's into code and find out
where is that place.

> Should I have the config for busybox point to my linux header files 
> somehow? I read that busybox needs linux headers for somethings, could 
> that be a problem?

No, in that case it wouldn't _compile_. You have successful compile.

-- 
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to