Difficulty building RTAI linuxcnc from source

More
27 Jul 2023 00:33 #276333 by southbayguy
Nothing at all. It just returns.

Please Log in or Create an account to join the conversation.

More
27 Jul 2023 00:36 #276334 by southbayguy
It's like "git fetch" above. It just returns, with no verbiage.

Please Log in or Create an account to join the conversation.

More
27 Jul 2023 00:53 #276335 by andypugh
How did you get the source code? did you git clone, or did you do something else, like download a zip file?

Please Log in or Create an account to join the conversation.

More
27 Jul 2023 01:00 #276336 by southbayguy
I downloaded the zip file. Maybe that's the issue.

Please Log in or Create an account to join the conversation.

More
27 Jul 2023 01:09 #276337 by southbayguy
I can't remember everything I did. I copied the LinuxCNC iso file to a USB drive. I tweaked the BIOS to look first at the USB drive. That put Debian 10 and LinuxCNC on the machine. I learned in correspondence in the forum that I needed the RTAI version to support the Motenc card, so I think that's when I went to github.com and got the zip file for the RTAI version. Then at first I just wanted to try to get LinuxCNC going, but ran into many issues, mostly with the code not recognizing the Motenc Lite card. So I decided that probably my best chance of exposing the version number of the Motenc card was to be able to build linuxcnc, I switched to trying to build. That's the history as I recall it.

Please Log in or Create an account to join the conversation.

More
27 Jul 2023 01:11 #276338 by tommylight
@southbayguy
Please stop changing the tittle, it makes it impossible to follow what and in this case where has already been answered, also makes it impossible to search for it.
Thank you.

Please Log in or Create an account to join the conversation.

More
27 Jul 2023 12:29 #276369 by tommylight
What would be the correct tittle for this topic?
Thank you.

Please Log in or Create an account to join the conversation.

More
27 Jul 2023 13:00 #276374 by southbayguy
Probably something like "Difficulty building linuxcnc from source."

Please Log in or Create an account to join the conversation.

More
27 Jul 2023 13:11 #276375 by southbayguy
Please see praise for LinuxCNC here:

www.woodenreliefmaps.com/pages/about

Thanks.

Please Log in or Create an account to join the conversation.

More
27 Jul 2023 13:35 #276379 by andypugh

I downloaded the zip file. Maybe that's the issue.
 

Yes, you probably downloaded the zip for the development version of LinuxCNC, and that is not currently working with RTAI 

Try again, using this .zip file:  github.com/LinuxCNC/linuxcnc/archive/refs/heads/2.8.zip

(Or use git clone, which is probably a better idea. Wipe the existing linuxcnc-dev folder and then 
git clone github.com/LinuxCNC/linuxcnc.git linuxcnc-dev
cd linuxcnc-dev
git checkout 2.8
./autogen.sh
./configure
make
sudo make setuid
 

Please Log in or Create an account to join the conversation.

Time to create page: 0.447 seconds
Powered by Kunena Forum