How do I cross compile and set up Qt Configuration with firebird? I’m currently using this configuration:
./configure -embedded arm -prefix /mypath -xplatform qws/linux-arm-none-gnueabi -qt-sql-ibase
I received this error message in the end:
collect2: ld returned 1 exit status
make: *** [ibase] Error 1
InterBase disabled.
InterBase support cannot be enabled due to functionality tests!
Turn on verbose messaging (-v) to ./configure to see the final report.
If you believe this message is in error you may use the continue
switch (-continue) to ./configure to continue.
I’m using Ubuntu Operating System and arm-none-linux-gnueabi-g++ cross compiler.
I hope someone can help me solving this kind of problem. thanks
↧