GCC 4.7.2 Cross compiler problems
Posted: Tue Dec 11, 2012 11:09 pm
Hey guys,
Just decided to recompile my old GCC to a new version (4.7.2) and I've got some issues.
After following the tutorial the tutorial I've successively got the binaries in a folder (I'm using cygwin)
Now the problem is that when I try to compile a file I get this error
"error while loading shared libraries: ?: cannot open shared object file: No such file or directory"
GCC 3.x.x worked fine.
Any points on how to fix this? I even tried configuring with --disable-shared.
Just decided to recompile my old GCC to a new version (4.7.2) and I've got some issues.
After following the tutorial the tutorial I've successively got the binaries in a folder (I'm using cygwin)
Now the problem is that when I try to compile a file I get this error
"error while loading shared libraries: ?: cannot open shared object file: No such file or directory"
GCC 3.x.x worked fine.
Any points on how to fix this? I even tried configuring with --disable-shared.