Hi, sorry for your trouble and thanks for feedback!

Am Donnerstag, 8. November 2018 13:43:03 UTC+1 schrieb h2o...@gmail.com:
>
> - The version of package libtinfo5 for debian Jessie should be 5.9+, why 
> does my dependencies asked for 6? Is it because I haven't downgraded my BBB 
> properly? The BBB was previously updated to latest debian image. 
>

I compiled on 4.14 kernel, libtinfo-6 seems to be the default on that 
kernel. May I ask why you downgraded? The latest debian image should solve 
the dependency issue.
 

>
> - Why is kernel source for my kernel does not seem to be installed?
>

The libpruio-lkm package needs the kernel headers to compile the module. 
First install the kernel version you want to use, then execute

sudo apt install build-essential linux-headers-`uname -r`

and then re-install the libpruio-lkm package

sudo apt install libpruio-lkm

And I am currently stucked here. I couldn't run any examples as the 
> following errors would return:
>
> 1.c:(.text+0x14): undefined reference to `pruio_new'
> 1.c:(.text+0x28): undefined reference to `pruio_config'
> 1.c:(.text+0x8e): undefined reference to `pruio_destroy'
>
>
>  What command did you execute? Did you link against libpruio?

Regards

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/e0cedcfc-0229-4664-881d-a836c90e401f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to