- This topic has 18 replies, 3 voices, and was last updated 8 years, 1 month ago by .
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › hello-nucleo compile problem
Tagged: make error
Yes, the problem seems related to the architecture of your PC. Try the following commands and let me know if they fix the issue:
$ sudo dpkg –add-architecture i386
$ sudo apt-get update
$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
Please, take note that I haven’t checked if those commands can do a mess of your ubuntu installation. Eventually do a backup before.
Victory!
After this it now works perfectly!
Thank you very much for taking the time to assist in what is really not a fault in the book instructions.
But maybe it could be useful to include a note of this possibility in the book so as to avoid needless frustration for people in the same situation.
Once again big thanks for the help!
br,
.Martti
Thank you for let me know about this issue. Yes, I’ll add a paragraph in Chapter 2 about this.