Skip to content

How to build unix port on macOS #11492

Answered by jimmo
cdwilson asked this question in Unix & Windows
May 14, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Maybe homebrew compiles with an older version of gcc. (Edit: yes, see GCC 4.2.1 in the homebrew version's banner)

Either way, we probably need to add an exclusion for that warning -- we already have -Wno-old-style-definition in extmod/extmod.mk, sounds like we need to add -Wdeprecated-non-prototype. (Are you interested in sending a PR :) )

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cdwilson
Comment options

@jimmo
Comment options

Answer selected by cdwilson
@cdwilson
Comment options

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