Hello all,
I found a nice little library called internet-ce a while back, and brainstormed some ideas for a new project using this library. Thus appeared Internet Gateway, which is planned to be a Satellaview-like service, where you can download games and newsletters and participate in events. I'm programming it in C, which has got to be my new favorite programming language. It's going great so far, except that with internet.c in my src folder, it just won't make. Every time, it throws
error: failed register allocation
or something along those lines. Does anyone know an alternative to internet-ce that will compile, or any help with getting around the register allocation error?
Thanks.
I found a nice little library called internet-ce a while back, and brainstormed some ideas for a new project using this library. Thus appeared Internet Gateway, which is planned to be a Satellaview-like service, where you can download games and newsletters and participate in events. I'm programming it in C, which has got to be my new favorite programming language. It's going great so far, except that with internet.c in my src folder, it just won't make. Every time, it throws
error: failed register allocation
or something along those lines. Does anyone know an alternative to internet-ce that will compile, or any help with getting around the register allocation error?
Thanks.