Tom Ingleby
Tom Ingleby
So the errors come from the swig aspect of the build. Do you know what Swig version and NodeJS version you are using?
When cross compiling, you might need to specify a cmake toolchain file.
Thanks for the PR! I am not a big user of Yocto but would you not normally package using 'make install' /install target from CMake then the Yocto/Bitbake stage handle...
Yeah it would seem what Id assume from experience with Debian packaging, using the Debian tool-set that the project itself doesn't need to be aware of Distro packaging. I did...
So, you might get away with using the bionic ubuntu packages, but I wouldn't be surprised if something doesn't work https://askubuntu.com/questions/445487/what-debian-version-are-the-different-ubuntu-versions-based-on
This library typically runs on Linux platforms x86/arm/mips with the IO being provided by the SoC. There is support for these kind of USB break out boards, see https://github.com/eclipse/mraa/blob/master/docs/ftdi_ft4222.md which...
@Mani-Sadhasivam Any clue whats going on there :/ https://github.com/intel-iot-devkit/mraa/blob/master/src/led/led.c#L163
Hi thanks for reaching out. Whilst this insnt a bug with mraa, i might be able to help out a bit. Are you compiling mraa yourself with the toolchain you...
Yeah so, if you want to just focus on C/C++ usages, I would disable the language bindings builds (Swig). That simplifies the build process somewhat. Add ` -DBUILDSWIG=OFF` to your...
In your first output, mraa.Gpio has been typed with the wrong case on the 'p', could you please try without #960 but with the correct "casing"? mraa.Gpio not mraa.G**P**io I...