[ft] Building FT2 for embedded architectures

2013-04-19 Thread Wolfgang Draxinger
Hi, I'd like to build FT2 for the ARM Cortex-M3 architecture to use it for text output on a display. My naive attempt to make it use the available cross-compiler by passing the --host option to ./configure did (of course) not yield a working result; we'll can't blame for for trying ;) I'd

Re: [ft] Building FT2 for embedded architectures

2013-04-19 Thread suzuki toshiya
Hi, Could you post config.log generated by passing the --host option to ./configure? Regards, mpsuzuki Wolfgang Draxinger wrote: Hi, I'd like to build FT2 for the ARM Cortex-M3 architecture to use it for text output on a display. My naive attempt to make it use the available

Re: [ft] Building FT2 for embedded architectures

2013-04-19 Thread Wolfgang Draxinger
On 04/19/13 17:13, suzuki toshiya wrote: Hi, Could you post config.log generated by passing the --host option to ./configure? Here you go: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by

Re: [ft] Building FT2 for embedded architectures

2013-04-19 Thread suzuki toshiya
Ahh, according to the log file, configure:2917: arm-none-eabi-gccconftest.c5 /opt/ARM/arm-linaro-eabi-4.6/lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/libc.a(lib_a-exit.o): In function `exit':

Re: [ft] Building FT2 for embedded architectures

2013-04-19 Thread Wolfgang Draxinger
On 04/19/13 18:36, suzuki toshiya wrote: your arm-non-eabi-gcc seems to have a difficulty to make a binary executable. Definitely not. I'm successfully compiling and linking programs using this very compiler. I put the blame on the brain dead automake/autoconf system that tries to execute

Re: [ft] Building FT2 for embedded architectures

2013-04-19 Thread Tom Bishop, Wenlin Institute
On Apr 19, 2013, at 11:06 AM, Wolfgang Draxinger wolfgang.draxin...@physik.uni-muenchen.de wrote: Hi, I'd like to build FT2 for the ARM Cortex-M3 architecture to use it for text output on a display. My naive attempt to make it use the available cross-compiler by passing the --host