My project is building successfull but cannot upload it to STM32Discovery board and the stm32cube ide is showing libncurses related error on Manjaro Linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-09 4: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.
- Labels:
-
OpenSTLinux
-
STM32CubeIDE
-
STM32F1 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-09 5:01 AM
You need concrete NCURSES version , latest libncurses isnt full backwards compat. Your error window show required version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-09 7:10 AM
Why gdb wants libncurses at all? it does not display any text based UI in this environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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,
