Looking for GCC >= 4.3 Binaries for Irix/Nekoware
Hi!
I am on some software ports over to Irix, just for fun. My current candidate uses some more modern C++ features and thus won't compile straight out of the box with MIPSPro. I tried GCC 4.7 from Nekoware, but it throws a ton of errors (pthread-headers seem to be not that happy) as soon as any C++ include is used.
GCC 3.x from Nekoware, doesn't like the source bc. of the used C++ extensions also.
Also no success with SGUG GCC9. I am having issues with OpenGL librarys on that version. A binary is generated after a error-free build, but it throws a BusError exception prior to reaching the main() function, no matter what i tried yet. A simple test program works, but no chance with GL. Of course, this needed a "--allow-shlib-undefined" to get rid of "symbol _gl_INTERPRET_END not found". Maybe there are unresolved symbols left and it traps into these.
So my question is:
Does someone of you have a working binary package of GCC 4.3 or newer, compiled against Nekoware / MIPS4? Just like Neko_gcc47 but working? :-D
Thanks!
Matthias
(This post was last modified: 12-08-2022, 02:50 PM by matze584.)
|
|
matze584
O2
Trade Count:
(0)
Posts: 20
Threads: 3
Joined: Sep 2022
Location: Germany
|
|
12-08-2022, 12:24 PM |