On Monday 09 November 2009 18:10:19 Takeshi MATSUYA wrote: > On 2009/11/09, at 22:55, Gautam Kalyanasundaram wrote: > > What is missing is the symbol "_fstack" - did you use a different > > linker LD file? > > Thanks. > > > > > (gdb) target sim --memory-region 0x00000000,0x0fffffff > > I think memory region is incorrect. > > (gdb) target sim --memory-region 0x0,0x43ffffff
That could well be a source of the problem, since the Linux kernel is loaded at 0x40000000 (start of SDRAM) which is outside the memory region you defined. In this case, GDB's error message should be more explicit. Sébastien _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkym...@freenode Webchat: www.milkymist.org/irc.html Wiki: www.milkymist.org/wiki
