WickedShell has quit [Remote host closed the connection]
boru` has joined #forth
boru has quit [Disconnected by services]
boru` is now known as boru
gravicappa has joined #forth
guan has quit [Ping timeout: 260 seconds]
guan has joined #forth
jsoft has quit [Ping timeout: 240 seconds]
Zarutian_HTC has joined #forth
dave0 has joined #forth
irsol has quit [Ping timeout: 256 seconds]
<proteusguy>
mark4, cool will check it out!
<mark4>
atually im not 100% sure it will work for you out of the box, one of the guys in ##asm helped me fix one stupid bug that was causing the compiler to crash for him
<mark4>
weird thing is that was a very valid bug and should have been causing it to crash for me too lol
<mark4>
and wasnt
<mark4>
he did get it to run for him after that bug fix but it requires tow small edits
<mark4>
one is to add the -T parameter in front of the linker script file referene in the Makefile
<mark4>
the other is to add . = 0x401000; to the linker script sections
<mark4>
i have these edits done here but i cant remember if i pushed them or not
* proteusguy
has lots of confidence it will just work right the first time... ;-)
<mark4>
heh
<mark4>
if i add the -T parameter to my makefile it crashes for me. if i dont it crashes for you lol
<mark4>
some difference in how ld works on debian and gentoo
<mark4>
ok if you pull now you will only need to make ONE small edit
<mark4>
in the Makefile under src/kerenel where it says