2009-02-04 12:08:59 QT option not listed
Gregory Hassett (UNITED STATES)
Message: 68855
Hi, on the web page http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:qt it describes how to build QT into a uClinux build:
To build QT, just enable it in your user/vendor settings. Depending on what you want to do, the major build options are controlled as sub-QT options.
[...]
Library Configuration --->
[*] Build QT
[ ] Build WebKit
[ ] Build QT Virtual Framebuffer
[ ] Build demos/examples
I downloaded the R1.5 RC3 build and tried to locate this option using 'make menuconfig' and 'make xconfig' but could not find the option anywhere. Thinking that QT integration may have occurred after R1.5 RC3, I then tried downloading a nightly snapshot (uclinux-dist-trunk-svn-7695) but when I expanded the archive and then ran 'make menuconfig' it complained:
[ghassett@localhost uclinux-dist-trunk-svn-7695]$ make menuconfig
find vendors -mindepth 2 '(' -name .svn -prune ')' -o -type f -name Kconfig -print | sed 's:^:source ../:' > vendors/Kconfig
config/mkconfig > Kconfig
ERROR: you have no kernels available in this directory.
make: *** [Kconfig] Error 1
Any help would be very much appreciated!
- Greg
QuoteReplyEditDelete
2009-02-04 12:10:24 Re: QT option not listed
Mike Frysinger (UNITED STATES)
Message: 68857
qt is not in the last release
the dist should include the kernel, but i'll have to check it
QuoteReplyEditDelete
2009-02-04 12:23:40 Re: QT option not listed
Gregory Hassett (UNITED STATES)
Message: 68858
Thanks, Mike -- if you could point me to a specific dist/download that contains the kernel and the QT option, I would be very grateful!
- Greg
QuoteReplyEditDelete
2009-02-04 13:19:49 Re: QT option not listed
Mike Frysinger (UNITED STATES)
Message: 68859
you can checkout svn from trunk like normal, or wait for the nightly snaps to get fixed