jpelletier
jpelletier
Compilation on ubuntu 20.04 fails with minor errors: just some ';' missing. After correcting these, it works fine. See the attached make logs. [make.zip](https://github.com/EUA/wxHexEditor/files/9224073/make.zip)
version.c.o multiple definition of `gVERSION' mraa.c.o first defined here
On the Dragonboard 410c Examples gpio_cpp and gpio_advanced_cpp reject all the GPIO values as invalid Compiled examples are in build/examples/c++. The 2 examples using GPIOs are gpio_cpp and gpio_advanced_cpp. All...
Here, I recompile the example in c++: Scanning dependencies of target gpio_cpp [ 78%] Building CXX object examples/c++/CMakeFiles/gpio_cpp.dir/gpio.cpp.o In file included from /home/linaro/Documents/src/96boards/mraa/examples/c++/gpio.cpp:19: /home/linaro/Documents/src/96boards/mraa/api/mraa/gpio.hpp: In member function 'mraa::Result mraa::Gpio::useMmap(bool)': /home/linaro/Documents/src/96boards/mraa/api/mraa/gpio.hpp:319:77:...
When trying to run an example, it display this message.
[make-bananapi.log](https://github.com/eclipse/upm/files/11584988/make-bananapi.log) uname -a Linux slicer 5.19.6-sunxi #trunk SMP Tue Sep 6 02:31:53 CST 2022 armv7l armv7l armv7l GNU/Linux
[make.log](https://github.com/eclipse/upm/files/11584966/make.log) uname -a Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
There is no example for the OLED in the Arduino IDE, so I tried to compile this one: ~/.arduino15/packages/Heltec-esp32/hardware/esp32/0.0.7/libraries/Heltec-Example/examples/OLED/SSD1306_I2C/SimpleDemo$ HT_SSD1306Wire.h: No such file or directory
Platform: Raspberry pi 2W OS: Raspberry Pi, Bullseye Camera v1.3 Hardware works fine Camera autodetect = 1 Configuration file: [fmp4.txt](https://github.com/soyersoyer/fmp4streamer/files/12447754/fmp4.txt) Here is the messages displayed when running fmp4streamer ![Capture d’écran...
I'm trying to compile a simple blink program for the board AVR XMEGA-A1 XPLAINED It can't find crtatxmega128a1.o It can't find -lm, -lgcc -lc and -latxmega128a1 However, they are here:...