maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Could someone compile open-rp, for the team? (https://talk.maemo.org/showthread.php?t=37709)

optimaxxx 2009-12-18 19:47

Could someone compile open-rp, for the team?
 
scratchbox never really worked properly on my comp, as i honestly doubt it's fast enough to emulate an emulation. i then tried compiling straight on the device, but after about 20 hours of frustration i found the heart of my problem, bash conflicts with busybox, resulting in hours of effort down the drain.

So embattled and saddened i turn to my brethren, the community, would you help an injured man achieve his dream?

just follow these steps;
Quote:

Things you need installed: subversion (SVN) and wget
ORP will run on any kernel version, on any Linux distribution. Though a modern compiler is required, GCC v4.x and fairly new binutils, autoconf, automake.

# svn checkout http://open-rp.googlecode.com/svn/trunk/ open-rp
# cd open-rp
# make release
# cd ORP-1.3-SVN-Linux
# ./orpui
and tell me if anything doesn't go to plan! you don't actually need a hacked psp to tell if the program's running!

thanks!

optimaxxx 2009-12-19 03:24

Re: Could someone compile open-rp, for the team?
 
c'mon, it's so simple!

hopbeat 2009-12-21 14:16

Re: Could someone compile open-rp, for the team?
 
@optimaxxx, first of all, you haven't written what is this application, so most people who read this post don't give a flying sheep.

Trying to compile for armel:

Code:

gcc -pedantic -ansi -I/home/arek/open-rp/packages.d/work/freetype-2.3.9/objs -I./builds/unix -I/home/arek/open-rp/packages.d/work/freetype-2.3.9/include -c -Wall -I/home/arek/open-rp/packages.d/./work/root/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c  -fPIC -DPIC -o /home/arek/open-rp/packages.d/work/freetype-2.3.9/objs/.libs/ftsystem.o
In file included from builds/unix/ftsystem.c:21:
./builds/unix/ftconfig.h: In function 'FT_MulFix_arm':
./builds/unix/ftconfig.h:302: error: 'asm' undeclared (first use in this function)
./builds/unix/ftconfig.h:302: error: (Each undeclared identifier is reported only once
./builds/unix/ftconfig.h:302: error: for each function it appears in.)
./builds/unix/ftconfig.h:302: error: expected ';' before 'volatile'
./builds/unix/ftconfig.h:299: warning: unused variable 't2'
./builds/unix/ftconfig.h:299: warning: unused variable 't'
make[2]: *** [/home/arek/open-rp/packages.d/work/freetype-2.3.9/objs/ftsystem.lo] Error 1
make[2]: Leaving directory `/home/arek/open-rp/packages.d/work/freetype-2.3.9'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/arek/open-rp/packages.d'
make: *** [all] Error 2


TA-t3 2009-12-21 14:18

Re: Could someone compile open-rp, for the team?
 
Sounds like it may contain inline-assembly which will be for x86, so no go on ARM.

optimaxxx 2009-12-25 08:01

Re: Could someone compile open-rp, for the team?
 
@ ta-t3

are you referring to it can't run on N900, or it can't be compiled on N900?

@ hopbeat

are you doing this on N900, or through scratchbox?


All times are GMT. The time now is 20:25.

vBulletin® Version 3.8.8