Quote:
Originally Posted by Grimulkan
Great job! Some comments:
1. Part 1, Step 2a:
Code:
2a) install libart in the development environment:
sudo 'LD_LIBRARY_PATH=/usr/local/poky/eabi-glibc/arm/lib /usr/local/poky/eabi-glibc/arm/bin/opkg-cl -f /usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/etc/opkg.conf -o /usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi install libart-lgpl-2.3.20_2.3_arm.ipk
Do you have an extra symbol in the install command? In any case, I was able to install using opkg-target in Adam's VMWare environment (upgraded to 1.5 SDK), without using sudo. I did use chmod to set the execute permissions, though.
|
Yes you spotted two problems. One: There is an extra quote ' in the beginning of the line. The original problem is that I forgot to 'chown' the library directories (as clearly explained in the iRex development manual) after I updated to R1.5.

This would have allowed me to use opkg-target I guess.
Quote:
Originally Posted by Grimulkan
I also ran into an additional pitfall: opkg-cl was looking for libldap_r.so, while I had liblad_2-<version>.so, so that had to be fixed by proper redirection (or use sudo cp to make a copy of the library in /usr/lib with the right name).
|
I might have forgotten about this step ...
Quote:
Originally Posted by Grimulkan
2. Part 4, Step 1d:
Code:
1d) copy ipkg-build.sh
Get ipkg_build.sh (e.g. from http://www.oesf.org/howto/downloads/ipkg-build.sh) and copy it into your /usr/bin folder. Make sure that the execution rights are ok.
For more info on ipkg files see: http://www.atack.cz/roman/zaurus/doc/ipkg_howto.html
That version asked me to include a "Section" field in the CONTROL file. You might want to add that to Step 3a.
|
Thanks for the comments, I have updated the 'Port Xournal.txt' document in the original post.