|
Re: Error with GDB version [message #1855190 is a reply to message #1855168] |
Fri, 30 September 2022 15:33 |
Lionel Reynaud Messages: 2 Registered: September 2022 |
Junior Member |
|
|
Hi
Finally, I fix the problem !
The solution has been to uninstall absolutely all (Eclipse, msys, mingw, TDM, Code::Bloks, ...).
Then suppress all folders including .eclipse, . p2.
Then suppress all related things in ENV and PATH
Then run regedit to suppress all keys related to eclipse, msys, ...
Then restart computer
Then first re-install mingw build from niXman github (the only that is really complete)
Then add the mingw64\bin to the PATH
Then open a console an try g++ --console and gdb --console. Should work !
Then re-install Eclipse from installer
Then try a simple basic project create with the IDE : Should work : compile, run and debug
And finally recreate your project from scratch (very important : don't import old project !!!!)
After that, you can take a coffee :)
|
|
|
|
Powered by
FUDForum. Page generated in 0.03536 seconds