Need help about Illegal instruction problem

Ferenc Wagner wferi at niif.hu
Sun May 9 20:39:30 UTC 2010


LiGang <lixiaogang110217 at hotmail.com> writes:

> 0x000080d0 in _start ()
> (gdb) c
> Continuing.
>
> Program received signal SIGILL, Illegal instruction.
> 0x000a42ec in __setfpucw ()
> (gdb) bt
> #0  0x000a42ec in __setfpucw ()
> #1  0x00094ce4 in init ()
> #2  0x00094d38 in __libc_init_first ()
> #3  0x0007c540 in __libc_start_main ()
> #4  0x000080f8 in _start ()
> #5  0x000080f8 in _start ()
> I don't know why i couldn't get the actual source line number. i have used command line to build a DEBUG type:
> [root at localhost dhcp-3.1.3]# make "CC=/usr/local/arm/3.4.1/bin/arm-linux-gcc -static -DEBUG"

Try with -DDEBUG instead.
--  
Regards,
Feri.



More information about the dhcp-users mailing list