Error when running the make command for initial setup #832
Unanswered
Sleepwalker423
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Can you point to your code? What file and line does this happen in? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sorry if this is trivial or not the correct place to ask this question. I'm trying to follow the cFS training PowerPoint, and whenever I get to the "make" command, it gives me the following error, "/cFS/osal/src/os/posix/src/os-impl-filesys.c:176:9: error: ‘snprintf’ argument 5 overlaps destination object ‘OS_filesys_table’ [-Werror=restrict]
176 | snprintf(local->system_mountpt, sizeof(local->system_mountpt),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177 | "%s/osal:%s", tmpdir, local->volume_name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
I'm using Ubuntu 24.04 running on Windows 11 using WSL.
Am I missing a step or maybe using the wrong version?
Beta Was this translation helpful? Give feedback.
All reactions