View Single Post
Old 02-28-2012, 05:26 AM   #31
kodomo
M92 info archivist
kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.
 
Posts: 238
Karma: 1398
Join Date: Jun 2008
Device: IRex Iliad 2nd ed., Onyx Boox M92, Onyx Boox Max Lumi
This was indeed my problem with the arm build (see above )

My current problem is with build:x86:static . g++ is unhappy with some assembler code in onyx_wireless... given that it's unlikely that I will ever need that on the x86 platform, I'm wondering whether I should just disable it...

Code:
[  1%] Building CXX object code/src/wireless/CMakeFiles/onyx_wireless.dir/ap_item.cpp.o
cd /home/grsch/arbeit/home/boox_m92/booxsdk/build/x86/code/src/wireless && /usr/bin/g++   -DSHARE_ROOT=\"/usr/share\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DQT_SCRIPT_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_TEST_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SCRIPT_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_TEST_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/home/grsch/arbeit/home/boox_m92/booxsdk/third_party/gtest/include -I/home/grsch/arbeit/home/boox_m92/booxsdk/code/include -I/opt/onyx/arm/include -I/opt/onyx/arm/include/QtScript -I/opt/onyx/arm/include/QtWebKit -I/opt/onyx/arm/include/QtGui -I/opt/onyx/arm/include/QtTest -I/opt/onyx/arm/include/QtDBus -I/opt/onyx/arm/include/QtXml -I/opt/onyx/arm/include/QtSql -I/opt/onyx/arm/include/QtNetwork -I/opt/onyx/arm/include/QtCore   -Wall -Werror -o CMakeFiles/onyx_wireless.dir/ap_item.cpp.o -c /home/grsch/arbeit/home/boox_m92/booxsdk/code/src/wireless/ap_item.cpp
/opt/onyx/arm/include/QtCore/qatomic_arm.h: Assembler messages:
/opt/onyx/arm/include/QtCore/qatomic_arm.h:131: Error: no such instruction: `swpb %bl,%al,[%rdx]'
make[2]: *** [code/src/wireless/CMakeFiles/onyx_wireless.dir/dialup_dialog.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
kodomo is offline   Reply With Quote