2022-07-09 04:11 AM
Below error is throwing in Manjaro Linux when I try to upload the program to the board. The project is building successful. Installed libncurses from AUR as well as the offiicial repository, but no use.
Solved! Go to Solution.
2022-07-14 12:24 AM
Solved the issue. You need to install arm-none-eabi-gcc & gdb then set the toolchain as local from Windows->preference->stm32 toolchain. See the video below,
2022-07-09 05:01 AM
You need concrete NCURSES version , latest libncurses isnt full backwards compat. Your error window show required version.
2022-07-09 07:10 AM
Why gdb wants libncurses at all? it does not display any text based UI in this environment.
2022-07-14 12:24 AM
Solved the issue. You need to install arm-none-eabi-gcc & gdb then set the toolchain as local from Windows->preference->stm32 toolchain. See the video below,