git cloned latest source, when compiling in Arduino, - I get:
In file included from /home/andre/Arduino/ardupilot/libraries/AP_HAL_PX4/AP_HAL_PX4.h:6:0,
from ArduCopter.ino:72:
/home/andre/Arduino/ardupilot/libraries/AP_HAL_PX4/HAL_PX4_Class.h:11:34: fatal error: systemlib/visibility.h: No such file or directory
There is no "systemlib/visibility.h" file/folder, nowhere.
Attempting to compile for APM 2.5
Replies
Hi I also encounter the same problem. I am compiling from Visual Studio 2010 with the instructions from http://dev.ardupilot.com/wiki/building-ardupilot-apm-with-visual-st....
Any solution?