Tool/software: Linux
I am trying to build tslib so that I can run ts_calibrate and ts_test, as is described here. I downloaded the tslib repository from Github, but I can't figure out how to build it. I tried following this guide, but it seems to be out of date. From what I have seen online, it seems like i need to run ./autogen.sh, but when I run that I get the following error:
libtoolize: $pkgltdldir is not a directory: `/home/bootcamp/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/share/libtool'
autoreconf: libtoolize failed with exit status: 1
I also tried using cmake, but I don't know how to configure cmake to cross compile for my target. Any help is appreciated.