You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm attempting to build ardupilot using gllvm, but it doesn't works well. Here are debug outputs first:
[ 67/2871] Compiling libraries/AP_Baro/AP_Baro_MS5611.cpp
WARNING:Did not recognize the compiler flag: -cl-single-precision-constant
objcopy: 'AP_Baro_BMP280.o': No such file
WARNING:attachBitcodePathToObject: objcopy [--add-section .llvm_bc=/tmp/gllvm1039652140 AP_Baro_BMP280.o] failed because exit status 1
[ 68/2871] Compiling libraries/AP_Baro/AP_Baro_BMP085.cpp
WARNING:Did not recognize the compiler flag: -cl-single-precision-constant
objcopy: 'AP_Baro_SPL06.o': No such file
WARNING:attachBitcodePathToObject: objcopy [--add-section .llvm_bc=/tmp/gllvm2567432848 AP_Baro_SPL06.o] failed because exit status 1
...
Hi, I'm attempting to build ardupilot using gllvm, but it doesn't works well. Here are debug outputs first:
Here are some sample to raise this error
gllvm/shared/compiler.go
Lines 188 to 255 in 7bb6e19
In some quick debugging, I've found that
objFile
argumentinjectPath
cannot recognize correct path, so it raise error.Does the error appear only in this project? Is there a solution by specifying environmental variables?
Thank you!
The text was updated successfully, but these errors were encountered: