Re: [QtMoko] amd64 compilation trouble

2011-05-20 Thread giacomo 'giotti' mariani

On 05/16/2011 15:43, giacomo 'giotti' mariani wrote:

Hi Ed

Hi Giacomo,

There might be something wrong with the libraries,
can you check with:
ldd /opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3

Kind regards,
Ed

here the output of ldd follows:
jack@nb2-mariani:~$ ldd 
/opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3

linux-gate.so.1 =  (0xf77bb000)
libc.so.6 = /lib32/libc.so.6 (0xf763f000)
/lib/ld-linux.so.2 (0xf77bc000)

It looks good to me, but I'm not a guru at all.


Thank you very much
 Giacomo


Hello everyone,
I don't know how, but after upgrading to 11.04 the problem 
disappeared.


Regards
Giacomo

--
##
giacomo 'giotti' mariani
gpg --keyserver pool.sks-keyservers.net --recv-key 0x99bfa859
O  ASCII ribbon campaign: stop HTML mail
www.asciiribbon.org
##


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] amd64 compilation trouble

2011-05-16 Thread giacomo 'giotti' mariani

and the -verbose option gives:
[...]
eval: 1: arm-linux-gcc: not found
[...]
 
  does this work for you like for me?
 
  radek at rp-skunk:~$ /opt/toolchains/arm920t-eabi/bin/arm-linux-gcc
  arm-linux-gcc: no input files
 
 
  Regards
 
  Radek

 Hi Radek,
  Yes, it behaves quite exactly the same:
   $ /opt/toolchains/arm920t-eabi/bin/arm-linux-gcc
 -bash: /opt/toolchains/arm920t-eabi/bin/arm-linux-gcc: No such file or
 directory

Ehm quite exactly the same? You are obviously missing toolchain. 
Please follow

once more the README [1], and make sure you did the step called

* Download and install toolchain

Regards

Radek

[1] https://github.com/radekp/qtmoko/blob/master/README

Hi Radek,
  my message could give that idea, but I installed the toolchain 
following your README.


In fact:
jack@nb2-mariani:~$ ls -l /opt/toolchains/arm920t-eabi/bin/arm-linux-gcc
lrwxrwxrwx 1 jack jack 25 2011-05-13 11:52 
/opt/toolchains/arm920t-eabi/bin/arm-linux-gcc - arm-linux-gnueabi-gcc-4.3
jack@nb2-mariani:~$ file 
/opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3
/opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3: ELF 32-bit 
LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses 
shared libs), for GNU/Linux 2.6.8, stripped
jack@nb2-mariani:~$ 
/opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3
-bash: /opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3: No 
such file or directory


Thanks for your help
   Giacomo

--
##
giacomo 'giotti' mariani
gpg --keyserver pool.sks-keyservers.net --recv-key 0x99bfa859
O  ASCII ribbon campaign: stop HTML mail
www.asciiribbon.org
##


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] amd64 compilation trouble

2011-05-16 Thread Ed Kapitein
Hi Giacomo,

There might be something wrong with the libraries,
can you check with:
ldd /opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3

Kind regards,
Ed

On Monday 16 May 2011 14:44:31 giacomo 'giotti' mariani wrote:
  and the -verbose option gives:
  [...]
  eval: 1: arm-linux-gcc: not found
  [...]

does this work for you like for me?

radek at rp-skunk:~$ /opt/toolchains/arm920t-eabi/bin/arm-linux-gcc
arm-linux-gcc: no input files


Regards

Radek
   
   Hi Radek,
   
Yes, it behaves quite exactly the same:
 $ /opt/toolchains/arm920t-eabi/bin/arm-linux-gcc
   
   -bash: /opt/toolchains/arm920t-eabi/bin/arm-linux-gcc: No such file or
   directory
  
  Ehm quite exactly the same? You are obviously missing toolchain.
  Please follow
  once more the README [1], and make sure you did the step called
  
  * Download and install toolchain
  
  Regards
  
  Radek
  
  [1] https://github.com/radekp/qtmoko/blob/master/README
 
 Hi Radek,
my message could give that idea, but I installed the toolchain
 following your README.
 
 In fact:
 jack@nb2-mariani:~$ ls -l /opt/toolchains/arm920t-eabi/bin/arm-linux-gcc
 lrwxrwxrwx 1 jack jack 25 2011-05-13 11:52
 /opt/toolchains/arm920t-eabi/bin/arm-linux-gcc - arm-linux-gnueabi-gcc-4.3
 jack@nb2-mariani:~$ file
 /opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3
 /opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3: ELF 32-bit
 LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses
 shared libs), for GNU/Linux 2.6.8, stripped
 jack@nb2-mariani:~$
 /opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3
 -bash: /opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3: No
 such file or directory
 
 Thanks for your help
 Giacomo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] amd64 compilation trouble

2011-05-16 Thread giacomo 'giotti' mariani

Hi Ed

Hi Giacomo,

There might be something wrong with the libraries,
can you check with:
ldd /opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3

Kind regards,
Ed

here the output of ldd follows:
jack@nb2-mariani:~$ ldd 
/opt/toolchains/arm920t-eabi/bin/arm-linux-gnueabi-gcc-4.3

linux-gate.so.1 =  (0xf77bb000)
libc.so.6 = /lib32/libc.so.6 (0xf763f000)
/lib/ld-linux.so.2 (0xf77bc000)

It looks good to me, but I'm not a guru at all.


Thank you very much
 Giacomo

--
##
giacomo 'giotti' mariani
gpg --keyserver pool.sks-keyservers.net --recv-key 0x99bfa859
O  ASCII ribbon campaign: stop HTML mail
www.asciiribbon.org
##


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] amd64 compilation trouble

2011-05-13 Thread Tiago Bortoletto Vaz
On Fri, May 13, 2011 at 11:01:21AM +0200, giacomo 'giotti' mariani wrote:
 Hello everyone,
   I'm trying to setup a the QtMoko tool-chain, in kubuntu 10.10
 x86_64, as in [1], but I've some doubt about
 libmpfr1ldbl_XXX_i386.deb and libgmp3c2_XXX_i386.deb.
 Where can I find them?

http://ftp.us.debian.org/debian/pool/main/g/gmp/libgmp3c2_4.3.2+dfsg-1_i386.deb
http://ftp.us.debian.org/debian/pool/main/m/mpfr/libmpfr1ldbl_2.3.1.dfsg.1-2_i386.deb

Regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] amd64 compilation trouble

2011-05-13 Thread giacomo 'giotti' mariani

Hello Tiago,

 Hello everyone,
   I'm trying to setup a the QtMoko tool-chain, in kubuntu 10.10
 x86_64, as in [1], but I've some doubt about
 libmpfr1ldbl_XXX_i386.deb and libgmp3c2_XXX_i386.deb.
 Where can I find them?

http://ftp.us.debian.org/debian/pool/main/g/gmp/libgmp3c2_4.3.2+dfsg-1_i386.deb
http://ftp.us.debian.org/debian/pool/main/m/mpfr/libmpfr1ldbl_2.3.1.dfsg.1-2_i386.deb

Regards,


Thank you very much

--
##
giacomo 'giotti' mariani
gpg --keyserver pool.sks-keyservers.net --recv-key 0x99bfa859
O  ASCII ribbon campaign: stop HTML mail
www.asciiribbon.org
##


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] amd64 compilation trouble

2011-05-13 Thread giacomo 'giotti' mariani

On 05/13/2011 14:41, giacomo 'giotti' mariani wrote:

Hello Tiago,

 Hello everyone,
   I'm trying to setup a the QtMoko tool-chain, in kubuntu 10.10
 x86_64, as in [1], but I've some doubt about
 libmpfr1ldbl_XXX_i386.deb and libgmp3c2_XXX_i386.deb.
 Where can I find them?

http://ftp.us.debian.org/debian/pool/main/g/gmp/libgmp3c2_4.3.2+dfsg-1_i386.deb 

http://ftp.us.debian.org/debian/pool/main/m/mpfr/libmpfr1ldbl_2.3.1.dfsg.1-2_i386.deb 



Regards,


Thank you very much


Ops... I have a problem:
$ ../qtmoko/configure -device neo
[...]
Qt is ready!
***

Testing the system Qt: OK
Qt Extended is using the following locations:
Qt  PREFIX  = /home/jack/GIT/build/sdk/qtopiacore/host
Qt  LIBRARIES   = /home/jack/GIT/build/sdk/qtopiacore/host/lib
Qt  BINARIES= /home/jack/GIT/build/sdk/qtopiacore/host/bin
Qt  HEADERS = /home/jack/GIT/build/sdk/qtopiacore/host/include
Qt Embedded SOURCE tree = /home/jack/GIT/qtmoko/qtopiacore/qt
Qt Embedded BUILD  tree = /home/jack/GIT/build/qtopiacore/target
Qt Extended SOURCE tree = /home/jack/GIT/qtmoko
Qt Extended BUILD  tree = /home/jack/GIT/build
Qt Extended SDKtree = /home/jack/GIT/build/sdk

Checking the compiler (host): OK (GCC 4, Little Endian)
Checking the compiler (target): FAIL
Note: Run configure -verbose for verbose errors
make: *** [src/build/mkconf/configure] Error 1

and the -verbose option gives:
[...]
eval: 1: arm-linux-gcc: not found
[...]

Have you got any hints?

Thanks
  Giacomo

--
##
giacomo 'giotti' mariani
gpg --keyserver pool.sks-keyservers.net --recv-key 0x99bfa859
O  ASCII ribbon campaign: stop HTML mail
www.asciiribbon.org
##


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] amd64 compilation trouble

2011-05-13 Thread Radek Polak
giacomo 'giotti' mariani wrote:

 and the -verbose option gives:
 [...]
 eval: 1: arm-linux-gcc: not found
 [...]

does this work for you like for me?

radek@rp-skunk:~$ /opt/toolchains/arm920t-eabi/bin/arm-linux-gcc 
arm-linux-gcc: no input files


Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community