I am following this guide to install Linaro on my Ubuntu 18.04 machine: https://www.digikey.com/eewiki/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-ARMCrossCompiler:GCC <https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-LinuxKernel>
Thanks to Robert's help, I got Linaro 7.3.1 successfully installed. I am now stuck at building the Linux Kernel. I checked out the long term / real-time branch using: git checkout origin/am33x-rt-v4.9 -b tmp And proceed to building it: ./build_kernel.sh It failed to build, giving out these status report: + Detected build host [Ubuntu 18.04.1 LTS] + host: [x86_64] + git HEAD commit: [3a7726562a52a27d7712b5eb4cbe4a2f31890ac6] Installing: ----------------------------- --2018-08-30 15:32:01-- https://releases.linaro.org/components/toolchain/binaries/6.4-2018.05/arm-linux-gnueabihf/gcc-linaro-6.4.1-2018.05-x86_64_arm-linux-gnueabihf.tar.xz Resolving releases.linaro.org (releases.linaro.org)... 13.228.101.204 Connecting to releases.linaro.org (releases.linaro.org)|13.228.101.204|:443... connected. ERROR: no certificate subject alternative name matches requested host name ‘releases.linaro.org’. To connect to releases.linaro.org insecurely, use `--no-check-certificate'. --2018-08-30 15:32:01-- https://releases.linaro.org/archive/components/toolchain/binaries/6.4-2018.05/arm-linux-gnueabihf/gcc-linaro-6.4.1-2018.05-x86_64_arm-linux-gnueabihf.tar.xz Resolving releases.linaro.org (releases.linaro.org)... 13.228.101.204 Connecting to releases.linaro.org (releases.linaro.org)|13.228.101.204|:443... connected. ERROR: no certificate subject alternative name matches requested host name ‘releases.linaro.org’. To connect to releases.linaro.org insecurely, use `--no-check-certificate'. So I got a few questions: 1. It installs Linaro 6.4.1 tho I already have 7.3.1. Why does this happen? 2. What should I do to get it built? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/fbae6ff8-49e5-45de-a7cb-107234c70278%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
