michu
Still Fresh
hey all
well i using the gp2x usb-over-serial "tool", so im able to connect my gp2x via terminal. i think midnight commander would be great for browsing arround on your gp2x...
ive installed devkit pro (im using win-xp), and im abel to compile some example codes... but how do i compile applications, that need ./configure?
when i run ./configre, i get this messages:
sh-2.04$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
so 1 question:
-i686-pc-mingw32 is the wrong target, as i would like to compile for arm arch.
the path env. variable should be right (minigw and devkit arm are in path):
PATH=c:\_TOOLS\_gp2xdev\bin;c:\_TOOLS\_gp2xdev\arm-linux\bin;C:\_TOOLS\_gp2xdev\minsys\bin
any hints?
regards
michu
well i using the gp2x usb-over-serial "tool", so im able to connect my gp2x via terminal. i think midnight commander would be great for browsing arround on your gp2x...
ive installed devkit pro (im using win-xp), and im abel to compile some example codes... but how do i compile applications, that need ./configure?
when i run ./configre, i get this messages:
sh-2.04$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
so 1 question:
-i686-pc-mingw32 is the wrong target, as i would like to compile for arm arch.
the path env. variable should be right (minigw and devkit arm are in path):
PATH=c:\_TOOLS\_gp2xdev\bin;c:\_TOOLS\_gp2xdev\arm-linux\bin;C:\_TOOLS\_gp2xdev\minsys\bin
any hints?
regards
michu