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 on macosx #17

Open
FrancescoTalotta opened this issue Aug 20, 2021 · 2 comments
Open

Compile on macosx #17

FrancescoTalotta opened this issue Aug 20, 2021 · 2 comments

Comments

@FrancescoTalotta
Copy link

Hello,

when I try to compile from source I get this error 👍

Undefined symbols for architecture x86_64: "_hid_close", referenced from: HidDevice::processData() in hiddevice.o HidDevice::flashFirmwareToDevice() in hiddevice.o HidDevice::readConfigFromDevice(unsigned char*) in hiddevice.o HidDevice::writeConfigToDevice(unsigned char*) in hiddevice.o "_hid_enumerate", referenced from: HidDevice::processData() in hiddevice.o "_hid_free_enumeration", referenced from: HidDevice::processData() in hiddevice.o "_hid_open_path", referenced from: HidDevice::processData() in hiddevice.o HidDevice::flashFirmwareToDevice() in hiddevice.o "_hid_read_timeout", referenced from: HidDevice::processData() in hiddevice.o HidDevice::flashFirmwareToDevice() in hiddevice.o HidDevice::readConfigFromDevice(unsigned char*) in hiddevice.o HidDevice::writeConfigToDevice(unsigned char*) in hiddevice.o "_hid_write", referenced from: HidDevice::flashFirmwareToDevice() in hiddevice.o HidDevice::readConfigFromDevice(unsigned char*) in hiddevice.o HidDevice::writeConfigToDevice(unsigned char*) in hiddevice.o HidDevice::enterToFlashMode() in hiddevice.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [FreeJoyQt.app/Contents/MacOS/FreeJoyQt] Error 1

Any idea on how to solve this error?

Thanks

@Reksotiv
Copy link
Member

Hello, macosx not supported

@Reksotiv
Copy link
Member

Reksotiv commented Aug 23, 2021

You can try building from /dev. I added support but not tested. I've never used macos, so no guarantees that it will work

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