Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 7

Qt-interest Archive, May 2008
qt embedded linux 4.5 snapshot build fail for mips


Message 1 in thread

HI!

I took the snapshot of the Qt embedded 4.5  for linux.
While building for mips I get the following error. Can
someone please help in in identifying the problem?

regards

-Nitin

 -lQtGui -lQtNetwork -lQtCore -lglib-2.0 -lgmodule-2.0
-lgobject-2.0 -lgthread-2.0 -ldbus-1 -lz -lm -lrt -ldl
-lpthread
.obj/release-shared-emb-mips/domimage.o: In function
`height(QScriptContext*, QScriptEngine*)':
domimage.cpp:(.text+0x2fc): undefined reference to
`QScriptValue::QScriptValue(int)'
domimage.cpp:(.text+0x314): undefined reference to
`QScriptValue::QScriptValue(int)'
.obj/release-shared-emb-mips/domimage.o: In function
`width(QScriptContext*, QScriptEngine*)':
domimage.cpp:(.text+0x420): undefined reference to
`QScriptValue::QScriptValue(int)'
domimage.cpp:(.text+0x438): undefined reference to
`QScriptValue::QScriptValue(int)'
.obj/release-shared-emb-mips/domimage.o: In function
`name(QScriptContext*, QScriptEngine*)':
domimage.cpp:(.text+0xc60): undefined reference to
`QScriptValue::QScriptValue(QString const&)'
domimage.cpp:(.text+0xd28): undefined reference to
`QScriptValue::QScriptValue(QString const&)'
.obj/release-shared-emb-mips/environment.o: In
function `Environment::newFakeDomEvent(QString const&,
QScriptValue const&)':
environment.cpp:(.text+0x159c): undefined reference to
`QScriptValue::QScriptValue(QString const&)'
environment.cpp:(.text+0x1628): undefined reference to
`QScriptValue::QScriptValue(bool)'
environment.cpp:(.text+0x16b0): undefined reference to
`QScriptValue::QScriptValue(bool)'
environment.cpp:(.text+0x17f8): undefined reference to
`QScriptValue::QScriptValue(int)'
environment.cpp:(.text+0x18b0): undefined reference to
`QScriptValue::QScriptValue(unsigned int)'
environment.cpp:(.text+0x1940): undefined reference to
`QScriptValue::QScriptValue(int)'
.obj/release-shared-emb-mips/environment.o: In
function `Environment::Environment(QObject*)':
environment.cpp:(.text+0x23a0): undefined reference to
`QScriptEngine::setGlobalObject(QScriptValue const&)'
environment.cpp:(.text+0x23b4): undefined reference to
`QScriptEngine::setGlobalObject(QScriptValue const&)'
.obj/release-shared-emb-mips/environment.o: In
function `Environment::Environment(QObject*)':
environment.cpp:(.text+0x2770): undefined reference to
`QScriptEngine::setGlobalObject(QScriptValue const&)'
environment.cpp:(.text+0x2784): undefined reference to
`QScriptEngine::setGlobalObject(QScriptValue const&)'
.obj/release-shared-emb-mips/environment.o: In
function `Environment::handleEvent(QContext2DCanvas*,
QMouseEvent*)':
environment.cpp:(.text+0x2c10): undefined reference to
`QScriptValue::QScriptValue(int)'
environment.cpp:(.text+0x2c98): undefined reference to
`QScriptValue::QScriptValue(int)'
environment.cpp:(.text+0x2d24): undefined reference to
`QScriptValue::QScriptValue(int)'
environment.cpp:(.text+0x2db0): undefined reference to
`QScriptValue::QScriptValue(int)'
environment.cpp:(.text+0x2e38): undefined reference to
`QScriptValue::QScriptValue(int)'
.obj/release-shared-emb-mips/environment.o:environment.cpp:(.text+0x2ec0):
more undefined references to
`QScriptValue::QScriptValue(int)' follow
.obj/release-shared-emb-mips/environment.o: In
function `Environment::handleEvent(QContext2DCanvas*,
QMouseEvent*)':
environment.cpp:(.text+0x3058): undefined reference to
`QScriptValue::QScriptValue(bool)'
environment.cpp:(.text+0x30e8): undefined reference to
`QScriptValue::QScriptValue(bool)'
environment.cpp:(.text+0x3178): undefined reference to
`QScriptValue::QScriptValue(bool)'
environment.cpp:(.text+0x3208): undefined reference to
`QScriptValue::QScriptValue(bool)'
environment.cpp:(.text+0x32ac): undefined reference to
`QScriptValue::QScriptValue(int)'
.obj/release-shared-emb-mips/environment.o: In
function `Environment::handleEvent(QContext2DCanvas*,
QKeyEvent*)':
environment.cpp:(.text+0x38d0): undefined reference to
`QScriptValue::QScriptValue(bool)'
environment.cpp:(.text+0x39a0): undefined reference to
`QScriptValue::QScriptValue(QString const&)'
environment.cpp:(.text+0x3a60): undefined reference to
`QScriptValue::QScriptValue(int)'
environment.cpp:(.text+0x3ae4): undefined reference to
`QScriptValue::QScriptValue(int)'
.obj/release-shared-emb-mips/environment.o: In
function `CanvasGradient*
qscriptvalue_cast<CanvasGradient*>(QScriptValue
const&, CanvasGradient**)':
environment.cpp:(.text._Z17qscriptvalue_castIP14CanvasGradientET_RK12QScriptValuePS2_[CanvasGradient*
qscriptvalue_cast<CanvasGradient*>(QScriptValue
const&, CanvasGradient**)]+0x44): undefined reference
to `QScriptEngine::convertV2(QScriptValue const&, int,
void*)'
environment.cpp:(.text._Z17qscriptvalue_castIP14CanvasGradientET_RK12QScriptValuePS2_[CanvasGradient*
qscriptvalue_cast<CanvasGradient*>(QScriptValue
const&, CanvasGradient**)]+0x9c): undefined reference
to `QScriptEngine::convertV2(QScriptValue const&, int,
void*)'
collect2: ld returned 1 exit status
make[3]: *** [context2d] Error 1
make[3]: Leaving directory
`/mnt/embed_linux/sources/qt-embedded-linux-4.5/examples/script/context2d'
make[2]: *** [sub-context2d-make_default] Error 2
make[2]: Leaving directory
`/mnt/embed_linux/sources/qt-embedded-linux-4.5/examples/script'
make[1]: *** [sub-script-make_default] Error 2
make[1]: Leaving directory
`/mnt/embed_linux/sources/qt-embedded-linux-4.5/examples'
make: *** [sub-examples-make_default-ordered] Error 2

Send instant messages to your online friends http://uk.messenger.yahoo.com 

--
 [ signature omitted ] 

Message 2 in thread

Hi,

Which compiler is this?

-- 
 [ signature omitted ] 

Message 3 in thread



--- On Sat, 31/5/08, Dimitri <dimitri@xxxxxxxxxxxxx> wrote:

> From: Dimitri <dimitri@xxxxxxxxxxxxx>
> Subject: Re: qt embedded linux 4.5 snapshot build fail for mips
> To: qt-interest@xxxxxxxxxxxxx
> Date: Saturday, 31 May, 2008, 1:35 PM
> Hi,
> 
> Which compiler is this?

mipsel gcc version 4.1.1. This build never went thru for me for MIPS.

regards

-Nitin
> 
> -- 
> Dimitri
> 
> --
> To unsubscribe - send a mail to
> qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information:
> http://lists.trolltech.com/qt-interest/

Send instant messages to your online friends http://uk.messenger.yahoo.com

--
 [ signature omitted ]