View Single Post
  #1 (permalink)  
Old 04-24-2008
rodolfo.bamberg rodolfo.bamberg is offline
Registered User
 
Name: Rodolfo Bamberg
Organization: RWTH-Aachen
Project: Master Thesis
 
Join Date: Apr 2008
Posts: 7
Ice-E translators on NSLU2 compile problem

Hi,
I am trying to compile IceE translators on my Cisco NSLU2 where I have a debian running.
the cpu is an XScale-IXP42x with 5TE Architecture.
gcc 4.1.2

make goes until:
make: Warning: File `config/Make.rules.Linux' has modification time 2.3e+08 s in the future
making all in src
make[1]: Entering directory `/opt/IceE-trans-1.2.0/IceE-trans-1.2.0/src'
make[1]: Warning: File `../config/Make.rules.Linux' has modification time 2.3e+08 s in the future
making all in IceUtil
make[2]: Entering directory `/opt/IceE-trans-1.2.0/IceE-trans-1.2.0/src/IceUtil'
make[2]: Warning: File `.depend' has modification time 2.3e+08 s in the future
c++ -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -ftemplate-depth-128 -Wall -D_REENTRANT -O2 -DNDEBUG ArgVector.cpp
In file included from ../../include/IceUtil/ArgVector.h:13,
from ArgVector.cpp:10:
../../include/IceUtil/Config.h:28:5: error: #error "Unknown architecture"


And I don't know how to define the architecture

Does someone know where I can change a definiton or what I could do?
Thank you,
Rodolfo
Reply With Quote