buildscripts-20081212 problems
Posted: Mon Jan 05, 2009 5:40 pm
hi everybody,
I got a problem executing the buildscripts-20081212 on a GNU/Linux system:
1: build devkitARM (gba gp32 ds)
2: Download the packages for me (requires curl or wget)
...
Downloads the files and starts to extract them:
use /usr/bin/make as make
use /usr/bin/gawk as gawk
Ready to install devkitARM in /home/user/nds/devkitARM
press return to continue
Extracting binutils-2.19.tar.bz2
Extracting gcc-core-4.3.2.tar.bz2
Extracting gcc-g++-4.3.2.tar.bz2
Extracting newlib-1.16.0.tar.gz
Extracting gdb-6.8.tar.bz2
Extracting libnds-src-1.3.1.tar.bz2
Extracting libgba-src-20081210.tar.bz2
Extracting libfat-src-1.0.2.tar.bz2
Extracting dswifi-src-0.3.5.tar.bz2
Extracting libmirko-src-0.9.7.tar.bz2
Extracting default_arm7-src-20081210.tar.bz2
Extracting maxmod-src-1.0.1.tar.bz2
mkdir: falta un operando ----> That means ----> an operate is missing
Pruebe `mkdir --help' para más información. ---> That means ---> Try `mkdir --help' for more information
tar: la opción requiere un argumento -- C ----> That means ----> tar: the option requires an argument -- C
Intente`tar --help' o `tar --usage' para mayor información. ---> That means ---> Try `tar --help' or `tar --usage' for more information
Error extracting maxmod-src-1.0.1.tar.bz2
It looks like the variable $MAXMOD_SRCDIR is missing. I have added the line
MAXMOD_SRCDIR="maxmod-$MAXMOD_VER"
after the line number 373.
It looks like it works now (it is compiling everything that it has downloaded), I still need to compile the examples.
Best regards,
I got a problem executing the buildscripts-20081212 on a GNU/Linux system:
1: build devkitARM (gba gp32 ds)
2: Download the packages for me (requires curl or wget)
...
Downloads the files and starts to extract them:
use /usr/bin/make as make
use /usr/bin/gawk as gawk
Ready to install devkitARM in /home/user/nds/devkitARM
press return to continue
Extracting binutils-2.19.tar.bz2
Extracting gcc-core-4.3.2.tar.bz2
Extracting gcc-g++-4.3.2.tar.bz2
Extracting newlib-1.16.0.tar.gz
Extracting gdb-6.8.tar.bz2
Extracting libnds-src-1.3.1.tar.bz2
Extracting libgba-src-20081210.tar.bz2
Extracting libfat-src-1.0.2.tar.bz2
Extracting dswifi-src-0.3.5.tar.bz2
Extracting libmirko-src-0.9.7.tar.bz2
Extracting default_arm7-src-20081210.tar.bz2
Extracting maxmod-src-1.0.1.tar.bz2
mkdir: falta un operando ----> That means ----> an operate is missing
Pruebe `mkdir --help' para más información. ---> That means ---> Try `mkdir --help' for more information
tar: la opción requiere un argumento -- C ----> That means ----> tar: the option requires an argument -- C
Intente`tar --help' o `tar --usage' para mayor información. ---> That means ---> Try `tar --help' or `tar --usage' for more information
Error extracting maxmod-src-1.0.1.tar.bz2
It looks like the variable $MAXMOD_SRCDIR is missing. I have added the line
MAXMOD_SRCDIR="maxmod-$MAXMOD_VER"
after the line number 373.
It looks like it works now (it is compiling everything that it has downloaded), I still need to compile the examples.
Best regards,