Thread: DR1000 Building Hello World 4.0
View Single Post
Old 09-07-2010, 02:01 PM   #15
bran
Enthusiast
bran began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Aug 2010
Device: IREX DR800S
Quote:
Originally Posted by dima_tr View Post
The problem is in extra call from build_all_from_scratch which is not needed here. Just comment it out in the script and enjoy (or replace with the one from fresh attachment ).

# make update-gmo


I upload here the corrected script, now the full sequence is there with commented out "make update-gmo":

Code:
set_environment
intltoolize --copy --force --automake
autoreconf --install --force
./configure ${CONFIGURE_OPTIONS} $*
dima_tr,

I have personally modified your scripts to use a symlink for the rootfs

i.e. in my dev directory i've done the following:

ln -s poky-image-ion-devel-qemuarm-<version>.rootfs.ext2 poky-image-ion-devel-qemuarm.rootfs.ext2<enter>

I've modified the scripts to use the symlink instead. That allows me to not be date depandant for the rootfs.

BTW, your scripts work well on my debian sid box. After modifying for the symlink use, hello world compiled perfectly and runs in the emulator. I'm not even going to try the anjuta plugin environment as it not work for me. I'ts looking for libanjuta.egg.so. So, manual copying seems to be the way to go.

Regards Bran.
bran is offline   Reply With Quote