Hi everyone,
Have you planned a freeCAD package for the Raspberry Pi 4 under Raspbian Buster?
Thank you for your answer and possible evolution.
Papy
There has been discussion about FC on RaspberryPi but I'm not sure how much it has evolved? Do you have experience packaging ?
Do you have a solution or idea to solve this problem?Coin warning in cc_glglue_instance(): Error when setting up the GL context. This can happen if there is no current context, or if the context has been set up incorrectly.
Program received signal SIGSEGV, Segmentation fault.
#0 /lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer+0)
I would make a new thread asking for help on this topic and then linking back to this thread. The error seems to be coming from Coin3dpapy wrote: ↑Fri Jul 05, 2019 9:22 amHi,
On reading the topic: https://www.raspberrypi.org/forums/view ... 7#p1492154
I installed FeeCAD (0.18) and it runs normally. But when creating a new file, freecad crashes.
I have the following error message:Do you have a solution or idea to solve this problem?Coin warning in cc_glglue_instance(): Error when setting up the GL context. This can happen if there is no current context, or if the context has been set up incorrectly.
Program received signal SIGSEGV, Segmentation fault.
#0 /lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer+0)
Although it has value, you should consider whether FreeCAD is really worth running in a Raspberry Pi. It has very little RAM and a relatively slow processor. Although it has a GPU, nothing guarantees that it can handle 3D shapes that FreeCAD manipulates. On the other hand, since FreeCAD depends on OCCT, Coin3d, Qt5, etc., you should verify that one of these libraries actually works in the Pi. If even a single dependency doesn't work in ARM, it may be impossible to make FreeCAD work.papy wrote: ↑Fri Jul 05, 2019 9:22 am...
I have the following error message:Coin warning in cc_glglue_instance(): Error when setting up the GL context. This can happen if there is no current context, or if the context has been set up incorrectly.
Program received signal SIGSEGV, Segmentation fault.
#0 /lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer+0)
FreeCad 0.16 worked well in one of the previous version of the OS. The use of FreeCad can be interesting in the domain of 3D printing.vocx wrote: ↑Mon Jul 29, 2019 11:14 pmAlthough it has value, you should consider whether FreeCAD is really worth running in a Raspberry Pi. It has very little RAM and a relatively slow processor. Although it has a GPU, nothing guarantees that it can handle 3D shapes that FreeCAD manipulates. On the other hand, since FreeCAD depends on OCCT, Coin3d, Qt5, etc., you should verify that one of these libraries actually works in the Pi. If even a single dependency doesn't work in ARM, it may be impossible to make FreeCAD work.