Problem is strings

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.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

Hmmm... since you dug this up again, I'd rather suggest checking that .rodata is linked into the binary. Using a decade-old compiler version usually isn't much of a solution...
Every good solution is obvious once you've found it.
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Post by Candy »

chromex wrote:Just in case any else runs across this thread looking for the solution to this problem but is unwilling/unable to switch away from gcc the key lies in using gcc version 2.95 before they put in certain optimizations which break this.
The solution to any problem is avoiding the situation that caused it? How about fixing the problem instead?
Post Reply