Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile fails with clang: error: unsupported option '--traditional-format' #3

Open
technoblogy opened this issue May 27, 2021 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@technoblogy
Copy link

Any file I try to compile fails with the error:

clang: error: unsupported option '--traditional-format'
exit status 1

I'm using version 0.0.1 of the Arduino core on a MacBook Pro, with Arduino IDE 1.8.13.

Can anyone suggest a solution?

@technoblogy technoblogy changed the title Compiling any file fails with clang: error: unsupported option '--traditional-format' Compilation fails with clang: error: unsupported option '--traditional-format' May 27, 2021
@technoblogy technoblogy changed the title Compilation fails with clang: error: unsupported option '--traditional-format' Compile fails with clang: error: unsupported option '--traditional-format' May 27, 2021
@gamelaster
Copy link
Member

I wonder why it uses clang

@gamelaster gamelaster self-assigned this May 31, 2021
@technoblogy
Copy link
Author

By the way, my motivation for getting this working is to support the board with the RISC-V version of my Lisp interpreter, uLisp. See:

Sipeed MAiX RISC-V boards

@gamelaster
Copy link
Member

Ah, I just now noticed it uses MacOS, I wasn't testing it on Mac, but I heard that someone get Toolchain working on MacOS. I will try to look on it

@gamelaster gamelaster added the bug Something isn't working label Jun 9, 2021
@technoblogy
Copy link
Author

Any progress on this?

@gamelaster
Copy link
Member

Hi @technoblogy , no progress yet, there is plan to rewrite this without using BL IoT SDK and rather use custom made HAL for faster compilation time. In mean-time of developing the new version I will address this problem. Thank you for your interest! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants