You are reading a single comment by @fanoush and its replies.
Click here to read the full conversation.
-
Wonder if my idea to use raspberry for compiling is doable.
for ARM definitely doable, for ESP maybe there won't be prebuilt gcc toolchain for xtensa?
exec format error is probably wrong binary type
try to run
file /home/nodejs/efeu/tools/gcc-arm-none-eabi-8-2018-q4-major/bin/arm-none-eabi-gcc
or
ldd /home/nodejs/efeu/tools/gcc-arm-none-eabi-8-2018-q4-major/bin/arm-none-eabi-gcc
@gordon, @fanoush, thanks for quickly responding.
Let me give some more information
Wonder if my idea to use raspberry for compiling is doable.
Need of an arm compiler for Espressif boards (and others?) could be the showstopper