linuxcnc cmake project
- Grotius
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 2244
- Thank you received: 1984
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: 54
- Thank you received: 19
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: 2244
- Thank you received: 1984
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
Please Log in or Create an account to join the conversation.
Time to create page: 0.050 seconds