linuxcnc cmake project
- Grotius
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 2419
- Thank you received: 2342
01 Nov 2023 09:43 #284245
by Grotius
Replied by Grotius on topic linuxcnc cmake project
Hi,
Thanks for reporting this starting problem.
In the build script at line 62, enable the sudo make setuid lines.
Or in the ~linuxcnc/src directory : $ sudo make setuid
Thanks for reporting this starting problem.
In the build script at line 62, enable the sudo make setuid lines.
Or in the ~linuxcnc/src directory : $ sudo make setuid
The following user(s) said Thank You: tivoi
Please Log in or Create an account to join the conversation.
- tivoi
-
- Offline
- Senior Member
-
Less
More
- Posts: 66
- Thank you received: 20
01 Nov 2023 13:50 #284256
by tivoi
Replied by tivoi on topic linuxcnc cmake project
cnc@debian:~/linuxcnc/cmake$ cd ..
cnc@debian:~/linuxcnc$ cd src
cnc@debian:~/linuxcnc/src$ sudo make setuid
chown root ../bin/rtapi_app
chmod 4750 ../bin/rtapi_app
chown root ../bin/linuxcnc_module_helper
chown: cannot access '../bin/linuxcnc_module_helper': No such file or directory
make: *** [Makefile:602: setuid] Error 1
still err
regards
cnc@debian:~/linuxcnc$ cd src
cnc@debian:~/linuxcnc/src$ sudo make setuid
chown root ../bin/rtapi_app
chmod 4750 ../bin/rtapi_app
chown root ../bin/linuxcnc_module_helper
chown: cannot access '../bin/linuxcnc_module_helper': No such file or directory
make: *** [Makefile:602: setuid] Error 1
still err
regards
The following user(s) said Thank You: Grotius
Please Log in or Create an account to join the conversation.
- Grotius
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 2419
- Thank you received: 2342
02 Nov 2023 15:05 #284335
by Grotius
Replied by Grotius on topic linuxcnc cmake project
Hi,
Are you able to clone a new one again? Then run the build_all again.
I made some changes to the source code & install process. At my place this went well :
$ git clone github.com/grotius-cnc/linuxcnc.git linuxcnc-test
$ cd linuxcnc-test
$ cd cmake
$ ./build_all
Are you able to clone a new one again? Then run the build_all again.
I made some changes to the source code & install process. At my place this went well :
$ git clone github.com/grotius-cnc/linuxcnc.git linuxcnc-test
$ cd linuxcnc-test
$ cd cmake
$ ./build_all
The following user(s) said Thank You: tivoi
Please Log in or Create an account to join the conversation.
- Rickstar73
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
20 Jul 2025 22:49 #332087
by Rickstar73
Replied by Rickstar73 on topic linuxcnc cmake project
Hi,
How are you?
How are you progressing with this, did you get it to install successfully?
How are you?
How are you progressing with this, did you get it to install successfully?
Please Log in or Create an account to join the conversation.
Time to create page: 0.058 seconds