View Single Post
Old 10-03-2011, 10:32 PM   #47
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 2,985
Karma: 18343081
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
Something is broken on your system then. It has nothing to do with the PocketBook SDK, because it is an existing system header file (/usr/include/bits/ioctl.h) that can't pull in the missing asm/ioctls.h file. Try building a simple native C program that includes <sys/ioctl.h> and see if that works. Maybe this is a 64/32 bit issue.

The cross-compiled versions work because the pbsdk package included asm/ioctls.h in the proper arm header directories.
rkomar is offline   Reply With Quote