Günter Obiltschnig
Günter Obiltschnig
Right now we have three patches for V8. These are not macchina.io-specific, but rather make our rather ancient V8 version build with modern toolchains and some (ARM) cross toolchains. There...
Contributions welcome ;-)
You should do the cross compiling on host using the same Debian release that you are also running on the Raspberry Pi. Everything else is a recipe for disaster. For...
You need to have the OpenSSL libraries available for your target (cross-compiled with the same toolchain) as well.
It may be that the old ARMv6 architecture is no longer supported by the V8 version we're using. Haven't actually checked. You could try adding the following check to `platform/JS/V8/Makefile`:...
Servlet is now compiled only on first load. However, there now can only be a single request to a servlet at a given time (processing of servlets is serialized, protected...
You'll need to use the Yocto build configuration and override a few Make variables. Something like: ``` $ make POCO_CONFIG=Yocto TOOL=aarch64-poky-linux POCO_TARGET_OSARCH=aarch64 ```
Before anyone starts doing some work regarding this - please coordinate with me first.
Switch to (add support for) CMake to macchina.io first. This is already planned for July for a customer project.
Hi @Bjoe, could you please sign the CLA and then re-submit the pull request for the `feature/cmake` branch? We'll then merge to develop when its done. Thanks!