In <[email protected]> Sebastian Kuzminsky
<[email protected]> writes:
>Does it build on both uspace and RTAI?
$ git status -uno
On branch master
Your branch is up to date with 'origin/master'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: src/rtapi/README
deleted: src/rtapi/procfs_macros.h
deleted: src/rtapi/rtapi_proc.h
$ git diff -b --cached src/rtapi/README
diff --git a/src/rtapi/README b/src/rtapi/README
index 3ae1f121ac..43adddd894 100644
--- a/src/rtapi/README
+++ b/src/rtapi/README
@@ -10,7 +10,6 @@ README : this file
rtapi.h : decls for the generic RTAPI functions.
rtapi_app.h : decls for the kernel modules
rtapi_common.h : Collection of typedefs, etc, used internally by RTAPI.
-procfs_macros.h : Macros used to implement the /proc interface
rtapi_proc.h : more stuff implementing the /proc interface
rtai_rtapi.c : implementation of real-time API, for RTAI
rtai_ulapi.c : implementation of user-level API, for RTAI
#=======================================================
Tested: $ make clean && make && sudo make setuid
builds ok on both uspace and rtai (rtai in a virtualbox)
Ref:
1) uspace
$ uname -a
Linux beye 5.10.78-rt55 #4 SMP PREEMPT_RT Fri Dec 2 16:47:27 MST 2022 x86_64
GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
2) rtai (virtualbox):
$ uname -a
Linux dvm 4.19.195-rtai-amd64 #5 SMP PREEMPT Sun Jul 11 19:13:27 BST 2021
x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
#=======================================================
runtests passed on both systems above
Note: also tested uspace on non-std kernel for bullseye (6.0.5-rt14)
$ uname -a
Linux beye 6.0.5-rt14 #1 SMP PREEMPT_RT Sat Dec 3 07:07:29 MST 2022 x86_64
GNU/Linux
--
Dewey Garrett
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers