Hello,
I was trying the PlatformIO way to simulate littlevgl on my PC, it’s said " If you are using Windows firstly you need to install MinGW (64 bit version)", but there are many choices…
x86_64-posix-sjlj
x86_64-posix-seh
x86_64-win32-sjlj
x86_64-win32-seh
i686-posix-sjlj
i686-posix-dwarf
i686-win32-sjlj
i686-win32-dwarf
I only know it should be x86_64 for me, but how to select between 2 other options?