0

While building the openssl in the buildroot, I get the following error.

make[4]: *** No rule to make target `../../include/openssl/idea.h', needed by `e_idea.o'.  Stop.

The solution is

 cp crypto/idea/idea.h include/openss

The question is how can I make a patch of this in buildroot? What is the best way to do so?

dexterous
  • 6,422
  • 12
  • 51
  • 99
  • Errors like this normally occur due to a failure to run "make depend". – Matt Caswell Oct 31 '17 at 09:49
  • Cannot reproduce on buildroot master. What's your Buildroot version? Can you post your (def)config? Did you try `make clean; make`? -- And be aware the best support channels for Buildroot problems are IRC, mailing list and the bug tracker (see https://buildroot.org/support.html), you'll have better replies there. – Luca Ceresoli Nov 02 '17 at 08:55

0 Answers0