We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Tried to build using a Rosetta2 terminal session (so should build for Intel64), but get the following error:
.......... .......... "_libusb_set_auto_detach_kernel_driver", referenced from: UploadFirmware::startUpload(USBDevice*) in uploadFirmware.cpp.o "_libusb_unref_device", referenced from: USBDevice::~USBDevice() in usbdevice.cpp.o USBDevice::disconnectFromDevice() in usbdevice.cpp.o USBDevice::bulkTransfer(unsigned char, unsigned char const*, unsigned int, int, unsigned int) in usbdevice.cpp.o USBDevice::controlTransfer(unsigned char, unsigned char, unsigned char*, unsigned int, int, int, int) in usbdevice.cpp.o "_qt_resourceFeatureZlib", referenced from: qCleanupResources_application() in qrc_application.cpp.o (anonymous namespace)::initializer::~initializer() in qrc_application.cpp.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [openhantek/OpenHantek] Error 1 make[1]: *** [openhantek/CMakeFiles/OpenHantek.dir/all] Error 2 make: *** [all] Error 2
Looks like it has incorrectly picked up arm64 arch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Tried to build using a Rosetta2 terminal session (so should build for Intel64), but get the following error:
.......... .......... "_libusb_set_auto_detach_kernel_driver", referenced from: UploadFirmware::startUpload(USBDevice*) in uploadFirmware.cpp.o "_libusb_unref_device", referenced from: USBDevice::~USBDevice() in usbdevice.cpp.o USBDevice::disconnectFromDevice() in usbdevice.cpp.o USBDevice::bulkTransfer(unsigned char, unsigned char const*, unsigned int, int, unsigned int) in usbdevice.cpp.o USBDevice::controlTransfer(unsigned char, unsigned char, unsigned char*, unsigned int, int, int, int) in usbdevice.cpp.o "_qt_resourceFeatureZlib", referenced from: qCleanupResources_application() in qrc_application.cpp.o (anonymous namespace)::initializer::~initializer() in qrc_application.cpp.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [openhantek/OpenHantek] Error 1 make[1]: *** [openhantek/CMakeFiles/OpenHantek.dir/all] Error 2 make: *** [all] Error 2
Looks like it has incorrectly picked up arm64 arch
The text was updated successfully, but these errors were encountered: