[Milkymist-devel] Issue with Linux COmpilation for Milkymist

Sébastien Bourdeauducq sebastien.bourdeauducq at lekernel.net
Mon Nov 9 11:42:15 PST 2009


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


More information about the Devel mailing list