Lvgl simulator on Window CubeIDE

What MCU/Processor/Board and compiler are you using?

stm32f103rct6
CubeIDE
Window based

What do you want to achieve?

I’d like to import lvgl simulator on window

What have you tried so far?

I followed https://docs.lvgl.io/latest/en/html/get-started/pc-simulator.html
CubeIDE is based on eclipse. I’ve tried to import simulation folder, it doesn’t work.
I’v tried codeblock, it still gets errors.
In cubeIDE, make error occurs.

It is impossible to use simulation tool in eclipse on Window?

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

CubeIDE is intended to develop STM32 applications, not desktop applications. If you are willing to work on it you can probably convert it to a normal Eclipse installation, but my experience with Eclipse-based IDEs is that it’s usually easiest to separate them from vanilla Eclipse.

If you are looking for a Windows simulator project, I suggest using CodeBlocks as it doesn’t need any dependencies besides the IDE itself.