Page 2 of 2
Re: printString function not printing strings!
Posted: Wed Jun 30, 2010 8:44 am
by Combuster
Using anything without knowing what it does is fail. Especially -i
Re: printString function not printing strings!
Posted: Wed Jun 30, 2010 9:23 am
by Benjamin1996
Combuster wrote:Using anything without knowing what it does is fail. Especially -i
I tried to Google it, but I couldn't find any info about it, so I guess I just sort of thought: Ahh, What the hell, let's do it anyway!
Anyhow, by the sound of your reply, this doesn't seem to be the solution of my problem?
Re: printString function not printing strings!
Posted: Wed Jun 30, 2010 10:27 am
by Neolander
Bookmark this. Now.
http://sourceware.org/binutils/docs/
It should help you with LD options like -i, and even includes a nice explanation about linker scripts ^^
Re: printString function not printing strings!
Posted: Wed Jun 30, 2010 10:30 am
by Combuster
Apparently you did not search for
the manual, which btw doesn't need google. (As an exercise, try running the googled query in cygwin or your linux shell as a regular command)
Re: printString function not printing strings!
Posted: Thu Jul 01, 2010 12:45 am
by Solar
Hell, "ld --help" should've been enough to get a first idea...