关于testsuite的s3c2410
在skyeye-testsuite-2.2的s3c2410的skyeye.conf内核的导入地址从0xc0000000开始,而内核源代码中s3c2410的导入地址是从0x30008000开始,是否要进行相应修改?能否给个s3c2410 linux2.6内核在skyeye上移植的例子?怎么我编译出的内核在skyeye中老是死在那里?提示就是起始地址被应用程序设为0xc0008000然后再也不动了。内核的size根据什么来确定?vmlinux的文件大小就是了吗?用什么工具可以准确知道编译出的内核的大小?还有用skyeye怎么来调试内核的?我买了skyeye的书,但是这方面一直没有详细的说明,之前的问题我本想用skyeye调试内核,但是汇编在gdb中看不出执行到哪。这方面有文档和例子吗? [email protected] What is your whole procedure? You can following the document in the URL: http://skyeye.wiki.sourceforge.net/LinuxWe modify start address of the kernel to 0xc0008000, just for debug purpose. Un-modified kernel canalso run on SkyEye
BTW: if you want to debug kernel in c source level, you need to compile kernel by your self. for ksh:谢谢,试试先!
页:
[1]