Open jeanguerin opened 2 years ago
Hello,
Still not able to make it works. It seems that there is a workaround (here), but I don't really get it.
Any support?
Sincerely yours,
Jean
Seems it is still not working
stil now working.
This issue is not from this package. The make properties need to be set properly. For example, CMakeLists.txt needs to have the following lines before the project()
line:
# Override the default system to cross-compile for ARM processors
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR ARM)
MacOS is automatically setting --arch
as an argument without these properties.
I am running into the same issue. Any updates on it? Overriding those make properties does not seem to work for me.
Hello
Using you "brew install arm-none-eabi-gcc" command I just installed your toolchain. I am running a MacOS Monterey; with Apple M1 chip. Running cmake command I have this error :
Is there a specific issue with Apple M1 Chip?
Sincerely yours,
Jean