Closed GoogleCodeExporter closed 9 years ago
As first workaround, you could disable readline support (will affect only
pn53x-tamashell) using the configure option:
./configure --with-readline=no
You could also pass directly the path where the target's readline is located:
e.g.
./configure --with-readline=/path/to/the/toolchain/usr
(In this case, please be sure that readline is located in lib/ and include/
subdirs)
Original comment by romu...@libnfc.org
on 18 Oct 2011 at 12:49
Original comment by romu...@libnfc.org
on 18 Oct 2011 at 1:30
See r1177
This should ease the job...
readline support is now disabled when cross-compiling unless you specify full
path to host libraries (--with-readline=/path/to/the/toolchain/usr)
Original comment by yob...@gmail.com
on 18 Oct 2011 at 1:33
Original issue reported on code.google.com by
romu...@libnfc.org
on 18 Oct 2011 at 12:45