Note: Cpasjuste now recommends that you use the DJWillis toolchain. (source: post #70 in this thread)
-Gruso
--------------------------------------------------------------------------------------------------------------
Hi, i did re-write my little pandora toolchain/sdk scripts for an easier and better installation.
This stuff is writed/tested for deb based distributions ( debian, ubuntu ... ), 32 and 64 bits.
It comes in 3 files :
toolchain.sh : will download and install codesourcery arm toolchain ( arm-2009q3-67 ) and set the PNDSDK path variable ( /usr/local/pandora/arm-2009q3 ). It can be used alone to install the basic toolchain.
pnd_libs.sh : will download and install some libraries from the angstrom repository, based on the third file list. It need the "libraries.list" file.
libraries.list : a list of libraries URL from angstrom repo. So if pnd_libs.sh script isn't too crappy, we (you) should only need to update this list to update.
I encourage you to report me libraries that may miss you ( i just added a very few one for gles, x11 and sdl ), if they are part of the actual pandora base image, i'll add them to the "libraries.list" file.
The "toolchain.sh" script and "pnd_libs.sh" scripts will leave a "tmp" directory where it was launched with downloaded stuff, you can safely delete it.
toolchain.sh
pnd_libs.sh
libraries.list
-Gruso
--------------------------------------------------------------------------------------------------------------
Hi, i did re-write my little pandora toolchain/sdk scripts for an easier and better installation.
This stuff is writed/tested for deb based distributions ( debian, ubuntu ... ), 32 and 64 bits.
It comes in 3 files :
toolchain.sh : will download and install codesourcery arm toolchain ( arm-2009q3-67 ) and set the PNDSDK path variable ( /usr/local/pandora/arm-2009q3 ). It can be used alone to install the basic toolchain.
pnd_libs.sh : will download and install some libraries from the angstrom repository, based on the third file list. It need the "libraries.list" file.
libraries.list : a list of libraries URL from angstrom repo. So if pnd_libs.sh script isn't too crappy, we (you) should only need to update this list to update.
I encourage you to report me libraries that may miss you ( i just added a very few one for gles, x11 and sdl ), if they are part of the actual pandora base image, i'll add them to the "libraries.list" file.
The "toolchain.sh" script and "pnd_libs.sh" scripts will leave a "tmp" directory where it was launched with downloaded stuff, you can safely delete it.
toolchain.sh
pnd_libs.sh
libraries.list