![]() |
2010-04-02
, 20:39
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#2
|
The Following User Says Thank You to krk969 For This Useful Post: | ||
![]() |
2010-04-02
, 22:59
|
Posts: 190 |
Thanked: 129 times |
Joined on Mar 2010
@ Bavaria, Germany
|
#3
|
The Following User Says Thank You to gri For This Useful Post: | ||
![]() |
2010-04-05
, 11:16
|
Posts: 162 |
Thanked: 23 times |
Joined on Dec 2009
|
#4
|
Alternatively you could compile in PR1.1 SDK using QT4.6 by using qmake from /opt/qt4-maemo5/bin
and it will work on the device for now.
![]() |
2010-09-09
, 21:31
|
Posts: 16 |
Thanked: 1 time |
Joined on Mar 2010
@ Germany
|
#5
|
![]() |
2010-09-10
, 07:21
|
Posts: 16 |
Thanked: 1 time |
Joined on Mar 2010
@ Germany
|
#7
|
![]() |
2010-09-10
, 07:50
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#8
|
The Following User Says Thank You to rontti For This Useful Post: | ||
![]() |
2010-09-10
, 08:20
|
Posts: 16 |
Thanked: 1 time |
Joined on Mar 2010
@ Germany
|
#9
|
![]() |
2010-09-10
, 09:27
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#10
|
okay..
understood that..
But.. I thought QT-Creator generates the makefiles itself for each platform..
Doesn't it?
Markus
{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]'
The Following User Says Thank You to rontti For This Useful Post: | ||
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'