ZipCPU / zipcpu

A small, light weight, RISC CPU soft core
1.27k stars 153 forks source link

makeinfo: not found #14

Closed MJoergen closed 1 year ago

MJoergen commented 3 years ago

I clone the repo, and follow the instructions in http://zipcpu.com/zipcpu/2018/01/31/cpu-build.html. Essentially, I install all the prerequisites and type make.

The build stops with the error:

zipcpu/sw/binutils-2.27-zip/missing: 81: makeinfo: not found

I'm running on Linux Mint 19.3 (an Ubuntu variant).

The solution I used was to:

sudo apt install texinfo
ZipCPU commented 3 years ago

Are you suggesting I should add texinfo to the list of required dependencies? I should be able to do that without much hassle.

Dan

ZipCPU commented 3 years ago

Are you suggesting I should add texinfo to the list of required dependencies? I should be able to do that without much hassle.

Dan

MJoergen commented 3 years ago

Yes, I think that would be a good idea. For some configurations it may not be necessary, but it caught me by surprise, and adding it to the required dependencies would be helpful to new users.

GreenMan-1 commented 1 year ago

"sudo apt install texinfo" is missing in the required dependencies section, requesting @ZipCPU to update

ZipCPU commented 1 year ago

I've updated the dependencies to make this dependency more noticeable. Please check the INSTALL.md instructions, and see if the notice there would now be sufficient for you.

GreenMan-1 commented 1 year ago

Thank you it's updated in INSTALL.md , if possible can you please also update in the blog "https://zipcpu.com/zipcpu/2018/01/31/cpu-build.html"

ZipCPU commented 1 year ago

Should be fixed now. Thank you!

Dan