Pequeño "try again" con el port de Bennu a GP2X

Started by Drumpi, March 13, 2010, 01:53:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SplinterGU

ahhh, son los tests... si, los tests dan error...

esto le hiciste make, cierto?

de ser asi, dale ahora:

make install...

o fijate en el makefile, que copia cuando hace install y copialo a mano.

los tests no compilan.

disculpame que te haya hecho perder tiempo, pero ayer estaba a mil (hoy tambien) y no lei en detalle los mensaje de error.
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

Drumpi

No te mato porque esto parece que compial (y conste que llevaba 3 días con lo mismo ;D).
Bueno, que hasta la carpeta core está compilado, pero me ha dado un warning un poco raro (copio y pego los dos últimos párrafos, que es lo que puedo copiar):

make[2]: Leaving directory `/home/Administrator/bennugd143/core/bgdc/src'
make[2]: Entering directory `/home/Administrator/bennugd143/core/bgdc'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/Administrator/bennugd143/core/bgdc'
make[1]: Leaving directory `/home/Administrator/bennugd143/core/bgdc'
Making all in bgdi
make[1]: Entering directory `/home/Administrator/bennugd143/core/bgdi'
Making all in src
make[2]: Entering directory `/home/Administrator/bennugd143/core/bgdi/src'
/opt/sdkoficial2/bin/arm-gp2x-linux-gcc -DPACKAGE_NAME=\"bennu\" -DPACKAGE_TARNA
ME=\"bennu\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"bennu\ 1.0.0\" -DPAC
KAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DH
AVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_ST
RINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H
=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"bennu\" -DVERSION=\"1.0.0\" -I. -DTARGET_G
P2X_WIZ -O2 -ffast-math -fomit-frame-pointer -mcpu=arm920t -DARM -D_ARM_ASSEM_ -
I/opt/sdkoficial2/include -I/opt/sdkoficial2/include/libxml2 -I/opt/sdkoficial2/
include/SDL -O2 -finline-functions -fno-strict-aliasing  -Wall -DTARGET_LINUX -D
TARGET_GP2X_WIZ -O2 -ffast-math -fomit-frame-pointer -mcpu=arm920t -DARM -D_ARM_
ASSEM_ -I/opt/sdkoficial2/include -I/opt/sdkoficial2/include/libxml2 -I/opt/sdko
ficial2/include/SDL -I../../include -I../include -I../../bgdrtm/include -DDEBUG
-D__BGDI__    -DTARGET_GP2X_WIZ -O2 -ffast-math -fomit-frame-pointer -mcpu=arm92
0t -DARM -D_ARM_ASSEM_ -I/opt/sdkoficial2/include -I/opt/sdkoficial2/include/lib
xml2 -I/opt/sdkoficial2/include/SDL -O2 -finline-functions -fno-strict-aliasing
-MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/sh ../../libtool --tag=CC   --mode=link /opt/sdkoficial2/bin/arm-gp2x-linux
-gcc  -DTARGET_GP2X_WIZ -O2 -ffast-math -fomit-frame-pointer -mcpu=arm920t -DARM
-D_ARM_ASSEM_ -I/opt/sdkoficial2/include -I/opt/sdkoficial2/include/libxml2 -I/
opt/sdkoficial2/include/SDL -O2 -finline-functions -fno-strict-aliasing  --as-ne
eded -L/opt/sdkoficial2/lib -o bgdi main.o -L/opt/sdkoficial2/lib  -lc -ldl -L/o
pt/sdkoficial2/lib -L../../bgdrtm/src/.libs -lbgdrtm

*** Warning: Linking the executable bgdi against the loadable module
*** libbgdrtm.so is not portable!
libtool: link: /opt/sdkoficial2/bin/arm-gp2x-linux-gcc -DTARGET_GP2X_WIZ -O2 -ff
ast-math -fomit-frame-pointer -mcpu=arm920t -DARM -D_ARM_ASSEM_ -I/opt/sdkoficia
l2/include -I/opt/sdkoficial2/include/libxml2 -I/opt/sdkoficial2/include/SDL -O2
-finline-functions -fno-strict-aliasing --as-needed -o .libs/bgdi main.o  -L/op
t/sdkoficial2/lib -lc -ldl -L/home/Administrator/bennugd143/core/bgdrtm/src/.lib
s /home/Administrator/bennugd143/core/bgdrtm/src/.libs/libbgdrtm.so -Wl,-rpath -
Wl,/opt/sdkoficial2/lib
make[2]: Leaving directory `/home/Administrator/bennugd143/core/bgdi/src'
make[2]: Entering directory `/home/Administrator/bennugd143/core/bgdi'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/Administrator/bennugd143/core/bgdi'
make[1]: Leaving directory `/home/Administrator/bennugd143/core/bgdi'
make[1]: Entering directory `/home/Administrator/bennugd143/core'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/Administrator/bennugd143/core'


BGDC y BGDI están hechos. Si libbgdrtm.so también debería estar, no la encuentro (panic). Voy a ver qué me dice de los módulos.
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

Drumpi

PD: por si sirve de algo, el make me ha dicho al compilar la SSL que era compatible con el compilador, pero no con el precompilador ???

PD2: ya he intentado configurar los módulos con éste resultado:
checking for /opt/sdkoficial2/bin/arm-gp2x-linux-gcc option to accept ISO C89...
(cached) none needed
checking for fabs in -lm... yes
checking for sdl-config... no
checking for SDL - version >= 1.2.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: *** SDL version 1.2.0 not found!


Me he fijado, las SDL están en PREFIX/HOST/lib, todas las .so. Los .h están en PREFIX/include/SDL.
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

SplinterGU

ese error no es SSL, es SDL, no estan en los paths correctos...

el bgdrtm esta en bgdrtm/src/.libs

el configure de los modulos recordar poner el --with-bennu-prefix=<path donde esta el core>

pero ya habiamos compilado los modulos antes y estaban las SDL...
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

Drumpi

Librería encontrada.
Parámetro añadido al configure de los módulos.

Sí, anteriormente habíamos conseguido compilarlos, pero ahora es un intento con otras toolchains, las oficiales, no son las mismas (de ser las anteriores no me comería tanto la cabeza), a ver si de una vez funciona con cualquier firm de gp2x.
Entonces ¿cual es la sugerencia? ¿modificar los paths (¿dónde?) o copiar las SDL a dicha carpeta?
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

Drumpi

Es un fallo detrás de otro: he conseguido cambiar manualmente el directorio de la SDL y me la ha pillado. Luego ha sido la libPNG, lo cual se ha solucionado descargando el código fuente, usando el mismo comando configure que para el core, make y make install.
Ahora es la SDL_mixer, pese a estar en la misma carpeta que la SDL, pero la última, la 1.2.11 me da problemas al compilar (una función que no encuentra). También que no encuentra la mikmod y un par de librerías más, pero de momento no es lo importante, sólo necesito las SDL para compilar los módulos, para que no se me queje el linker. Voy a ir probando versiones, pero si alguien sabe cual es la que seguro funciona o la que usa la GP2X, que lo diga, pliiiiis :)
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

Drumpi

Detalle del error:
load_aiff.c: In function `Mix_LoadAIFF_RW':
load_aiff.c:180: error: `RW_SEEK_SET' undeclared (first use in this function)
load_aiff.c:180: error: (Each undeclared identifier is reported only once
load_aiff.c:180: error: for each function it appears in.)
make: *** [build/load_aiff.lo] Error 1
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

Drumpi

Nada, sólo para mantener al corriente al interesado en el proyecto (no creo que le interese a nadie más ^^U).
Anoche conseguí compilar más o menos todas las librerías necesarias para compilar Bennu (SDL, SDL_mixer, libPNG y openSSL, pero las versiones que usa el firm oficial de GP2X), a ver si así no se me queja más. A ver si en un rato me da por compilar los módulos y no hay más problemas, y tenemos una versión de Bennu más "oficial".
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

FreeYourMind

No hay más interesados... Como no lo consigas ya verás....  ;D

Drumpi

Bueno, de momento otro problema que no me deja hacer nada, es más, se cierra el cygwin:

bash: error: cannot find install-sh, install.sh, or shtool in "/usr/bin" "/usr/bin/.." "/usr/bin/../.."

Y este no tengo ni idea de qué es lo que pasa ni qué es lo que es ni he podido localizarlo en las toolchains.

Por cierto, lo dije desde el principio: las probabilidades de que yo lo consiga son del 10%... aunque últimamente han subido al 25% ;D
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

SplinterGU

el ". " antes de la ejecucion va solo en el script de setvars...

no entiendo como puede cerrarse el "MSYS", a menos que a todo le pongas ". "
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

Drumpi

Pues sí, era eso.

Aun así, sigue empeñado en no reconocerme la SDL_mixer:

$ ./configure --prefix=${PREFIX} --target=${TARGET} --host=${HOST} --build=${BU
ILD} --enable-shared --with-bennu-prefix=/home/Administrator/bennugd143/core
checking build system type... i686-pc-none
checking host system type... arm-gp2x-linux-gnu
checking target system type... arm-gp2x-linux-gnu
checking for arm-gp2x-linux-gcc... /opt/sdkoficial2/bin/arm-gp2x-linux-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /opt/sdkoficial2/bin/arm-gp2x-linux-gcc accepts -g... yes
checking for /opt/sdkoficial2/bin/arm-gp2x-linux-gcc option to accept ISO C89...
none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /opt/sdkoficial2/bin/arm-gp2x-linux-gcc... /opt/sdkofici
al2/arm-gp2x-linux/bin/ld.exe
checking if the linker (/opt/sdkoficial2/arm-gp2x-linux/bin/ld.exe) is GNU ld...
yes
checking for BSD- or MS-compatible name lister (nm)... /opt/sdkoficial2/bin/arm-
gp2x-linux-nm -B
checking the name lister (/opt/sdkoficial2/bin/arm-gp2x-linux-nm -B) interface..
. BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /opt/sdkoficial2/arm-gp2x-linux/bin/ld.exe option to reload object
files... -r
checking for arm-gp2x-linux-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for arm-gp2x-linux-ar... /opt/sdkoficial2/bin/arm-gp2x-linux-ar
checking for arm-gp2x-linux-strip... /opt/sdkoficial2/bin/arm-gp2x-linux-strip
checking for arm-gp2x-linux-ranlib... /opt/sdkoficial2/bin/arm-gp2x-linux-ranlib

checking command to parse /opt/sdkoficial2/bin/arm-gp2x-linux-nm -B output from
/opt/sdkoficial2/bin/arm-gp2x-linux-gcc object... ok
checking how to run the C preprocessor... /opt/sdkoficial2/bin/arm-gp2x-linux-gc
c -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /opt/sdkoficial2/bin/arm-gp2x-linux-gcc supports -fno-rtti -fno-exce
ptions... no
checking for /opt/sdkoficial2/bin/arm-gp2x-linux-gcc option to produce PIC... -f
PIC -DPIC
checking if /opt/sdkoficial2/bin/arm-gp2x-linux-gcc PIC flag -fPIC -DPIC works..
. yes
checking if /opt/sdkoficial2/bin/arm-gp2x-linux-gcc static flag -static works...
yes
checking if /opt/sdkoficial2/bin/arm-gp2x-linux-gcc supports -c -o file.o... yes

checking if /opt/sdkoficial2/bin/arm-gp2x-linux-gcc supports -c -o file.o... (ca
ched) yes
checking whether the /opt/sdkoficial2/bin/arm-gp2x-linux-gcc linker (/opt/sdkofi
cial2/arm-gp2x-linux/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... cross
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to enable maintainer-specific portions of Makefiles... no
Your machine: arm linux-gnu
checking for arm-gp2x-linux-windres... no
checking for windres... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-gp2x-linux-strip... (cached) /opt/sdkoficial2/bin/arm-gp2x-linu
x-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of /opt/sdkoficial2/bin/arm-gp2x-linux-gcc... gcc3
checking for arm-gp2x-linux-gcc... (cached) /opt/sdkoficial2/bin/arm-gp2x-linux-
gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/sdkoficial2/bin/arm-gp2x-linux-gcc accepts -g... (cached)
yes
checking for /opt/sdkoficial2/bin/arm-gp2x-linux-gcc option to accept ISO C89...
(cached) none needed
checking for fabs in -lm... yes
checking for sdl-config... /opt/sdkoficial2/bin/sdl-config
checking for SDL - version >= 1.2.0... cross compiling; assumed OK...
yes
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... no
configure: WARNING: zlib.h: accepted by the compiler, rejected by the preprocess
or!
configure: WARNING: zlib.h: proceeding with the compiler's result
checking for zlib.h... yes
checking for png_read_info in -lpng... yes
checking png.h usability... yes
checking png.h presence... no
configure: WARNING: png.h: accepted by the compiler, rejected by the preprocesso
r!
configure: WARNING: png.h: proceeding with the compiler's result
checking for png.h... yes
checking for DES_ecb_encrypt in -lcrypto... yes
checking openssl/des.h usability... yes
checking openssl/des.h presence... no
configure: WARNING: openssl/des.h: accepted by the compiler, rejected by the pre
processor!
configure: WARNING: openssl/des.h: proceeding with the compiler's result
checking for openssl/des.h... yes
checking for Mix_AllocateChannels in -lSDL_mixer... no
configure: error: libSDL_mixer not found!


y añado el log de configure.
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

Drumpi

No puede ser ¿es posible que el log me esté diciendo que no es capaz de compilar la SDL_mixer porque no encuentra -liconv? ¿No es esa una librería de libiconv, la librería que ya no se usa?
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

SplinterGU

se usa... puede ser que por eso no compile... agregala.
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

Drumpi

Juer, pues mira, al final después de la libiconv... y la libvorbis, y la libogg... parece que los condenados módulos han caido a la lona por primera vez y se han dejado configurar. Pero el round no ha terminado, tras un intercambio de palabros haciendo make me ha enviado un derechazo. Por suerte lo había previsto y aunque no me había cubierto, el golpe no ha sido doloroso:

In file included from mod_wm.c:41:
/opt/sdkoficial2/include/SDL/SDL_syswm.h:56:22: X11/Xlib.h: No such file or dire
ctory
/opt/sdkoficial2/include/SDL/SDL_syswm.h:57:23: X11/Xatom.h: No such file or dir
ectory
In file included from mod_wm.c:41:
/opt/sdkoficial2/include/SDL/SDL_syswm.h:69: error: syntax error before "XEvent"

/opt/sdkoficial2/include/SDL/SDL_syswm.h:69: warning: no semicolon at end of str
uct or union
/opt/sdkoficial2/include/SDL/SDL_syswm.h:69: warning: no semicolon at end of str
uct or union
/opt/sdkoficial2/include/SDL/SDL_syswm.h:70: warning: type defaults to `int' in
declaration of `event'
/opt/sdkoficial2/include/SDL/SDL_syswm.h:70: warning: data definition has no typ
e or storage class
/opt/sdkoficial2/include/SDL/SDL_syswm.h:71: error: syntax error before '}' toke
n
/opt/sdkoficial2/include/SDL/SDL_syswm.h:82: error: syntax error before "Display
"
/opt/sdkoficial2/include/SDL/SDL_syswm.h:82: warning: no semicolon at end of str
uct or union
/opt/sdkoficial2/include/SDL/SDL_syswm.h:82: warning: no semicolon at end of str
uct or union
/opt/sdkoficial2/include/SDL/SDL_syswm.h:82: warning: no semicolon at end of str
uct or union
/opt/sdkoficial2/include/SDL/SDL_syswm.h:83: warning: type defaults to `int' in
declaration of `window'
/opt/sdkoficial2/include/SDL/SDL_syswm.h:83: warning: data definition has no typ
e or storage class
/opt/sdkoficial2/include/SDL/SDL_syswm.h:93: error: syntax error before "fswindo
w"
/opt/sdkoficial2/include/SDL/SDL_syswm.h:93: warning: type defaults to `int' in
declaration of `fswindow'
/opt/sdkoficial2/include/SDL/SDL_syswm.h:93: warning: data definition has no typ
e or storage class
/opt/sdkoficial2/include/SDL/SDL_syswm.h:94: error: syntax error before "wmwindo
w"
/opt/sdkoficial2/include/SDL/SDL_syswm.h:94: warning: type defaults to `int' in
declaration of `wmwindow'
/opt/sdkoficial2/include/SDL/SDL_syswm.h:94: warning: data definition has no typ
e or storage class
/opt/sdkoficial2/include/SDL/SDL_syswm.h:95: warning: type defaults to `int' in
declaration of `x11'
/opt/sdkoficial2/include/SDL/SDL_syswm.h:95: warning: data definition has no typ
e or storage class
/opt/sdkoficial2/include/SDL/SDL_syswm.h:96: error: syntax error before '}' toke
n
/opt/sdkoficial2/include/SDL/SDL_syswm.h:96: warning: type defaults to `int' in
declaration of `info'
/opt/sdkoficial2/include/SDL/SDL_syswm.h:96: warning: data definition has no typ
e or storage class
/opt/sdkoficial2/include/SDL/SDL_syswm.h:97: error: syntax error before '}' toke
n
/opt/sdkoficial2/include/SDL/SDL_syswm.h:97: warning: type defaults to `int' in
declaration of `SDL_SysWMinfo'
/opt/sdkoficial2/include/SDL/SDL_syswm.h:97: warning: data definition has no typ
e or storage class
/opt/sdkoficial2/include/SDL/SDL_syswm.h:197: error: syntax error before '*' tok
en
mod_wm.c: In function `bgd_move_window':
mod_wm.c:73: error: syntax error before "wminfo"
mod_wm.c:77: error: `wminfo' undeclared (first use in this function)
mod_wm.c:77: error: (Each undeclared identifier is reported only once
mod_wm.c:77: error: for each function it appears in.)
mod_wm.c: In function `bgd_get_window_pos':
mod_wm.c:118: error: syntax error before "wminfo"
mod_wm.c:122: error: `wminfo' undeclared (first use in this function)
mod_wm.c: In function `bgd_get_window_size':
mod_wm.c:168: error: syntax error before "wminfo"
mod_wm.c:170: error: `wminfo' undeclared (first use in this function)
make[1]: *** [mod_wm_la-mod_wm.lo] Error 1
make[1]: Leaving directory `/home/Administrator/bennugd143/modules/mod_wm'
make: *** [all-recursive] Error 1


Sí, mi vieja enemiga mod_wm se sigue negando a pasar por el aro. Ahora tengo la duda de si descargar los fuentes de un paquete de X11 (que no sabría cual tomar, aquí si que me vendría bien el consejo y la experiencia de Splinter con el port a WIZ) o descartarla directamente, como hice hace ya tiempo con el antiguo port.

Conseguir compilar los módulos sería una nueva caida sobre la lona para el ordenador, y si encima funcionan sería la tercera y por tanto un KO técnico.

Ais, si el PFC hiciera lo mismo: ahora tengo un error por culpa del linker, que falla, y me piden que use gcc para ello, pero da otro error... bueno, otro día, las cosas de una en una, que tengo que reservar un núcleo para las peticiones de interrupción desde el puerto familiar ;D
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)