usando il programma STM32CubeIDE viene riscontrato questo problema:
Indagando sull'eseguibile, non trova la libreria libncurses.so.5:
Ma nel filesystem è presente un collegamento, solo che punta ad un file inesistente di nome libncurses.so.6.4:
Dallo spec file del pacchetto libncurses c'è un errore di distrazione nella terza riga;
Код: Выделить всё
%define majorminor 6.4

####################################
Hello,
- using the STM32cubeIDE program this problem is encountered (1st image above)
- Investigating the executable, it does not find the library libncurses.so.5 (2nd image above)
- There is a link in the filesystem, but it points to a non-existent file named libncurses.so.6.4 (3rd & 4th images above)
From the spec file of the libncurses package there is a simple error in the third line;
Код: Выделить всё
%define majorminor 6.4
