• @gordon, @fanoush, thanks for quickly responding.
    Let me give some more information

    • ubuntu version is for 64 bit
    • raspberry is V4 with 8gb ram and booting from usb stick
    • problem occurs with ARM and ESP8266 and ESP32
    • checking version for arm gives an error: Exec format error

    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

  • 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-eab­i-8-2018-q4-major/bin/arm-none-eabi-gcc or
    ldd /home/nodejs/efeu/tools/gcc-arm-none-eab­i-8-2018-q4-major/bin/arm-none-eabi-gcc

About

Avatar for fanoush @fanoush started