From f502e6d285b9f69b75e8fff9fdfc8633e7a7a01b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 10 Jan 2020 23:12:31 +0100 Subject: Add kernel/busybox compilation writeup Signed-off-by: David Oberhollenzer --- crosscc.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crosscc.md') diff --git a/crosscc.md b/crosscc.md index f8bb254..30e91c9 100644 --- a/crosscc.md +++ b/crosscc.md @@ -81,12 +81,14 @@ For compiling the packages you will need: * curl * pkg-config * libtool +* openssl (with headers) In case you wonder: you need the C++ compiler to build GCC. The GCC code base mainly uses C99, but with some additional C++ features. makeinfo is used by the GNU utilities that generate info pages from texinfo. ncurses is mainly -needed by the kernel build system for `menuconfig`. +needed by the kernel build system for `menuconfig`. OpenSSL is requried to +compile the kernel later on. The list should be fairly complete, but I can't guarantee that I didn't miss something. Normally I work on systems with tons of development tools and -- cgit v1.2.3