Skip to main content
RG1
Visitor II
July 25, 2020
Solved

I have installed stm32cube monitor in ubuntu 20.04 but it is not working properly.I have put .elf file link in variables option but the variable are not show in variable list. how to slove this problem?

  • July 25, 2020
  • 2 replies
  • 1115 views

0693W000003BHzeQAG.png

This topic has been closed for replies.
Best answer by Richard.Chvr

Hello RG,

We have answered a similar issue on following link:

https://community.st.com/s/question/0D53W000000AKqUSAW/runs-fine-on-debian-jessie-ubuntu-1804-but-no-variables-in-elf-file-on-ubuntu-1910

Can you check if libncurses5 is installed on your ubuntu version.

thanks and regards

Richard

2 replies

Richard.Chvr
Richard.ChvrBest answer
Technical Moderator
July 28, 2020

Hello RG,

We have answered a similar issue on following link:

https://community.st.com/s/question/0D53W000000AKqUSAW/runs-fine-on-debian-jessie-ubuntu-1804-but-no-variables-in-elf-file-on-ubuntu-1910

Can you check if libncurses5 is installed on your ubuntu version.

thanks and regards

Richard

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
MX_Master
Associate
August 29, 2020

Same problem. Fixed with

sudo apt install libncurses5

thanks (: