Pandora Pandora Sdk Installer


laurens said:
In this specific case, ./configure --host=arm-none-linux-gnueabi --prefix-dir=$PNDSDK seems to help, but not sure if it really works quite yet.
That's a good start, but I'd personally use a different prefix if you're planning on doing a "make install" so you can easily see which files get copied (and therefore need including in your package). I have a bunch of CFLAGS set up too which most configure scripts will take from the environment variables. Other than that, it's a case of looking through the other options and enabling/disabling features and specifying paths to libraries/includes where appropriate. That said: does the SDK include pkg-config and the likes? Aliasing that/those would help automate a lot of this configure script stuff.

Anyway, if you're very lucky you'll get it to build and link just by feeding "configure" the right parameters. In my experience it's however not exactly foolproof. I dare say most of these scripts haven't been tested to destruction and a lot of them fall over when cross-compiling. Be on the lookout for missing object files (usually not hard to compile separately) and expect random linking problems. Sometimes it's easier to do the final linking manually or with a simple script, than mess around getting the build to work in the usual fashion.
 
Last edited by a moderator:
SteveM said:
laurens said:
In this specific case, ./configure --host=arm-none-linux-gnueabi --prefix-dir=$PNDSDK seems to help, but not sure if it really works quite yet.
That's a good start, but I'd personally use a different prefix if you're planning on doing a "make install" so you can easily see which files get copied (and therefore need including in your package). I have a bunch of CFLAGS set up too which most configure scripts will take from the environment variables. Other than that, it's a case of looking through the other options and enabling/disabling features and specifying paths to libraries/includes where appropriate. That said: does the SDK include pkg-config and the likes? Aliasing that/those would help automate a lot of this configure script stuff.

Anyway, if you're very lucky you'll get it to build and link just by feeding "configure" the right parameters. In my experience it's however not exactly foolproof. I dare say most of these scripts haven't been tested to destruction and a lot of them fall over when cross-compiling. Be on the lookout for missing object files (usually not hard to compile separately) and expect random linking problems. Sometimes it's easier to do the final linking manually or with a simple script, than mess around getting the build to work in the usual fashion.

I thought the --prefix was so that it could find & use the correct libraries, but it's mainly for the install you say? I see that the pnd_libs.sh script uses --libdir=/usr/local/pandora/arm-2009q3/usr/lib, so I'll see if that is a generic ./configure thing.

And yes, there is a pkg-config, but I don't know how to use it; how would ./configure know to use /usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-pkg-config? Is that where --program-prefix=arm-none-linux-gnueabi- comes in handy, I guess?
 
Last edited by a moderator:
laurens said:
And yes, there is a pkg-config, but I don't know how to use it; how would ./configure know to use /usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-pkg-config? Is that where --program-prefix=arm-none-linux-gnueabi- comes in handy, I guess?
Cool. There are various possibilities depending on the configure script (not all are created equal). Never tried --program-prefix so that could well be it. It might just be a variable in the configure script and/or Makefiles. Worst case scenario, you set an alias in your shell for pkg-config so that your alternative gets called instead.
 
Last edited by a moderator:
thanks a ton for this... i think it would be a great idea for someone to write some noobie "hello world" guides. i'm new to cross compiling, too! i will most likely get this figured out when i find some free time... but i could use a nice hand holding to get started.
 
Come on ! How something that usefull cannot be stickied (or at least directly licked by a sticky)
/rant

@Cpasjuste: thanks a million for this.

please add these in the libraries.list :
Code:
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis0_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libssl0.9.8_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl-dev_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libcrypto0.9.8_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis-dev_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis0_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis_1.2.0-2.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl-misc_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl-dev_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libogg-dev_1.1.4-r4.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libogg0_1.1.4-r4.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmpeg-0.4-0_0.4.5+svnr370-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmpeg-0.4-dev_0.4.5+svnr370-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmikmod-dev_3.1.12-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmikmod_3.1.12-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsdl-gfx-dev_2.0.17-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsdl-gfx0_2.0.17-r0.5_armv7a.ipk


By the way, I changed pnd_lib.sh to not download once again the ipk if restarted :
Code:
 47         if [ ! -e tmp/$(echo $library | awk -F/ '{print $NF}') ];then
 48                 wget -O tmp/`echo $library | awk -F/ '{print $NF}'` $library &>/dev/null
 49                 check_wget_error
 50         fi
My version wont be usefull : I changed many other thing to match my system (I don't have sudo etc etc...)
 
sebt3 said:
Come on ! How something that usefull cannot be stickied (or at least directly licked by a sticky)
/rant

@Cpasjuste: thanks a million for this.

please add these in the libraries.list :
Code:
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis0_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libssl0.9.8_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl-dev_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libcrypto0.9.8_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis-dev_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis0_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis_1.2.0-2.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl-misc_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl-dev_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libogg-dev_1.1.4-r4.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libogg0_1.1.4-r4.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmpeg-0.4-0_0.4.5+svnr370-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmpeg-0.4-dev_0.4.5+svnr370-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmikmod-dev_3.1.12-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmikmod_3.1.12-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsdl-gfx-dev_2.0.17-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsdl-gfx0_2.0.17-r0.5_armv7a.ipk


By the way, I changed pnd_lib.sh to not download once again the ipk if restarted :
Code:
 47         if [ ! -e tmp/$(echo $library | awk -F/ '{print $NF}') ];then
 48                 wget -O tmp/`echo $library | awk -F/ '{print $NF}'` $library &>/dev/null
 49                 check_wget_error
 50         fi
My version wont be usefull : I changed many other thing to match my system (I don't have sudo etc etc...)

Ok thanks for the library list and fix, i'll update it tomorow :)
 
Last edited by a moderator:
Cpasjuste said:
Ok thanks for the library list and fix, i'll update it tomorow :)
A few more fixes :
Code:
for i in /usr/local/pandora/arm-2009q3/usr/lib/*la;do
        sed -i "s#-L/usr/lib#-L/usr/local/pandora/arm-2009q3/usr/lib#g;s#libdir=.*#libdir='/usr/local/pandora/arm-2009q3/usr/lib'#;s# /usr/lib/lib([A-Z0-9a-z.-]*).la# /usr/local/pandora/arm-2009q3/usr/lib/lib\1.la#g" $i
done

This fix compiling with libtool (arg, I hate libtool)

Ohh, and I add a "few" more libs since last time I posted here :

Code:
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libglib-2.0-dev_2.24.0-r5.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libatk-1.0-0_1.30.0-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libatk-1.0-dev_1.30.0-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-glib-1-2_0.86-r1.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-glib-1-dev_0.86-r1.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-1-3_1.2.24-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmad-dev_0.15.1b-r5.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmad0_0.15.1b-r5.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/dbus-dev_1.2.24-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/dbus-x11_1.2.24-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/dbus_1.2.24-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libswscale-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libswscale0_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavformat-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavformat52_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavutil50_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavutil-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libnotify-dev_0.4.5-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmbclient-dev_3.3.9-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmbclient0_3.3.9-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpostproc-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpostproc51_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsamplerate0_0.1.7-r1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsamplerate0-dev_0.1.7-r1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpixman-1-dev_0.18.2-r5.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxrender-dev_0.9.6-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libexpat-dev_2.0.1-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpixman-1-0_0.18.2-r5.1.5_armv7a.ipk


And these should be needed to compile a QT program, but so far I failed miserably :(
Code:
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxml2-dev_2.7.7-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxml2_2.7.7-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsqlite3-dev_3.6.20-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsqlite3-0_3.6.20-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqt3support4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqt3supporte-dev_4.6.2-r20.8.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtassistantclient-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtassistantclient4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtclucene-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtclucene4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtcore-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtcore4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdbus-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdbus4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdesigner-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdesigner4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdesignercomponents-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdesignercomponents4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtgui-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtgui4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqthelp-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqthelpe4_4.6.2-r20.8.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtmultimedia-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtmultimedia4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtnetwork-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtnetwork4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtscript-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtscript4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtscripttools-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtscripttools4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtsql-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtsql4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtsvg-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtsvg4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqttest-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqttest4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtuitools4-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtwebkit-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtwebkit4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtxml-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtxml4_4.6.2-r17.7.5_armv7a.ipk

EDIT: I finaly managed to build a qt app : QNetwalk - PND.


I created a specs config dir for qmake. unpack into /usr/share/qt4/mkspecs/pandora.
now to cross-compile a qmake drive, app type :
Code:
qmake -spec pandora
make
 
Last edited by a moderator:
sebt3 said:
EDIT: I finaly managed to build a qt app : QNetwalk - PND.


I created a specs config dir for qmake. unpack into /usr/share/qt4/mkspecs/pandora.
now to cross-compile a qmake drive, app type :
Code:
qmake -spec pandora
make

Awesome! It was exactly what I needed, when I needed it :) I was actually trying to compile on the pandora itself after having failed at the cross-compiling, but this was just what the doctor ordered!

Sweet :)
 
Last edited by a moderator:
Thanks for this howto. Had to adjust some things (I am using gentoo and had to manually install automake-1.4 for compiling plg-config) and update/add some entries in the file libraries.list, but after some fiddling I was able to compile Wesnoth 1.8.2 with this toolchain using cmake. For those that want to use cmake with the crosscompiler toolchain, you most likely need a toolchain file. Here is what mine looks like (okay, not exactly, I have not installed the toolchain to the default location which caused some overhead on my side, but who cares...):

Code:
# this one is important
SET(CMAKE_SYSTEM_NAME Linux)

# specify the cross compiler
SET(CMAKE_C_COMPILER   /usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-gcc)
SET(CMAKE_CXX_COMPILER /usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-g++)

# where is the target environment 
SET(CMAKE_FIND_ROOT_PATH  /usr/local/pandora/arm-2009q3/)

# search for programs in the build host directories
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM BOTH)
# for libraries and headers in the target directories
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
Just save this stuff into a normal textfile. Lets assume you called the file "PandoraToolchain.cmake", this is what you would call in a terminal to compile a program:
Code:
cmake -DCMAKE_TOOLCHAIN_FILE=/PATH_TO_FILE/PandoraToolchain.cmake Path/To/CMakeLists.txt

For those interested: this is the list of packages that I installed using libraries.list (the first part is 100% identical to the file provided by Cpasjuste, later parts are from this thread, the buttom is additional stuff that was (at least partly) required to get Wesnoth link. The resulting binary works lovely.
Code:
http://mydedibox.fr/pandora/toolchain/libs/libts-1.0-0_1.0-r23.5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libts-1.0-dev_1.0-r23.5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxi6_1.3-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxi-dev_1.3-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxext6_1.1.1-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxext-dev_1.1.1-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxdmcp6_1.0.3-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxdmcp-dev_1.0.3-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxau6_1.0.5-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxau-dev_1.0.5-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libx11-6_1.1.5-r3.1_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/xproto_7.0.16-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/xproto-dev_7.0.16-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/kbproto-dev_1.0.4-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libx11-6_1.3.3-r7.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libx11-dev_1.3.3-r7.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libgles-omap3_3.01.00.02-r6.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libgles-omap3-dev_3.01.00.02-r6.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libz1_1.2.3-r5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libjpeg62_6b-r9.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libjpeg-dev_6b-r9.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libtiff5_3.9.2+4.0.0beta5-r2.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libtiff-dev_3.9.2+4.0.0beta5-r2.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libpng_1.2.42-r2.0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libpng-dev_1.2.42-r2.0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libz-dev_1.2.3-r5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libfreetype6_2.3.9-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libfreetype-dev_2.3.9-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-1.2-0_1.2.14-r3.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-1.2-dev_1.2.14-r3.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-image-1.2-0_1.2.6-r1.1_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-image-1.2-dev_1.2.6-r1.1_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-ttf-2.0-0_2.0.9-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-ttf-2.0-dev_2.0.9-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-net-1.2-0_1.2.7-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-net-1.2-dev_1.2.7-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-mixer-1.2-0_1.2.8-r1.1_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-mixer-1.2-dev_1.2.8-r1.1_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/gtk+-dev_2.18.6-r8.4.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/gtk+_2.18.6-r8.4.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libcairo2_1.8.10-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libcairo-dev_1.8.10-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/pango_1.24.4-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/pango-dev_1.24.4-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/lua5.1_5.1.4-r5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/lua5.1-dev_5.1.4-r5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/lua5.1-static_5.1.4-r5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libfontconfig1_2.8.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libfontconfig-dev_2.8.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libgobject-2.0-0_2.24.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libgmodule-2.0-0_2.24.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libgthread-2.0-0_2.24.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libglib-2.0-0_2.24.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libpixman-1-0_0.17.13-r0+gitr69f1ec9a7827aeb522fcae99846237ef0f896e7b.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libpng12-0_1.2.42-r2.0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxrender1_0.9.5-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libexpat1_2.0.1-r3.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/xextproto-dev_7.1.1-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/inputproto-dev_2.0-r1.5_armv7a.ipk

http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis0_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libssl0.9.8_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl-dev_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libcrypto0.9.8_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis-dev_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis0_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis_1.2.0-2.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl-misc_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl-dev_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libogg-dev_1.1.4-r4.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libogg0_1.1.4-r4.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmpeg-0.4-0_0.4.5+svnr370-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmpeg-0.4-dev_0.4.5+svnr370-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmikmod-dev_3.1.12-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmikmod_3.1.12-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsdl-gfx-dev_2.0.17-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsdl-gfx0_2.0.17-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libglib-2.0-dev_2.24.0-r5.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libatk-1.0-0_1.30.0-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libatk-1.0-dev_1.30.0-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-glib-1-2_0.86-r1.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-glib-1-dev_0.86-r1.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-1-3_1.2.24-r19.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmad-dev_0.15.1b-r5.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmad0_0.15.1b-r5.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/dbus-dev_1.2.24-r19.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/dbus-x11_1.2.24-r19.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/dbus_1.2.24-r19.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libswscale-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libswscale0_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavformat-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavformat52_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavutil50_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavutil-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libnotify-dev_0.4.5-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmbclient-dev_3.3.9-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmbclient0_3.3.9-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpostproc-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpostproc51_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsamplerate0_0.1.7-r1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsamplerate0-dev_0.1.7-r1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpixman-1-dev_0.18.2-r5.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxrender-dev_0.9.6-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libexpat-dev_2.0.1-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpixman-1-0_0.18.2-r5.1.5_armv7a.ipk

http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-date-time_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-dev_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-iostreams_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-regex_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-serialization_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-system_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-test_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-thread_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libbz2-1_1.0.5-r2.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libicuuc36_3.6-r5.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libicui18n36_3.6-r5.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libicudata36_3.6-r5.1.5_armv7a.ipk

http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/renderproto_0.11-r2.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/renderproto-dev_0.11-r2.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/renderproto-static_0.11-r2.0.5_armv7a.ipk

For those that want to try compiling Wesnoth using cmake, here is what the cmake call should look like:
Code:
cmake -DCMAKE_BUILD_TYPE=release -DENABLE_STRICT_COMPILATION=off -DCMAKE_TOOLCHAIN_FILE=/PATH_TO_FILE//PandoraToolchain.cmake -DPKG_CONFIG_EXECUTABLE=/usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-pkg-config -DSDL_CONFIG=/usr/local/pandora/arm-2009q3/usr/bin/sdl-config -DLUA_MATH_LIBRARY=/usr/local/pandora/arm-2009q3/arm-none-linux-gnueabi/libc/usr/lib/libm.so -DPREFERENCES_DIR=wesnoth-1.8_userdata ../wesnoth-1.8.2
Afterwards just run "make" and copy the correct files to your sd card. I recommend using a startscript like this one:
Code:
#!/bin/bash
HOME=. ./bin/wesnoth --config-dir userdata --smallgui --fullscreen .

A more complete howto especially dedicated to creating and packaging Wesnoth is available in the Wesnoth forums.
 
i can't get it to work :(
It downloads and installs fine. At least it doesn't give me any errors.
However, the folder /usr/local/pandora/arm-2009q3/usr/lib is not there and therefore no libs are installed :(

Any ideas? BTW, I executed the scripts as "root".
 
Creature XL said:
i can't get it to work :(
It downloads and installs fine. At least it doesn't give me any errors.
However, the folder /usr/local/pandora/arm-2009q3/usr/lib is not there and therefore no libs are installed :(

Any ideas? BTW, I executed the scripts as "root".
these scripts use sudo if root privilege are needed, they have to be run as normal user. remove all, and re-run.

if /usr/local/pandora/arm-2009q3/usr/lib is still empty after that, then there is a problem with pnd_lib.sh somewhere on your machine
 
Last edited by a moderator:
sebt3 said:
Creature XL said:
i can't get it to work :(
It downloads and installs fine. At least it doesn't give me any errors.
However, the folder /usr/local/pandora/arm-2009q3/usr/lib is not there and therefore no libs are installed :(

Any ideas? BTW, I executed the scripts as "root".
these scripts use sudo if root privilege are needed, they have to be run as normal user. remove all, and re-run.

if /usr/local/pandora/arm-2009q3/usr/lib is still empty after that, then there is a problem with pnd_lib.sh somewhere on your machine

It is working now, AFAIKS. thank you. I am not that familiar with sudo (feodra doesn't use it).
Just the "libts.la" is missing by the libtool of the program i am compiling for a test. But I think that is not related to the SDK.
 
Last edited by a moderator:
Here is my feedback on installing Pandora SDK on Ubuntu 9.04 i386:
- when starting pnd_libs.sh as a normal user, without sudo, the script appears to be stuck
After pressing Enter in the terminal, only then I managed to see the prompt asking me to enter the superuser password and then things preceeded with normal speed

- after the pnd_libs.sh was done installing the default list of packages, I've tested the following command line:
"/usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-pkg-config --libs gtk+-2.0"

The first time I did this I got the response that the gkt+-2.0.pc file is missing.
I've managed to find the missing file inside the "gtk+-dev_2.18.6-r8.4.5_armv7a.ipk" package, but that file (and probably many others from this package) didn't seem to be installed by the pnd_libs.sh script!
I've unpacked the .ipk package by hand usng "ar -x ..." command, and I copied the missing files to /usr/local/pandora/arm-2009q3/usr/lib/pkconfig/ ("/usr/local/pandora/arm-2009q3/usr/" didn't exist before)

Now the command line:
"/usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-pkg-config --libs gtk+-2.0"
returns the new error:
Package gobject-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gobject-2.0', required by 'GdkPixbuf', not found

I can not seem to find "gobject-2.0.pc" file in the packages from your list.

Any idea ? What am I doing wrong here ?
Did anyone else got the normal GTK development setup with this installer ?

Thanks in advance
 
Creature XL said:
It is working now, AFAIKS. thank you. I am not that familiar with sudo (feodra doesn't use it).
Just the "libts.la" is missing by the libtool of the program i am compiling for a test. But I think that is not related to the SDK.
add http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libts-dev_1.0-r25.5.5_armv7a.ipk
in the libraries.list
rerun pnd_libs.sh (you can now comment out the last build at the end of the script)
 
Last edited by a moderator:
Adriatic said:
The first time I did this I got the response that the gkt+-2.0.pc file is missing.
I've managed to find the missing file inside the "gtk+-dev_2.18.6-r8.4.5_armv7a.ipk" package, but that file (and probably many others from this package) didn't seem to be installed by the pnd_libs.sh script!
Yeah this SDK is missing libraries. But Cpasjuste (that's not fair :p) was the first to notice it :
Cpasjuste said:
I encourage you to report me libraries that may miss you ( i just added a very few one for gles, x11 and sdl )

Later in this thread, people have listed some of the missing. Just add the missing in the libraries.list and rerun pnd_libs.sh (which will download ipk files for you, unpack it where it should, fix path for libtool and pkg_config)
To have the most comprehensive SDK available to date, just merge all the added lines (takes cares of duplicate :p).
I've posted all required libraries for GTK (as audacious, deedbeaf, gftp just required them) and QT compiling here
 
Last edited by a moderator:
Adriatic said:
Here is my feedback on installing Pandora SDK on Ubuntu 9.04 i386:
- when starting pnd_libs.sh as a normal user, without sudo, the script appears to be stuck
After pressing Enter in the terminal, only then I managed to see the prompt asking me to enter the superuser password and then things preceeded with normal speed

- after the pnd_libs.sh was done installing the default list of packages, I've tested the following command line:
"/usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-pkg-config --libs gtk+-2.0"

The first time I did this I got the response that the gkt+-2.0.pc file is missing.
I've managed to find the missing file inside the "gtk+-dev_2.18.6-r8.4.5_armv7a.ipk" package, but that file (and probably many others from this package) didn't seem to be installed by the pnd_libs.sh script!
I've unpacked the .ipk package by hand usng "ar -x ..." command, and I copied the missing files to /usr/local/pandora/arm-2009q3/usr/lib/pkconfig/ ("/usr/local/pandora/arm-2009q3/usr/" didn't exist before)

Yeah, this is exactly how it happend to me ;)
Try to run the pnd_libs.sh again. I don't why and when, but all of a sudden teh directory "[..]/usr/" was created and all libs where copied to that directory. What it made worse for me was, that I used a user which wasn't in teh "/etc/sudoers" so I couldn't enter the "sudo mode" the first time.
 
Last edited by a moderator:
Creature XL said:
Yeah, this is exactly how it happend to me ;)
Try to run the pnd_libs.sh again. I don't why and when, but all of a sudden teh directory "[..]/usr/" was created and all libs where copied to that directory. What it made worse for me was, that I used a user which wasn't in teh "/etc/sudoers" so I couldn't enter the "sudo mode" the first time.

I've added all the packages mentioned in this thread and rerun the pnd_libs.sh but no luck.

The command line:
"/usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-pkg-config --libs gtk+-2.0"
still returns the error:

Package gobject-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gobject-2.0', required by 'GdkPixbuf', not found

I can not seem to find "gobject-2.0.pc" file in the packages from your list.

Does anyone know what package from the list should install "gobject-2.0.pc" file ?
I suspect that this requires libgobject-dev package, but that one is not in the list

Looking here (and other folders from the same site) I could not find such package too:
http://www.angstrom-distribution.org/unstable/feed/armv7a/base/

What can I do about this ?
Can anyone check if they have "/usr/local/pandora/arm-2009q3/usr/lib/pkgconfig/gobject-2.0.pc" in their install
or if this command works OK: "/usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-pkg-config --libs gtk+-2.0" ?
 
Last edited by a moderator:
Adriatic said:
Does anyone know what package from the list should install "gobject-2.0.pc" file ?
I suspect that this requires libgobject-dev package, but that one is not in the list

Looking here (and other folders from the same site) I could not find such package too:
http://www.angstrom-distribution.org/unstable/feed/armv7a/base/

What can I do about this ?
Can anyone check if they have "/usr/local/pandora/arm-2009q3/usr/lib/pkgconfig/gobject-2.0.pc" in their install
or if this command works OK: "/usr/local/pandora/arm-2009q3/bin/arm-none-linux-gnueabi-pkg-config --libs gtk+-2.0" ?
I do have this file and pkg_config is fine with gtk-2.0 here ;)

here is my current complet list :
Code:
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libudev0_151-r8.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgudev-1.0-0_151-r12.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxcb1_1.6-r3.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libnm-util1_0.8-r4.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxt6_1.0.8-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgpg-error0_1.4-r7.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgpg-error-dev_1.4-r7.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgcrypt11_1.4.1-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgcrypt-dev_1.4.1-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgnutls-dev_2.8.6-r10.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgnutls-extra26_2.8.6-r10.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgnutls26_2.8.6-r10.0.5_armv7a.ipk

http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/gstreamer/gstreamer_0.10.29-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/gstreamer/gstreamer-dev_0.10.29-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/gtk+_2.20.0-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/gtk+-dev_2.20.0-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-glib-1-dev_0.86-r1.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-1-3_1.2.24-r19.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-glib-1-2_0.86-r1.0.5_armv7a.ipk

http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgstapp-0.10-0_0.10.29-r9.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgstpbutils-0.10-0_0.10.29-r9.0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/inputproto-dev_2.0-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/kbproto-dev_1.0.4-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libcairo2_1.8.10-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libcairo-dev_1.8.10-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libexpat1_2.0.1-r3.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libfontconfig1_2.8.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libfontconfig-dev_2.8.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libfreetype6_2.3.9-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libfreetype-dev_2.3.9-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libgles-omap3_3.01.00.02-r6.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libgles-omap3-dev_3.01.00.02-r6.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libglib-2.0-0_2.24.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libgmodule-2.0-0_2.24.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libgobject-2.0-0_2.24.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libgthread-2.0-0_2.24.0-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libjpeg62_6b-r9.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libjpeg-dev_6b-r9.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libpixman-1-0_0.17.13-r0+gitr69f1ec9a7827aeb522fcae99846237ef0f896e7b.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libpng12-0_1.2.42-r2.0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libpng_1.2.42-r2.0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libpng-dev_1.2.42-r2.0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-1.2-0_1.2.14-r3.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-1.2-dev_1.2.14-r3.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-image-1.2-0_1.2.6-r1.1_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-image-1.2-dev_1.2.6-r1.1_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-mixer-1.2-0_1.2.8-r1.1_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-mixer-1.2-dev_1.2.8-r1.1_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-net-1.2-0_1.2.7-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-net-1.2-dev_1.2.7-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-ttf-2.0-0_2.0.9-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libsdl-ttf-2.0-dev_2.0.9-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libtiff5_3.9.2+4.0.0beta5-r2.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libtiff-dev_3.9.2+4.0.0beta5-r2.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libts-1.0-0_1.0-r23.5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libts-1.0-dev_1.0-r23.5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libx11-6_1.1.5-r3.1_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libx11-6_1.3.3-r7.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libx11-dev_1.3.3-r7.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxau6_1.0.5-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxau-dev_1.0.5-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxdmcp6_1.0.3-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxdmcp-dev_1.0.3-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxext6_1.1.1-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxext-dev_1.1.1-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxi6_1.3-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxi-dev_1.3-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libxrender1_0.9.5-r1.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libz1_1.2.3-r5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/libz-dev_1.2.3-r5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/lua5.1_5.1.4-r5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/lua5.1-dev_5.1.4-r5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/lua5.1-static_5.1.4-r5.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/pango_1.24.4-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/pango-dev_1.24.4-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/xextproto-dev_7.1.1-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/xproto_7.0.16-r0.5_armv7a.ipk
http://mydedibox.fr/pandora/toolchain/libs/xproto-dev_7.0.16-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/libsdl-gfx-dev_2.0.17-r0.1_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/alsa-dev_1.0.23-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/alsa-utils_1.0.20-r2.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/alsa-utils-dev_1.0.20-r2.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-date-time_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-dev_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-iostreams_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-regex_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-serialization_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-system_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-test_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/boost-thread_1.41.0-r8.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/dbus_1.2.24-r19.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/dbus-dev_1.2.24-r19.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/dbus-x11_1.2.24-r19.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libasound2_1.0.23-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libatk-1.0-0_1.30.0-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libatk-1.0-dev_1.30.0-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavformat52_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavformat-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavutil50_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libavutil-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libbz2-1_1.0.5-r2.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libcrypto0.9.8_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-1-3_1.2.24-r19.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-glib-1-2_0.86-r1.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libdbus-glib-1-dev_0.86-r1.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libexpat-dev_2.0.1-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgio-2.0-0_2.24.0-r5.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libglib-2.0-dev_2.24.0-r5.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libicudata36_3.6-r5.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libicui18n36_3.6-r5.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libicuuc36_3.6-r5.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmad0_0.15.1b-r5.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmad-dev_0.15.1b-r5.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmikmod_3.1.12-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libmikmod-dev_3.1.12-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libneon25_0.25.5-r4.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libneon-dev_0.25.5-r4.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libnotify-dev_0.4.5-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libnotify_0.4.5-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libogg0_1.1.4-r4.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libogg-dev_1.1.4-r4.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpixman-1-0_0.18.2-r5.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpixman-1-dev_0.18.2-r5.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpostproc51_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libpostproc-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqt3support4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqt3support-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtassistantclient4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtassistantclient-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtclucene4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtclucene-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtcore4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtcore-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdbus4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdbus-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdesigner4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdesignercomponents4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdesignercomponents-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtdesigner-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtgui4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtgui-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqthelp-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqthelp4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtmultimedia4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtmultimedia-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtnetwork4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtnetwork-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtscript4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtscript-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtscripttools4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtscripttools-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtsql4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtsql-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtsvg4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtsvg-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqttest4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqttest-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtuitools4-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtwebkit4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtwebkit-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtxml4_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libqtxml-dev_4.6.2-r17.7.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsamplerate0_0.1.7-r1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsamplerate0-dev_0.1.7-r1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsdl-gfx0_2.0.17-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsdl-gfx-dev_2.0.17-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmbclient0_3.3.9-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmbclient-dev_3.3.9-r3.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmpeg-0.4-0_0.4.5+svnr370-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsmpeg-0.4-dev_0.4.5+svnr370-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsndfile1_1.0.21-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsndfile-dev_1.0.21-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsqlite3-0_3.6.20-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libsqlite3-dev_3.6.20-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libssl0.9.8_0.9.8m-r12.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libswscale0_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libswscale-dev_0.6+r14.0+svnr23733-r14.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libusb-0.1-4_0.1.3-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libusb-0.1-dev_0.1.3-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libusb-1.0-0_1.0.8-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libusb-1.0-dev_1.0.8-r0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis0_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis_1.2.0-2.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis-dev_1.2.3-r2.1.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxcomposite1_0.4.2-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxcomposite-dev_0.4.2-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxcursor1_1.1.10-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxcursor-dev_1.1.10-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxdamage1_1.1.3-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxdamage-dev_1.1.3-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxfixes3_4.0.5-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxfixes-dev_4.0.5-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxinerama1_1.1-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxinerama-dev_1.1-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxml2_2.7.7-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxml2-dev_2.7.7-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxrandr2_1.3.0-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxrandr-dev_1.3.0-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libxrender-dev_0.9.6-r8.0.5_armv7a.ipk
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/openssl_0.9.8m-r12.0.5_armv7a.ipk
 
Last edited by a moderator:
Back
Top