Hi,
I think your problem is defining CC just after configure. If I were you, I
would use:
(define PATH to include your compiler's location)
./configure --enable-fixed --without-lapack --target=arm-wince-pe
--build=i686-linux --prefix=/home/eric/WinCE/sphinxBase
You'll see what compiler is needed (it should automatically be
arm-wince-pe-gcc, etc)
The error given by your configure output shows that it messes up --target
and compiler path:
configure: WARNING: invalid host type: /opt/cegcc/bin/arm-cegcc-gcc
Not sure, the problem may be the space between CC= and slash in "CC=
/opt/cegcc/bin/arm-cegcc-gcc "
Hope this helps
Sebastien Lorquet
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel