06/20/2017 5:12 PM
post117800
|
It looks like a Makefile issue, I find in the map file that the pcilib used there as 32 bit but our actual target is 64
bit.
LOAD H:/QNX700/target/qnx7/x86/lib/libpci.so
OUTPUT(C:/Users/super7/ide-7.0-workspace/CTI-QNX-700/src/ctiser/x86/o/devc-serCtiPciUart elf32-i386)
It will need to point to x86_64. We used the same make file that we used for QNX 6.6. I think if I get the makefile for
64 bit then the issue will be solved.
We've been using sample serial driver for our serial cards for ~30 years. I don't see the sample serial driver for QNX
7, where do I get it?
Thanks,
Hasan
|
|
|