View Single Post
Posts: 162 | Thanked: 23 times | Joined on Dec 2009
#1
I developped a graphical application on Qt and all compiled quite well on linux and windows.

Now I am trying to port it to maemo by using the madde tool. And I am receiving a "bad instruction error".

Please, could someone help to know what is the next step to be done.

Here is the output of whay I am doing.

Thanks!!!

# mad make -w
make: Entering directory `2'
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_MULTIMEDIA_LIB -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../qt/qtsdk-2009.05/qt/mkspecs/linux-g++-64 -I. -I../../../../qt/qtsdk-2009.05/qt/include/QtCore -I../../../../qt/qtsdk-2009.05/qt/include/QtGui -I../../../../qt/qtsdk-2009.05/qt/include/QtXml -I../../../../qt/qtsdk-2009.05/qt/include/QtSql -I../../../../qt/qtsdk-2009.05/qt/include/QtScript -I../../../../qt/qtsdk-2009.05/qt/include/QtMultimedia -I../../../../qt/qtsdk-2009.05/qt/include -I. -I. -o main.o main.cpp
{standard input}: Assembler messages:
{standard input}:46: Error: bad instruction `lock'
{standard input}:47: Error: bad instruction `decl [r2,#0]'
{standard input}:48: Error: bad instruction `setne [fp,#-5]'
make: *** [main.o] Error 1
make: Leaving directory `2'