Search found 6 matches

by 0xFF
Thu Feb 26, 2004 12:33 am
Forum: PS2 Development
Topic: making .elf out of .o using GCC?
Replies: 19
Views: 11182

Thanks a MILLION pixel for sticking with me.

I finally got the sample working (and appened to an infinite loop so I could see "Hello World" on the screen)

I owe you one.
If you need any favours, I'll be glad to help. :D
by 0xFF
Wed Feb 25, 2004 11:43 pm
Forum: PS2 Development
Topic: making .elf out of .o using GCC?
Replies: 19
Views: 11182

Thanks pixel, but there are still some errors when I run make.exe from the same directory as the hello sample. When I compile it from the "hello" directory, I get this: C:\ps2dev\ps2lib\ee\samples\hello>make ee-gcc -D_EE -fshort-double -O2 -G0 -c -Wall -Ic:/ps2dev/PS2LIB/ee/include -Ic:/ p...
by 0xFF
Wed Feb 25, 2004 11:19 pm
Forum: PS2 Development
Topic: making .elf out of .o using GCC?
Replies: 19
Views: 11182

Sorry I forgot to login (again). That is my post above.
I must remember to execute the following code each time I use this forum:

unit32 DumbAssUser0xFF = 0x00001000;

TCHAR mental_note = "REMEMBER TO LOGIN!";

DMATransfer(DumbAssUser0xFF, mental_note); :wink:
by 0xFF
Wed Feb 25, 2004 9:17 am
Forum: PS2 Development
Topic: making .elf out of .o using GCC?
Replies: 19
Views: 11182

Damn It. I keep on forgetting to log in! Sorry that is my post directly above.
by 0xFF
Tue Feb 24, 2004 7:58 am
Forum: PS2 Development
Topic: making .elf out of .o using GCC?
Replies: 19
Views: 11182

Sorry, I didn't log in, but that is my post above.

Seriously guys, help will be very appreciated!
by 0xFF
Tue Feb 24, 2004 5:39 am
Forum: PS2 Development
Topic: making .elf out of .o using GCC?
Replies: 19
Views: 11182

making .elf out of .o using GCC?

Hi, I'm new to GCC for the ps2. I was wondering if anyone could tell me how to convert .o files into .elf files using GCC. I'm using the ps2Dev envirmonment variables (That big 30 MB installation version). I have a simple program with nothing in it (int main(void){}) called main.c I compile it using...