Chat about current Lua tools and IDEs

User avatar
By Mighty Max
#41294 Hello,

I can not install Docker (HW does not support x64), so I can not simply test this.
I want to build a tool (spiffsimg) within docker to be used by docker. Using the makefile, that works for the espressif VM will fail on the docker image, because the c compiler varianble $(CC) is set to the xtensa c compiler. (given the output of the last Travis CI build for a closed pull request)

I would like to override this setting for the tool, so that it also builds on docker.

Is gcc available in the docker image and within the path?

Thank you in advance