Hi, bertmelis, sorry for my poor English. Thank you for your patience.
32 or 64 bit are available.
In my computer (windows, 64bit), I find that there are gcc.exe and g++.exe in the path:
D:\codeblocks\install\CodeBlocks\MinGW\bin
and gdb32.exe in the path:
D:\codeblocks\install\CodeBlocks\MinGW\gdb32\bin
So I add the pathes above to the “environment variable” of “system properties”. Then I click the “PlatformIO: Build” icon in the lower-left corner, the “HELLO-WORLD” project compiled successfully.
I want to see the result, namely, the “Hello World from PlatformIO!”, just like the console application, but there is’n a button in the software to run the .exe file which generated by the gcc compiler.
Then I want to test the debug, when clicking “Debug/Starting Debuging” button, a dialog box and an error appeared:
Dialog box: The preLaunchTask ‘undefined’ terminated with exit code 1.
Error: Please setup environments in platformio.ini
file
So I can’t debug because of the error.
Is there someway to fix them?
Best regards.