Hei hei, Am Tue, Dec 19, 2023 at 11:03:12PM -0300 schrieb Kledson Silva: > Hi, > I need help, if possible with for compile and install VxWorks in my > Raspbery 4 > > I follow the steps in page of WindRiver, but this step > (CROSS_COMPILE=aarch64-linux-gnu- > make), i have the problem below: > > > include/image.h:1397:12: fatal error: openssl/evp.h: No such file or > directory > 1397 | # include <openssl/evp.h> > | ^~~~~~~~~~~~~~~ > compilation terminated. > make[1]: *** [scripts/Makefile.host:112: tools/aisimage.o] Error 1 > make: *** [Makefile:1858: tools] Error 2 > > Please, any idea? its for a my project of university
Your build host needs OpenSSL development library/headers installed. Depending on your Linux distribution this package might be named 'libssl-dev' or similar. Greets Alex > > Thank you very much! > Best regards