I am trying out the lnp functionality with addressing and such, and of
course I had to recompile the legos kernel. That, in itself, seemed to go
without a hitch, but when I later tried to compile one of the demo programs,
this is what I got.
djecho -o response " -T ../boot/legOS.lds -relax -Lc:/legOS/lib
elloworld.o -l
c -lmint -lfloat -o helloworld.ds1 -Ttext 0xb000"
h8300-hms-ld @response
/legOS/h8/bin/H8BE95~1.EXE:../boot/legOS.lds:20: parse error
make.exe: *** [helloworld.ds1] Error 1
When I investigated further, it turned out my legos.lds file looked like
this at line 20:
MEMORY {
rom : o = 0x0000, l = 0x8000
kern : o = 0x8000, l = 0xffff8000
ram : o = , l = 0xfefc <-- line 20
stack : o = 0xfefc, l = 0x0004
eight : o = 0xff00, l = 0x0100
}
It seems to be missing a little something there.
I am running legos on a WinNT machine, and WinLegos 0.1
My questions is, of course, how can I fix it?
Torkel
|