printString function not printing strings!
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: printString function not printing strings!
Using anything without knowing what it does is fail. Especially -i
-
- Member
- Posts: 78
- Joined: Sat Apr 10, 2010 7:00 am
- Location: Denmark
Re: printString function not printing strings!
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!Combuster wrote:Using anything without knowing what it does is fail. Especially -i
Anyhow, by the sound of your reply, this doesn't seem to be the solution of my problem?
Re: printString function not printing strings!
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 ^^
It should help you with LD options like -i, and even includes a nice explanation about linker scripts ^^
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: printString function not printing strings!
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!
Hell, "ld --help" should've been enough to get a first idea...
Every good solution is obvious once you've found it.