在移植并调试基于S3C44B0的应用程序时,由于汇编文件44binit.S编译失败,我用针对AT91的汇编文件start.s代替它,编译连接能生成可执行文件,但用skyeye运行时没有输出。用gdb调试输出信息如下:
(gdb)info files
....
file type elf32-littlearm
Entry Point:0x1000000
0x01000000--0x01008690 is .text
0x0100a000--0x0100a2a9 is .data
0x0100a2b0--0x0100dba0 is .bss
(gdb)info local
No symbol table info available.
(gdb)info prog
Attached to sim running program ../hello.elf.Program stopped at 0xc25a590.It stopped with singnal SIGINT Interrupt.