Describe the bug
While building cFS I get the following error:
/cFS/psp/unit-test-coverage/ut-stubs/override_inc/rtems/score/todimpl.h:20: error:
header guard ‘OVERRIDE_TOOIMPL_H’ followed by ‘#define’ of a different macro [-Werror=header-guard]
20 | #ifndef OVERRIDE_TOOIMPL_H
To Reproduce
Steps to reproduce the behavior:
- Build cFS with command
make native_std.prep && make native_std.install
- See error
Expected behavior
Build cFS successfully.
Code snips
|
#ifndef OVERRIDE_TOOIMPL_H |
|
#define OVERRIDE_TODIMPL_H |
Fix the typo at line 20
#ifndef OVERRIDE_TODIMPL_H
System observed on:
- Fedora Linux 44 Workstation
- gcc (GCC) 16.1.1 20260515
Please let me know if you want me to provide a pull request for this.
Thanks.
Describe the bug
While building cFS I get the following error:
To Reproduce
Steps to reproduce the behavior:
make native_std.prep && make native_std.installExpected behavior
Build cFS successfully.
Code snips
PSP/unit-test-coverage/ut-stubs/override_inc/rtems/score/todimpl.h
Lines 20 to 21 in ce9126a
Fix the typo at line 20
System observed on:
Please let me know if you want me to provide a pull request for this.
Thanks.