-
Hi,
I am facing troubles when building px4. I can't explain why I get this error message:
```
matt@matt:~/PX4/Firmware$ make px4fmu-v3_default
-- PX4 VERSION: v1.8.0-1107-g060463e
-- CONFIG: nuttx_…
-
**Describe the bug**
I am adding my own module in px4 firmware folder. The header files for my modules source code are placed in an external folder (outside px4 firmware directory) at *D:/Project/PX4/…
ghost updated
5 years ago
-
[1/5] Building CXX object src/drivers/barometer/b...CMakeFiles/drivers__bmp280.dir/bmp280_spi.cpp.obj
FAILED: /usr/bin/arm-none-eabi-g++ -DBUILD_URI=localhost -DCONFIG_ARCH_BOARD_PX4FMU_V2 -DMODULE_…
-
用的是windows10子系统ubuntu编译,按照这里的编译说明安装并编译,对象是OYE-001,但是出以下错误:
mipsel-linux-uclibc-gcc: error trying to exec '/opt/rt-n56u/toolchain-mipsel/toolchain-3.4.x/libexec/gcc/mipsel-linux-uclibc/4.4.7/cc1': e…
-
I just found this project on my news feed and it looks amazing
but while reading the README i didn't understand how to link to an external library
for example i googled an SFML …
-
Function
float lis2dh12_from_fs2_hr_to_mg(int16_t lsb)
{
return ( (float)lsb / 16.0f ) * 1.0f;
}
is not implented right. According to datasheet page 16 where modes are described, the conversat…
-
(https://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/f4c7f83134a2a417599a97dc37f944331c4209d3/lsm303agr_STdC/driver/lsm303agr_reg.c#L1886-L1890)
Hi, the lsm303agr_xl_pin_int2_config…
-
Do yo have some hints? thanks
```
dclavijo@testing4:~/code/pocl/build$ cmake ..
-- Pocl source Git commit: 1c24f53202f5b102d22267df3bfbe945d51b96a1
-- Pocl source Git branch: * master
-- Pocl s…
-
#### Issue details
```bash
./waf configure --board px4-v2
./waf sub
```
using arm-none-eabi-gcc 7.2.0-1
#### Version
(master) b5bdaa18ac1edbc884ef1c43cd168eb4c90298e1
#### Platform
- …
-
I tried renaming all lis3dh references to lis3de, but some structures and defines still seem to be different.