Make simulator compile under Linux

This commit is contained in:
Jasper Blanckenburg 2023-05-23 23:51:34 +02:00
parent d8cf315d98
commit b4ba566ef5
3 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,4 @@ touchgfx_path := ../Middlewares/ST/touchgfx
# Location of the TouchGFX Environment # Location of the TouchGFX Environment
touchgfx_env := C:/TouchGFX/4.21.2/env touchgfx_env := C:/TouchGFX/4.21.2/env
# Optional additional compiler flags # Optional additional compiler flags
user_cflags := -DUSE_BPP=16 -std=gnu++1z -Wno-cast-qual -Wno-missing-declarations user_cflags := -DUSE_BPP=16 -std=gnu++1z -Wno-cast-qual -Wno-missing-declarations -Wno-format-truncation

View File

@ -1544,6 +1544,7 @@
"GenerateAssetsCommand": "make -f simulator/gcc/Makefile assets -j8", "GenerateAssetsCommand": "make -f simulator/gcc/Makefile assets -j8",
"GenerateAssetsCommandOverride": "make -f simulator/gcc/Makefile assets -j2", "GenerateAssetsCommandOverride": "make -f simulator/gcc/Makefile assets -j2",
"PostGenerateCommand": "touchgfx update_project --project-file=simulator/msvs/Application.vcxproj", "PostGenerateCommand": "touchgfx update_project --project-file=simulator/msvs/Application.vcxproj",
"PostGenerateCommandOverride": "",
"PostGenerateTargetCommand": "touchgfx update_project", "PostGenerateTargetCommand": "touchgfx update_project",
"PostGenerateTargetCommandOverride": "", "PostGenerateTargetCommandOverride": "",
"CompileSimulatorCommand": "make -f simulator/gcc/Makefile -j8", "CompileSimulatorCommand": "make -f simulator/gcc/Makefile -j8",