A few months ago I purchased a BB-View_4.3 display with touch screen. My goal is to setup a
cross development environment and learn how to create Qt app's for my BBB. At this point
I'm about 98% of the way there. I can create app's and have them shows up on my display.
I can use a USB mouse to interface to my app, but I can't get the touch screen to work.
The issue as far as I can see is with the building of the tslib library. I followed the
build procedures outlined on http://embedded.von-kannen.net/ site. Everything seemed to
work except it won't produce a tslib.so file. If you look in the build directory, a tslib.o
object file is produced which wouldn't happen if there was an error.
I also looked in the tsmake.txt file which looks like a build output file. In the file I
see the creation of "libts.so", "touchkit.so" and other assorted libs but not tslib and no
error messages, there are warnings but no errors.
What am I missing?? Is the build procedure on the above site correct?? I'm at a loss.