Jean-MarcHarvengt / MCUME

Multi CompUter Machine Emulator for several MCUs
423 stars 60 forks source link

Read this for repair "espboot" compilation for esp32 ! #4

Open smutek110 opened 3 years ago

smutek110 commented 3 years ago

i fix espboot aplication. just replace /espMCUME/espboot/main/component.mk with:

Main component makefile. This Makefile can be left empty. By default, it will take the sources in the src/ directory, compile them and link them into lib(subdirectory_name).a in the build directory. This behaviour is entirely configurable, please read the ESP-IDF documents if you need to do this. COMPONENT_SRCDIRS +=LibFC14

CPPFLAGS += -Wno-error=maybe-uninitialized -Wno-error=sequence-point -Wno-error=implicit-int -Wno-error=pointer-sign -Wno-error=unused-function -Wno-error=implicit-function-declaration -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-error=char-subscripts -Wno-error=attributes -Wno-error=delete-non-virtual-dtor

smutek110 commented 3 years ago

esp-idf v3.2.5 - compiling without issues Toolchain version: crosstool-ng-1.22.0-80-g6c4433a Compiler version: 5.2.0