Re: [Machinekit] using hal_spi module

2018-09-29 Thread schoone...@gmail.com
OK, I'll have a look tomorrow Won't be able to test so I'll be back to you :) On 29/09/18 17:56, mngr wrote: https://github.com/mngr0/machinekit Il giorno sabato 29 settembre 2018 18:50:47 UTC+2, Schooner ha

Re: [Machinekit] using hal_spi module

2018-09-29 Thread mngr
https://github.com/mngr0/machinekit Il giorno sabato 29 settembre 2018 18:50:47 UTC+2, Schooner ha scritto: > > Can you link to a github repo with this in? I will look tomorrow. > > You have probably declared something as extern or otherwise done enough to > satisfy the compiler, but not

Re: [Machinekit] using hal_spi module

2018-09-29 Thread schoone...@gmail.com
Can you link to a github repo with this in?  I will look tomorrow. You have probably declared something as extern or otherwise done enough to satisfy the compiler, but not actually linked it or similar. Each driver probably needs to have all the routines and

Re: [Machinekit] using hal_spi module

2018-09-29 Thread mngr
i have copied all the function and recompiled, now when i run realtime start; halcmd loadrt hal_spi an error says do_load_cmd: dlopen: /home/pi/machinekit/rtlib/rt-preempt/hal_spi.so: undefined symbol: get_rpi_revision rpath=/home/pi/machinekit/rtlib/rt-preempt:/home/pi/machinekit/lib it does