I've set the kit to use the adk's GCC and the sdk's qmake2 file.
Now, release build works great. I have it setup for deploying onto the BBB and that works fine. The release build qmake's, compiles, links, deploys and runs great on the BBB.
I'm having trouble with debug mode, qmake2 runs fine, and it compiles, but I get this issue when I think it tries to link:
arm-angstrom-linux-gnueabi-g++ -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath-link,/usr/local/oecore-i686/sysroots/armv7a-vfp-neon-angstrom-linux-gnueabi//usr/lib -o qttest main.o mainwindow.o moc_mainwindow.o -L/usr/local/oecore-i686/sysroots/armv7a-vfp-neon-angstrom-linux-gnueabi//usr/lib -lQtGuiE -lQtNetworkE -lQtCoreE -lpthread
{ test -n "" && DESTDIR="" || DESTDIR=.; } && test $(gdb --version | sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $DESTDIR" -ex quit 'qttest' && test -f qttest.gdb-index && objcopy --add-section '.gdb_index=qttest.gdb-index' --set-section-flags '.gdb_index=readonly' 'qttest' 'qttest' && rm -f qttest.gdb-index || true
Traceback (most recent call last):
File "/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/site.py", line 569, in <module>
main()
File "/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/site.py", line 551, in main
known_paths = addusersitepackages(known_paths)
File "/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/site.py", line 278, in addusersitepackages
user_site = getusersitepackages()
File "/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/site.py", line 253, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
File "/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/site.py", line 242, in getuserbase
from sysconfig import get_config_var
File "/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/sysconfig.py", line 10, in <module>
'stdlib': '{base}/'+sys.lib+'/python{py_version_short}',
AttributeError: 'module' object has no attribute 'lib'
/bin/sh: line 0: test: -gt: unary operator expected