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
Search found 6 matches
- Thu Feb 26, 2004 12:33 am
- Forum: PS2 Development
- Topic: making .elf out of .o using GCC?
- Replies: 19
- Views: 11182
- Wed Feb 25, 2004 11:43 pm
- Forum: PS2 Development
- Topic: making .elf out of .o using GCC?
- Replies: 19
- Views: 11182
- Wed Feb 25, 2004 11:19 pm
- Forum: PS2 Development
- Topic: making .elf out of .o using GCC?
- Replies: 19
- Views: 11182
- Wed Feb 25, 2004 9:17 am
- Forum: PS2 Development
- Topic: making .elf out of .o using GCC?
- Replies: 19
- Views: 11182
- Tue Feb 24, 2004 7:58 am
- Forum: PS2 Development
- Topic: making .elf out of .o using GCC?
- Replies: 19
- Views: 11182
- 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...