Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)
You are not logged in.
hello i have been trying to install the gbdk on fedora gnu/Linux for a while without success
when i download the gbdk directory i navigate to the bin directory and make a main.c file containing this:
#include <stdio.h>
int main(){
printf("This should compile\n");
return 0;
}
and type ./lcc main.c
in the terminal and i get the output:
./lcc: /usr/lib/gbdk/bin/sdcpp: No such file or directory
dose anyone know what i am doing wrong?
the version of the gbdk i downloaded was here:
http://downloads.sourceforge.net/projec … or=skylink
Offline
I think you need to set the GBDKDIR.
export GBDKDIR=$HOME/gbdk/
Type that into terminal, or course change your location to where you've unzipped the gbdk files. For me it looked something like this
export GBDKDIR=Users/dan/documents/workspace/gameboy/gbdk/
Give it a try and then try to "make" it again.
Offline
sorry for a late reply
i have just run windows xp in virtualbox
and run gbdk from there
thanks for your help though
i will try this one day
Offline