I am trying to run this command
ld -Ttext 0x1000 -o kernel.bin loader.o main.o video.o
but it returns ld: unknown option: -Ttext
Is there any alternatives to this action or a way to make ld work?
Here is written, that option -Ttext exists, but in my case it shows that no http://linux.about.com/library/cmd/blcmdl1_ld.htm