Ze_ro
Member
I managed to get a toolchain (ooPo's toolchain) set up and working properly under Linux... but I'm having problems with things linking. One project I was working on porting (Abuse) was giving me messages about "_Unwind_SjLj_Register" being undefined. I tried forcing it to link with libgcc.a, and it worked fine. I'm now trying to compile a different program, and I'm getting this message:
aaa: relocation error: aaa: undefined symbol: _ZSt4cerr
I'd gladly just force it to link against whatever library has that in it, but I can't for the life of me figure out where it is. Is it just bad luck that I'm getting all these linking issues, or is there something I have set up wrong in my toolchain or something? I've compiled a number of other programs (mamegp2x for example) without any issues.
--Zero
aaa: relocation error: aaa: undefined symbol: _ZSt4cerr
I'd gladly just force it to link against whatever library has that in it, but I can't for the life of me figure out where it is. Is it just bad luck that I'm getting all these linking issues, or is there something I have set up wrong in my toolchain or something? I've compiled a number of other programs (mamegp2x for example) without any issues.
--Zero