Now i'm getting ./configure invocation error (configure.log): ... configure:11851: result: no configure:11876: checking dependency style of arm-linux-androideabi=g++ configure:11987: result: none configure:12020: checking how to run the C++ preprocessor configure:12047: arm-linux-androideabi=g++ -E -I/softdev/arm-libs/include/libusb conftest.cpp ./configure: line 1876: arm-linux-androideabi=g++: command not found configure:12047: $? = 127 configure: failed program was: | /* confdefs.h */ ...
It's very strange to see "arm-linux-androideabi=g++" and there is no according line in 'configure' script with such text. What should i do next? 2013/8/5 Thomas Jarosch <[email protected]> > On Monday, 5. August 2013 12:06:29 Anton Smirnov wrote: > > Hi everyone. > > > > I'd like to compile libftdi-0.x for ARM and sorry for silly newbie > > question in advance. > > > > I've cloned git repository and switched to 0.x branch and tried to > > ./configure, > > but it's absent. How can i get/generate it? > > try > > "autoreconf -f -i" > > Or use cmake :) > > Thomas > > > -- > libftdi - see http://www.intra2net.com/en/developer/libftdi for details. > To unsubscribe send a mail to [email protected] > > -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
