OESF Portables Forum
Everything Else => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => Archos forum => Topic started by: hp1109 on March 08, 2006, 07:33:06 pm
-
I'm tring to build a console app on pma400, and i simply included "audiodevice.h". The following error occured.
arm-linux-g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/opt/Qtopia/arm/include -o ArchosAudio.o ArchosAudio.cpp
arm-linux-g++ -o ArchosAudio ArchosAudio.o -L/opt/PMA400/lib -larchos -lcsl -laimaging -L/opt/Qtopia/arm/lib -lqtopia -lqte -lqpe -ljpeg -luuid
/opt/PMA400/lib/libarchos.so: undefined reference to `QExclusiveLock::unlock(QExclusiveLock::Type)'
/opt/PMA400/lib/libarchos.so: undefined reference to `QWSDisplay::fblock'
/opt/PMA400/lib/libarchos.so: undefined reference to 'QExclusiveLock::lock(QExclusiveLock::Type)'
anyone has any idea how this happened. plz help
Thanks
-
I cant help you right now but if you view my post "archos pma 430" and answer my questions Then i'll be able to help you once i get mine, thanks, any advice will be apreciated
-
you might want to try pulling the libqte and libqpe and friends off the Archos, and putting them in /opt/Qtopia/arm/lib, replacing the ones that are there.