Re: Problems compiling the example project with OM toolchain

2009-09-18 Thread Marc Bantle
Hi,

rhn schrieb:
 Hi,
 I'm trying to set up the toolchain to get to hack some code, but I 
 encountered a problem during the om-conf phase:

 configure:3041: checking for C compiler default output file name
 configure:3063: ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t 
 -mtune=arm920t 
 -isystem/mnt/stor/rhn/play/openmoko/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/include
  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os 
 -isystem/mnt/stor/rhn/play/openmoko/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/include
  
 -L/mnt/stor/rhn/play/openmoko/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/lib
  
 -Wl,-rpath-link,/mnt/stor/rhn/play/openmoko/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/lib
  -Wl,-O1 conftest.c  5
 Assembler messages:
 Fatal error: Invalid -march= option: `armv4t'

 I'm not sure what causes this message, and don't know what to do about that. 
 Could that be the as version included in my distro?
 The toolchain version is the x86_64 version from 2008-09.
 I'm using the script as an unprivileged user, having installed the toolchain 
 in /home/user/openmoko (after updating files referring to /usr/local/openmoko 
 to use this path instead)
There are quite a few hardcoded references that
keep you from putting the toolchain where you
want it. See

grep -r '/usr/local/openmoko' /home/user/openmoko

for details. It's sufficient to set a symlink like

ln -s /home/user/openmoko /usr/local

which off course is quite ugly security-wise.

Cheers,
Marc

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


Problems compiling the example project with OM toolchain

2009-09-17 Thread rhn
Hi,
I'm trying to set up the toolchain to get to hack some code, but I encountered 
a problem during the om-conf phase:

configure:3041: checking for C compiler default output file name
configure:3063: ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t 
-mtune=arm920t 
-isystem/mnt/stor/rhn/play/openmoko/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/include
 -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os 
-isystem/mnt/stor/rhn/play/openmoko/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/include
 
-L/mnt/stor/rhn/play/openmoko/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/lib
 
-Wl,-rpath-link,/mnt/stor/rhn/play/openmoko/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/lib
 -Wl,-O1 conftest.c  5
Assembler messages:
Fatal error: Invalid -march= option: `armv4t'

I'm not sure what causes this message, and don't know what to do about that. 
Could that be the as version included in my distro?
The toolchain version is the x86_64 version from 2008-09.
I'm using the script as an unprivileged user, having installed the toolchain in 
/home/user/openmoko (after updating files referring to /usr/local/openmoko to 
use this path instead).

Thanks for help

rhn

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