SegaXtreme

Hello,

I'm just trying to make my first demo for Genesis. I finally decided to use XGCC. I downloaded some demos written with XGCC, but my problem for now is know how to compile all the stuff.

I've got the compiler, and some other files.

Sega.s and md.l

I also got a demo which has a batch file to compile and link all stuff, a source + included files. But i really can't understand a lot of how it is working....

Where can I find help about this??

Maybe you guys can tell me how to compile, link and include lib files??

Damn, I've been programming for more that 8 years and I now I look like a begginer 🙂

I understand that you need to compile to object code, doing something like

Code:
gcc Demo.o Demo.c

But there are lots of parameters.

Then I need to link all the stuff...
Back
Top