An error in Link-Script?!

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
WaCkY

An error in Link-Script?!

Post by WaCkY »

Hello, i've tested this Linker-Sctipt by two linkers (jloc and ld) and both of them say, there is an error in line 2!

Script:
_______________________________________
ALL:
kernel.o

START: 0,0FF800000
,,code,,kernel.o
CODE: 0
,,code
DATA: 0,#10
,,data
BSS: 0,#10
,,bss
_______________________________________

Can someone tell me, what's wrong there, please ?!

thx, WaCkY
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:An error in Link-Script?!

Post by Pype.Clicker »

the only linker i know is LD and your script doesn't seem to be valid for LD ... that's all i can offer :-/
Post Reply