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.
A kernel is not an userspace application. You'll probably want a linker script as well.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Have you ever manually used a linker on the command line for any reasonably-sized project? You don't seem to understand how the process of compiling and linking is supposed to work (hint: your makefile calls the linker twice).
In addition, I hardly see you fix anything mentioned so far.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Combuster wrote:Have you ever manually used a linker on the command line for any reasonably-sized project? You don't seem to understand how the process of compiling and linking is supposed to work (hint: your makefile calls the linker twice).
In addition, I hardly see you fix anything mentioned so far.
Nope, never used it, i dont really know how it should be configured. I have only programmed microcontrollers before, and it did not require manual linking