|
Unfortunately I am not able to replicate your error. I have taken the zip config folder you attached, installed it into my configs and run that and it still runs OK. The xhc-hb04 binary is linked against libgcc_s.so.1 The binary is loaded from line 343 of xhc-hb04.tcl, which I assume is why the error occurs during the tcl file loads On my system the lib is in /usr/lib/gcc/x86_64-linux-gnu/4.9/ but yours will be slightly different but similar, you need to ensure it is physically present. Then run the command as below to see if it is in the ldconfig cache and you should get something similar user@INTEL-i7:/usr/src/machinekit/configs/sim/axis/xhc-hb04$ sudo ldconfig -p | grep libgcc_s.so.1 libgcc_s.so.1 (libc6,x32) => /usr/libx32/libgcc_s.so.1 libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1 libgcc_s.so.1 (libc6) => /lib/i386-linux-gnu/libgcc_s.so.1 libgcc_s.so.1 (libc6) => /usr/lib32/libgcc_s.so.1 If you don't see it, run sudo ldconfig and then run the above again If you search on this error you will see it seems to occur quite often, when it appears the correct package is installed. It also turns up here https://groups.google.com/forum/#!topicsearchin/machinekit/libgcc_s.so.1;context-place=forum/machinekit/machinekit/fWz0MPrQeGw in a completely unrelated post, but again on a BBB, which makes me wonder. On 13/05/17 14:47, Mike Cinquino wrote:
-- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout. |
- Re: [Machinekit] hb04 Pendant integration [email protected]
- Re: [Machinekit] hb04 Pendant integration Mike Cinquino
- Re: [Machinekit] hb04 Pendant integrati... [email protected]
- Re: [Machinekit] hb04 Pendant integ... Mike Cinquino
- Re: [Machinekit] hb04 Pendant i... [email protected]
- Re: [Machinekit] hb04 Pend... Mike Cinquino
- Re: [Machinekit] hb04 ... [email protected]
- Re: [Machinekit] hb04 ... schooner30@btinternet
- Re: [Machinekit] hb04 ... Mike Cinquino
- Re: [Machinekit] hb04 ... Mike Cinquino
- Re: [Machinekit] hb04 ... [email protected]
- Re: [Machinekit] hb04 ... Mike Cinquino
- Re: [Machinekit] hb04 ... [email protected]
- Re: [Machinekit] hb04 ... Mike Cinquino
- Re: [Machinekit] hb04 ... [email protected]
- Re: [Machinekit] hb04 ... [email protected]
- Re: [Machinekit] hb04 ... Mike Cinquino
- Re: [Machinekit] hb04 ... [email protected]
- Re: [Machinekit] hb04 ... Mike Cinquino
- Re: [Machinekit] hb04 ... [email protected]
- Re: [Machinekit] hb04 ... [email protected]
