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

Makefile example projects don't build with latest Xcode make on macOS Ventura #671

Open
andrewmclachlanadi opened this issue Jul 16, 2023 · 5 comments

Comments

@andrewmclachlanadi
Copy link
Collaborator

make -r -j 8 --output-sync=target --no-print-directory 
/Applications/Xcode.app/Contents/Developer/usr/bin/make: unrecognized option `--output-sync=target'
Usage: make [options] [target] ...

Workaround is to tweak the Makefile Eclipse settings to remove --output-sync=target

@Jake-Carter
Copy link
Contributor

@andrewmclachlanadi
Copy link
Collaborator Author

Thanks @Jake-Carter .

Is there something specific other than option which requires Make 4.x. If not, then it might be a nicer out-of-the box experience to not have to install the dependent tools or to also include a Make 4.x build in the macOS installation.

@Jake-Carter
Copy link
Contributor

output-sync=target prevents parallel builds from mangling the terminal output, which is a good feature that makes parallel builds actually usable.

I'm in favor of including the Make 4.x binaries in the macOS installation. We have been limited in our ability to package specific to macOS, but with your help we can address that!

@Jake-Carter
Copy link
Contributor

Closing as we move towards an installer that packages make for all platforms

@yc-adi yc-adi reopened this Nov 30, 2024
@yc-adi
Copy link
Contributor

yc-adi commented Nov 30, 2024

The link https://analog-devices-msdk.github.io/msdk/USERGUIDE/#completing-the-installation-on-macos is invalid now. And the problem seems still be there.

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

3 participants