Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Alez

Pages: [1]
1
Spain / Alguien Con Cacko Que Pruebe Un Paquete?
« on: September 06, 2006, 05:10:47 pm »
las libsdl y stdc++ 5, te da algun problema de dependencias?

2
Spain / Alguien Con Cacko Que Pruebe Un Paquete?
« on: September 05, 2006, 10:26:38 pm »
Hola a todos,

alguien puede probar este paquete en cacko y decirme si le funciona o que error da?

http://alex.hispasource.com/pdaxrom/feed/s....0_armv5tel.ipk
http://alex.hispasource.com/pdaxrom/feed/s....0_armv5tel.ipk

se trata del ScummVM nuevo que trae algunas mejoras y temas, es para pdaxrom, pero sospecho que podría funcionar también con cacko y la rom de sharp. ¿alguien lo prueba y me dice algo?

3
Zaurus - pdaXrom / New Packages Announcement
« on: August 29, 2006, 11:42:00 am »
nikto - webserver security scanner

nikto_1.35_armv5tel.ipk

4
Zaurus - pdaXrom / New Packages Announcement
« on: August 28, 2006, 01:04:37 pm »
Hi!

new version of liferea RSS feed reader is available.

liferea 1.0.21

also I have compiled last release of scummvm which has many additions such as themes, new games support and corrections for older games.

scummvm 0.9.0
scummvm 0.9.0 modern theme

[img]http://alex.hispasource.com/pdaxrom/scummvm-modern.png\" border=\"0\" class=\"linked-image\" /]

5
Zaurus - pdaXrom / Compiling Glibc
« on: April 21, 2006, 03:44:14 pm »
ok, this problem solved using grp patch for glibc

what will be the next...

6
Zaurus - pdaXrom / Compiling Glibc
« on: April 21, 2006, 02:36:06 pm »
I could bypass the error adding CFLAGS="-O1" to make but now I recieve this error:

gcc initgroups.c -c -O1 -Wall -Winline -Wstrict-prototypes -Wwrite-strings      -I../inc                                                                     lude -I.  -I.. -I../libio  -I../sysdeps/arm/elf -I../linuxthreads/sysdeps/unix/sysv/linu                                                                     x -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/                                                                     sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/arm -I../sysdeps/unix/sysv                                                                     /linux/arm -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../s                                                                     ysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I.                                                                     ./sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps                                                                     /ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/el                                                                     f -I../sysdeps/generic  -nostdinc -isystem /opt/native/arm/3.4.5-xscale-softvfp/lib/gcc/                                                                     armv5tel-cacko-linux/3.4.5/include -isystem /opt/native/arm/3.4.5-xscale-softvfp/armv5te                                                                     l-cacko-linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h     -o initgr                                                                     oups.o
In file included from ../include/bits/string2.h:1,
                 from ../string/string.h:360,
                 from ../include/string.h:49,
                 from initgroups.c:24:
../string/bits/string2.h:80: warning: `packed' attribute ignored
../string/bits/string2.h:81: warning: `packed' attribute ignored
../string/bits/string2.h:82: warning: `packed' attribute ignored
../string/bits/string2.h:83: warning: `packed' attribute ignored
../string/bits/string2.h:84: warning: `packed' attribute ignored
../string/bits/string2.h:85: warning: `packed' attribute ignored
../string/bits/string2.h:86: warning: `packed' attribute ignored
initgroups.c: In function `internal_getgrouplist':
initgroups.c:179: error: syntax error before "__FUNCTION__"
make[1]: *** [initgroups.o] Error 1
make[1]: Leaving directory `/home/root/libc/glibc-2.2.5/grp'
make: *** [grp/subdir_lib] Error 2

help appreciated

7
Zaurus - pdaXrom / Compiling Glibc
« on: April 21, 2006, 11:35:26 am »
yes i'm using gcc 3.4.5. I have applied some patches to compile under 3.x but no lucky

8
Zaurus - pdaXrom / Compiling Glibc
« on: April 21, 2006, 10:44:38 am »
hi!

I'm trying to compile glibc-2.2.5 in order to obtain locales for my language (es_ES).

First I had some troubles with linuxthreads, and I applied all patches for glibc-2.2.5 and linuxthreads-2.2.5 from pdaxrom/src

Now, when compiling I obtain the following error:

gcc crti.S -c  -I../include -I.  -I.. -I../libio  -I../sysdeps/arm/elf -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/arm -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/fpu -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  -nostdinc -isystem /opt/native/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/include -isystem /opt/native/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h     -DHAVE_INITFINI -DASSEMBLER  -I.  -g0  -o crti.o
crti.S: Assembler messages:
crti.S:96: Error: can't resolve `_GLOBAL_OFFSET_TABLE_' {*UND* section} - `.L7' {.text section}
crti.S:61: Error: internal_relocation (type: OFFSET_IMM) not fixed up
crti.S:62: Error: internal_relocation (type: OFFSET_IMM) not fixed up
crti.S:63: Error: internal_relocation (type: OFFSET_IMM) not fixed up
crti.S:64: Error: internal_relocation (type: OFFSET_IMM) not fixed up
make[1]: *** [crti.o] Error 1
make[1]: Leaving directory `/home/root/libc/glibc-2.2.5/csu'
make: *** [csu/subdir_lib] Error 2


I think it's a related arch error but don't know how to solve. I'm using pdaxrom beta1.1.0 and native compile.

Configure options:
./configure --with-headers=/opt/native/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/include --enable-add-ons --without-fp


Any help will be appreciated!

9
Spain / Lector Rss
« on: April 17, 2006, 04:07:17 pm »
Hola, he compilado un lector RSS llamado liferea para pdaXrom,

liferea_1.0.9_armv5tel.ipk

libgtkhtml_2.2.4_armv5tel.ipk

Liferea RSS News Reader

requiere ademas orbit2, gconf, gnome_vfs del feed de la beta1.1

Probarlo y decirme si funciona!

(le añado la captura de pantalla)
[img]http://alex.hispasource.com/pdaxrom/img/liferia.jpg\" border=\"0\" class=\"linked-image\" /]

10
Zaurus - pdaXrom / New Packages Announcement
« on: April 17, 2006, 04:01:27 pm »
Liferea RSS News Reader

A RSS News Reader.

Requieres libgtkhtml, which can be found in my feed.

Also requieres orbit2,gconf,gnome_vfs

liferea_1.0.9_armv5tel.ipk

libgtkhtml_2.2.4_armv5tel.ipk

[img]http://alex.hispasource.com/pdaxrom/img/liferia.jpg\" border=\"0\" class=\"linked-image\" /]

11
OpenZaurus/Opie/Qtopia / Can't ./configure - Configure Error
« on: August 06, 2005, 04:45:50 pm »
Hi I've installed gcc, cpp, make, g++ in openzaurus 3.5.3 from the ipkg repository.

When I try to compile any program I recieve the following message in configure step:
checking for C compiler default output file name... configure: error: C compiler cannot create executables

Also I have noticed that stdio.h is not installed.

It's seems some packet is missing

Can somebody help me?

Pages: [1]