You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just a caveman and cmake frightens and confuses me, but cmake's documentation suggests that one needs to use DEFINED ENV{...} to probe at environment variables. Assuming one also wants to support the use of -D on the command line for these parameters, I think that means something like this diff should be applied:
I haven't made a PR, tho', because it's possible I'm completely off the mark.
P.S. This is also masking an annoyance that I presume will go away in time: until at least lowRISC/cheriot-rtos@02ed83a is merged to mainline, the instructions at
Despite the instructions saying that we need to run
sonata-system/doc/guide/building-examples.md
Lines 62 to 63 in 0e024fd
cmake
files herein are...sonata-system/sw/cheri/cheriot_toolchain.cmake
Line 5 in 0e024fd
sonata-system/sw/cheri/CMakeLists.txt
Line 13 in 0e024fd
I am just a caveman and
cmake
frightens and confuses me, but cmake's documentation suggests that one needs to useDEFINED ENV{...}
to probe at environment variables. Assuming one also wants to support the use of-D
on the command line for these parameters, I think that means something like this diff should be applied:I haven't made a PR, tho', because it's possible I'm completely off the mark.
P.S. This is also masking an annoyance that I presume will go away in time: until at least lowRISC/cheriot-rtos@02ed83a is merged to mainline, the instructions at
sonata-system/doc/guide/building-examples.md
Lines 45 to 56 in 0e024fd
The text was updated successfully, but these errors were encountered: