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

xcode needed for FirmwareSender Compilation #2

Open
kaosbeat opened this issue Oct 28, 2020 · 2 comments
Open

xcode needed for FirmwareSender Compilation #2

kaosbeat opened this issue Oct 28, 2020 · 2 comments

Comments

@kaosbeat
Copy link

Hi,

Trying to compile for OSX, but (very) reluctant to download and install Xcode. Is there a simple way for you to add a generic make file? That would be very much appreciated. I tried compiling the linux build, but of course that did not work (alsa)

@mcclure
Copy link

mcclure commented Nov 1, 2020

I don't think you do need xcode. I think you just need to install the CommandLineTools package and then run xcodebuild -configuration Release in the Builds/MacOSX directory. If you don't already have CommandLineTools, I think you can get it by running xcode-select --install or by installing Homebrew.

(I could be wrong…)

EDIT: I think I'm wrong but you still don't have to run XCode.

@kaosbeat
Copy link
Author

kaosbeat commented Nov 2, 2020

Hey,

it appears you need to download/install the full package. I have the command-line tools installed.

FirmwareSender $ xcodebuild -configuration Release
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

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