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
me@PF1AJJFF MINGW64 ~/Documents/path (branch)
$ sl sdk.update
# sdk.update
## output
- tasks:
- StratifyOS:
- pull: StratifySDK/StratifyOS
### external.begin
Already up to date.
### external.end
- compile:
arch: arm
cmake options: -DSOS_SKIP_CMAKE=OFF -DBUILD_ALL=ON -DSOS_ARCH_ARM_ALL=OFF -DSOS_ARCH_ARM_V7EM_F5DH=ON
make options: -j8
clean: false
generator: <default>
build: install
reconfigure: false
- StratifySDK/StratifyOS:
configure:
### external.begin
-- SOS BUILD CONFIG PROVIDED: arm
-- Windows provided toolchain directoryC:/StratifyLabs-SDK/Tools/gcc
-- User provided toolchain directoryarm-none-eabi
-- GCC Toolchain is: C:/StratifyLabs-SDK/Tools/gcc/arm-none-eabi
-- The CXX compiler identification is unknown
-- The C compiler identification is unknown
-- The ASM compiler identification is unknown
-- Found assembler: C:/StratifyLabs-SDK/Tools/gcc/bin/arm-none-eabi-g++.exe
CMake Error at CMakeLists.txt:15 (project):
The CMAKE_CXX_COMPILER:
C:/StratifyLabs-SDK/Tools/gcc/bin/arm-none-eabi-g++.exe
is not a full path to an existing compiler tool.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:15 (project):
The CMAKE_C_COMPILER:
C:/StratifyLabs-SDK/Tools/gcc/bin/arm-none-eabi-gcc.exe
is not a full path to an existing compiler tool.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:15 (project):
The CMAKE_ASM_COMPILER:
C:/StratifyLabs-SDK/Tools/gcc/bin/arm-none-eabi-g++.exe
is not a full path to an existing compiler tool.
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Warning: Did not find file Compiler/-ASM
-- Configuring incomplete, errors occurred!
### external.end
error: failed to execute cmake
- result: fail
Even if it was hitting the correct directory, it looks like sl sdk.install didn't do anything (I'm obtaining this copy from the new link, not ..../slwin)
Using mingw on windows,
I suspect the issue may be related to
StratifyOS/cmake/sos-toolchain.cmake
Lines 20 to 23 in da36672
The text was updated successfully, but these errors were encountered: