New to Genesis Coding.. A few questions.
Posted: Thu May 20, 2010 12:36 am
Hi,
I set up a compiler based on the suggestions of a user named jlf65 at Devster forums. The link is posted here..
http://devster.proboards.com/index.cgi? ... 581&page=1
I set the Genesis compiler as stated in the forum, but I"m running into a problem..
The operating system I'm using is Ubuntu Linux 10.04. After setting up the compiler and the I tried compiling a simple test file that looks like the following..
#include "stdio.h"
int main(){
printf("Test");
}
I entered in the following in my console,
gcc -I ~/Tools/gendev/m68k/include test.c
I got the following output..
/home/me/Tools/gendev/m68k/bin/ld.real: crt0.o: No such file: No such file or directory
Any ideas what might be causing this?
I set up a compiler based on the suggestions of a user named jlf65 at Devster forums. The link is posted here..
http://devster.proboards.com/index.cgi? ... 581&page=1
I set the Genesis compiler as stated in the forum, but I"m running into a problem..
The operating system I'm using is Ubuntu Linux 10.04. After setting up the compiler and the I tried compiling a simple test file that looks like the following..
#include "stdio.h"
int main(){
printf("Test");
}
I entered in the following in my console,
gcc -I ~/Tools/gendev/m68k/include test.c
I got the following output..
/home/me/Tools/gendev/m68k/bin/ld.real: crt0.o: No such file: No such file or directory
Any ideas what might be causing this?