I was exploring building the gateway/adapter on the CentOS. The build fails while trying to build sqlite. It fails with the toolchain arm-linux-gnueabihf-gcc not found. I tried installing the toolchain externally but none of them work.
Do you have an exact package name for the required toolchain or Do we support building on CentOS or not?
When running the ./build-gateway.sh script on CentOS to build the gateway image, it tries to download the node module gateway-addon-node which in turn downloads sqlite3. The pre-build binaries for sqlite3 are not found on the url it tries to fetch, so it fall backs to compile it from source. That’s where the ARM toolchain comes into play. and it fails on CentOS. I tried various other relevant toolchains, but it is failing at exactly this step everytime.