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

Compilation flags include an ARM-specific flag #7

Closed
tcbennun opened this issue Dec 9, 2022 · 2 comments
Closed

Compilation flags include an ARM-specific flag #7

tcbennun opened this issue Dec 9, 2022 · 2 comments

Comments

@tcbennun
Copy link

tcbennun commented Dec 9, 2022

Howdy folks. We're starting our journey in porting this stack to the Espressif family of chips. So far, so good.

Minor thing: I've had to locally modify common.mk to remove an ARM-specific compile flag:

-mabi=aapcs \

To maximise compatibility I'd recommend not including this flag by default!

This modification aside, the stack builds fine under the Espressif compiler. Cheers.


P.S. Quick question: is there any plan to use CMake in addition to / instead of make in the future?

@lbm-team
Copy link
Contributor

lbm-team commented Mar 6, 2023

Hi @tcbennun !
Thanks for the report.
This arm specific flag will be removed from makefile for the next release

@lbm-team
Copy link
Contributor

Hi @tcbennun !
This issue is now solved in the v3.3.0 release of the project.
The specific MCU compile flag has been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants