Search found 5 matches

by O'Kyle
Thu Aug 13, 2009 3:19 am
Forum: Megadrive/Genesis
Topic: How do I compile something here? [solved]
Replies: 8
Views: 7260

RamiroR wrote:editing this topic's first post?
thx =P
by O'Kyle
Thu Aug 13, 2009 1:31 am
Forum: Megadrive/Genesis
Topic: How do I compile something here? [solved]
Replies: 8
Views: 7260

Re: How do I compile something here? [solved]


I didn't paid attention you were back to a windows setup after you first linux attempt ! I'm glad you finally got things right =)


Never mind ^^
Thank you all for helping me


Hope to see your first rom soon :p


me too hhehehe.

Hope see you soon here.

errr How do I write [solved] in post's ...
by O'Kyle
Tue Aug 11, 2009 7:55 pm
Forum: Megadrive/Genesis
Topic: How do I compile something here? [solved]
Replies: 8
Views: 7260

Re: How do I compile something here?


The link order is wrong


You're right!!!!
sega.o was not the first object I was linking.. In fact I didn't know the order there had something to do with the linking order

Now I can compile and run it in the emulator

You don't know how you helped me, dude!!

Thanks a lot!!

Now I'm trying to ...
by O'Kyle
Tue Aug 11, 2009 9:40 am
Forum: Megadrive/Genesis
Topic: How do I compile something here? [solved]
Replies: 8
Views: 7260

Re: How do I compile something here?


Be sure to have the sames files in your linux GCC setup than mine win32 GCC setup, don't forget the default libc.a file or stuff like that...


I'd like to make something in Windows first because I think you prefer to use it, once you have written that tutorial.

That done, we can try to go to ...
by O'Kyle
Tue Aug 11, 2009 2:41 am
Forum: Megadrive/Genesis
Topic: How do I compile something here? [solved]
Replies: 8
Views: 7260

How do I compile something here? [solved]

Hi, everyone.

I'm new at gen dev and I'd like to make at least some "Hello world", "Hi, mom.." "Is there anybody out there?"

I'm reading some docs for some time now.

First of all I prefer to use linux, so I compile a gcc only for make m68k stuff (gcc-m68k-coff) and it took me some time... After ...