Re: [Angstrom-devel] Build toolchain on SAM9G45 sdcard.

2011-06-26 Thread M M
Hi, I performed the steps outlined in the link: http://www.angstrom-distribution.org/toolchains/ I have a downloaded the .tar.bz2 files. I check qmake2 and then make command, in the shell. Now, in the subdir /angstrom/arm, I found the following files: Makefile qte-example.exe main.o main.cpp qte-ex

Re: [Angstrom-devel] Build toolchain on SAM9G45 sdcard.

2011-06-27 Thread M M
chine at91sam9g45ekes, passing it to OE directly'. Also, I try with example, about the Creating and Using a Qt Embedded SDK: which are the steps after the make command in the shell ? Please, can someone help me ? Thanks so much 2011/6/26 M M > Hi, > I performed the steps outlined in

[Angstrom-devel] Add app.out on angstrom pre-build image sd card

2011-07-14 Thread M M
Hi All, I would ask you one question about the angstrom pre-build image: I put on sd card the angstrom, and it's boot from sdcard (pre-formatted). I would to put on the sd, one file pre-compiled, as 'hello.out' . I try to copy the file on some sud-bir of rootfs, but, the app.out not is available, w

[Angstrom-devel] Creating and Using a Qt Embedded SDK

2011-07-14 Thread M M
Hi All, I found the page on angstrom distribution, about the "Creating and Using a Qt Embedded SDK". I try with the "Using the Qt Embedded SDK", and I follow the steps about the example with qmake2 and make build. I don't understand how to the command, put in the host shell, *"bitbake* meta-toolcha

[Angstrom-devel] External USB Keyboard on Angstrom.

2011-08-31 Thread M M
HI, I have some USB port on board, and Angstrom on SD card. I would like to use the external usb keyboard, installed on Angstrom. I try it, but the keyboard is not enabled on shell. Any suggestions ? It's possible use the external keyboard on usb port or it must installed in other board port (rs232

[Angstrom-devel] GCC Compiler on Angstrom.

2011-08-31 Thread M M
HI, I hope that my question is not repetitive, but it don't found in other past treads. I would use the GCC compiler available on Angstrom distro. I verified that the comiler it present on image, with the gcc libs. The question is: I can use the gcc compiler directly for compile some .c source file

[Angstrom-devel] Compiling_Angstrom_for_pico-SAM9G45

2011-09-30 Thread M M
Hi ALL, I would to try the steps on the page : http://arm.mini-box.com/index.php?title=Compiling_Angstrom_for_pico-SAM9G45 When I try the "Start building" with the base image shell command (on linux), I have the follow message: Using ~/.oe/environment-2008 to setup needed variables. It is recommen

[Angstrom-devel] Build angstrom about picosam9.

2011-10-03 Thread M M
Hi ALL, I would to try the steps on the page : http://arm.mini-box.com/index.php?title=Compiling_Angstrom_for_pico-SAM9G45 When I try the "Start building" with the base image shell command (on linux), I have the follow message: Using ~/.oe/environment-2008 to setup needed variables. It is recommen

[Angstrom-devel] Fwd: Build angstrom about picosam9 [->solved].

2011-10-03 Thread M M
understanding? Thanks. -- Forwarded message -- From: M M Date: 2011/10/3 Subject: Build angstrom about picosam9. To: angstrom-distro-devel@linuxtogo.org Hi ALL, I would to try the steps on the page : http://arm.mini-box.com/index.php?title=Compiling_Angstrom_for_pico-SAM9G45 When I

[Angstrom-devel] angstrom image on qemulator

2011-10-21 Thread M M
Hi All, I would like to do a system test of angstrom in qemu emulator, in order to simulate the system on a virtual machine. it is possible? If it's possible, if you can give me any information on how to proceed. I read that it's suggested to use the angstrom qemu-arm image (under linux): where ca

[Angstrom-devel] Feeds machine problem

2012-01-13 Thread M M
HI All, I used the Angstrom on sd card and I would to download the .ipk from the feed website. From the terminal, I use : opkg update and upgrade, but the feed of machine not correct, so at final, the terminal it show the error 1. I check the link of feed on the directory /etc/opkg/*-feed.conf . I

[Angstrom-devel] shared library (.so) on arm-linux

2012-01-30 Thread M M
Hi All, I'm using the Angstrom on the board with ARM9 cpu. I used the cross-compiler "arm-angstrom-linux-gnueabi". My "script.c" that it contains the dependencies of the .so file. Using the file command (on linux shell), the output of the .so file is: ELF 32-bit LSB relocatable, Intel 80386, versi

Re: [Angstrom-devel] shared library (.so) on arm-linux

2012-01-31 Thread M M
2012/1/30 Khem Raj > On Mon, Jan 30, 2012 at 6:56 AM, M M wrote: > > Hi All, > > > > I'm using the Angstrom on the board with ARM9 cpu. I used the > > cross-compiler "arm-angstrom-linux-gnueabi". My "script.c" that it > contains the >