You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need it because I found the OSF Mach, Mach kernel variant, the one used by apple for building XNU kernel. I have the original one from OSF, MIT licensed. It is the best Mach variant, with a lot of ipc improvement and they made it preemptable. The other Mach variants are jot preemptable. While with gcc 4.8 I can build it, during the boot phase it crashes for a stack corruption on a return value of a function, that is correct before the return and wrong after the return. It probably happens due of some code manipulated by gcc during the build time. Last update received by the code, before Apple took it, is 2000, so the gcc version should be gcc 3.
Can you add gcc 3 series to this repos? I need them to build some old code and then porting it to modern compilers
The text was updated successfully, but these errors were encountered: