RTEMS / RTOS / Examples¶
Go to Issues or Merge Requests
Issues Summary
Merge Requests Summary
Issues¶
3 - Compile error in misc/regulator/regulator_example.c¶
Id |
3 |
State |
closed |
Type |
ISSUE |
Author |
geng zhu |
Closed by |
Kinsey Moore |
Created |
2024-09-20T08:14:44.138Z |
Closed |
2024-11-25T03:08:28.196Z |
Updated |
2025-09-19T00:49:55.867Z |
Milestone |
6.2 |
Link |
https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/issues/3 |
Merges |
1 |
Summary¶
compile rtems_example failed with error
[ 97/175] Linking build/aarch64-rtems6-phytium_pi/misc/nanosecond_tick_wrap/nanoseconds_tick_wrap.exe
[ 98/175] Compiling misc/regulator/regulator_example.c
[ 99/175] Compiling misc/regulator/rtems_config.c
../../misc/regulator/regulator_example.c: In function 'example_send_messages':
../../misc/regulator/regulator_example.c:134:6: error: 'rtems_regulator_attributes' has no member named 'output_thread_priority'; did you mean 'delivery_thread_priority'?
134 | .output_thread_priority = 16,
| ^~~~~~~~~~~~~~~~~~~~~~
| delivery_thread_priority
../../misc/regulator/regulator_example.c:135:6: error: 'rtems_regulator_attributes' has no member named 'output_thread_stack_size'; did you mean 'delivery_thread_stack_size'?
135 | .output_thread_stack_size = 0,
| ^~~~~~~~~~~~~~~~~~~~~~~~
| delivery_thread_stack_size
../../misc/regulator/regulator_example.c:136:6: error: 'rtems_regulator_attributes' has no member named 'output_thread_period'; did you mean 'delivery_thread_period'?
136 | .output_thread_period = RTEMS_MILLISECONDS_TO_TICKS(1000),
| ^~~~~~~~~~~~~~~~~~~~
| delivery_thread_period
Waf: Leaving directory `/root/rtems-work/rtems/rtems-examples/build/aarch64-rtems6-phytium_pi'
Build failed
-> task in 'regulator_example.exe' failed with exit status 1 (run with -v to display more information)
make: *** [/root/rtems-work/tools/rtems_phytium_pi.mk:40: phytium_pi_aarch64_example] Error 1
I modify code as gcc prompted and works ok
Steps to reproduce¶
Author: Joel Sherrill
2024-11-22T17:22:43.104Z
mentioned in merge request !8
Merge Requests¶
17 - gitlab: Add link to CI¶
Id |
17 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2025-02-14T16:35:53.233Z |
Assignee(s) |
Amar Takhar |
Created |
2025-02-14T06:37:07.586Z |
Updated |
2025-02-14T16:35:54.240Z |
Milestone |
6.2 |
Labels |
ci |
Link |
https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/17 |
Commit |
Summary¶
gitlab: Add link to CI
This runs only the commit message and merge request checker.
Required so we can have ‘all pipelines must pass’ enabled due to a bug in GitLab.
Author: Amar Takhar
2025-02-14T06:37:08.005Z
assigned to @amar
Author: Amar Takhar
2025-02-14T06:37:22.524Z
changed the description
Author: Kinsey Moore
2025-02-14T16:34:42.221Z
added 50 commits
22a29f33…45383537 - 49 commits from branch
rtems/rtos:6bca39c20 - gitlab: Add link to CI
Author: Kinsey Moore
2025-02-14T16:35:33.248Z
approved this merge request