I’ve played around with LVGL 8.x some time back but now I’m revisiting LVGL for a new project. I’m using the frame buffer and this works fine on 8.4 but when I switch to 9.0 my build fails with a pile of errors that seem to relate to asm code for the ARM. Since I’m not compiling for ARM (using MIPS) I need to disable this stuff but I can’t find how to do it.
as -g -o build/Debug/GNU-Linux/_ext/4504ec1d/lv_blend_neon.o /home/devuser/TestProjects/DS/lvgl/src/draw/sw/blend/neon/lv_blend_neon.S
/home/devuser/TestProjects/DS/lvgl/src/draw/sw/blend/neon/lv_blend_neon.S: Assembler messages:
/home/devuser/TestProjects/DS/lvgl/src/draw/sw/blend/neon/lv_blend_neon.S:15: Error: unknown pseudo-op:.fpu' /home/devuser/TestProjects/DS/lvgl/src/draw/sw/blend/neon/lv_blend_neon.S:16: Error: no such architecture:
armv7a’
/home/devuser/TestProjects/DS/lvgl/src/draw/sw/blend/neon/lv_blend_neon.S:17: Error: unknown pseudo-op:.syntax' /home/devuser/TestProjects/DS/lvgl/src/draw/sw/blend/neon/lv_blend_neon.S:21: Error: junk at end of line, first unrecognised character is
@’
/home/devuser/TestProjects/DS/lvgl/src/draw/sw/blend/neon/lv_blend_neon.S:22: Error: junk at end of line, first unrecognised character is@' /home/devuser/TestProjects/DS/lvgl/src/draw/sw/blend/neon/lv_blend_neon.S:23: Error: junk at end of line, first unrecognised character is
@’