PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.29k stars 13.43k forks source link

fmu-v3/4/5 not building on Arch Linux #11702

Closed julianoes closed 5 years ago

julianoes commented 5 years ago

Latest master (15c2473eda28de1bf1c11eafcf25fda82354d619) doesn't compile for me anymore:

make px4_fmu-v3
...
CMake Error at cmake/px4_add_module.cmake:210 (get_target_property):
  get_target_property() called with non-existent target
  "uavcan_generic_driver".
Call Stack (most recent call first):
  src/drivers/uavcan/CMakeLists.txt:70 (px4_add_module)
julianoes commented 5 years ago

Last working commit is before the kconfig changes: b3bb625c710c878ce2f2124b16aa226694b865cf.

julianoes commented 5 years ago

After uncommenting uavcan, I got this error:

Malformed utf-8 in 'drivers/analog/Kconfig'
Context: b' the  PGA112, PGA113, PGA116, PGA117 Zer\xf8-Drift\n\t\tPROGRAMMABLE GAIN AMPLIFIER wit'
Problematic data: b'\xf8'
Reason: invalid start byte
julianoes commented 5 years ago

That was a weird one, fixed with https://github.com/PX4/NuttX/pull/49.