Closed raiden00pl closed 2 weeks ago
https://github.com/apache/nuttx/pull/14427
@raiden00pl Let's not find_program in sim arch
@raiden00pl or see if this can work
cmake -B build -GNinja -DBOARD_CONFIG=sim:libcxxtest -DCMAKE_CXX_COMPILER=`which g++-13` -DCMAKE_C_COMPILER=`which gcc-13`
Description / Steps to reproduce the issue
when I pass compiler versions as environmental variable it doesn't work:
should be:
This was broken recently.
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Arch Linux
NuttX Version
master
Issue Architecture
[Arch: all]
Issue Area
[Area: Build System]
Verification