2024-12-11 03:49 PM
Good morning,
Could you confirm for me the version of Ubuntu most suitable for installing the development tools for "STM32 MPU ecosystem release note - v6.0.0"
On version "22.04", I have problem to install "libncurses5".
yocto@Yocto:~$ sudo apt-get install build-essential libncurses-dev libncurses5 libyaml-dev libssl-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libncurses5
yocto@Yocto:~$
if necessary I am ready to install a newer or older version.
Thank you
Loupi
Solved! Go to Solution.
2024-12-16 02:04 AM - edited 2024-12-16 02:24 AM
Hello Loupi,
Did you correctly update your repositories ?
sudo apt-get update
If that doesn't solve your issue. Could you provide us with these result:
apt list | grep ncurses
apt list –installed
FYI, Ubuntu 22.04 has been verified and this version is fully compatible with the MPU STM32 ecosystem v6.
(You can find more information here : https://wiki.st.com/stm32mpu/wiki/PC_prerequisites#Linux-C2-AE_PC)
Regards,
2024-12-16 02:04 AM - edited 2024-12-16 02:24 AM
Hello Loupi,
Did you correctly update your repositories ?
sudo apt-get update
If that doesn't solve your issue. Could you provide us with these result:
apt list | grep ncurses
apt list –installed
FYI, Ubuntu 22.04 has been verified and this version is fully compatible with the MPU STM32 ecosystem v6.
(You can find more information here : https://wiki.st.com/stm32mpu/wiki/PC_prerequisites#Linux-C2-AE_PC)
Regards,