Skip to content
Snippets Groups Projects
  1. May 18, 2019
    • Joakim Bech's avatar
      toolchain: Update to GCC 8.3 and update kernel headers · e0298161
      Joakim Bech authored
      
      In the GCC v8.2-2018.08 toolchain (previous default in OP-TEE) the
      GDB/TUI mode was disabled, which made debugging using GDB slightly more
      complicated. However, in more recent versions of GCC like the one
      introduced here, i.e., GCC8.3-2019.03, Arm have re-enabled the TUI mode.
      
      But to be able to upgrade the toolchain, one must also step up kernel
      headers so that the toolchain matches the kernel headers used by
      Buildroot. This means that we are stepping up from 4.18 kernel headers
      to 4.19 kernel headers, which seems to be compatible with the version of
      GCC that is being introduced in this patch.
      
      Note that after this commit, older GCC versions will not work any
      longer when building full OP-TEE developer setups using OP-TEE's
      manifest.git and build.git, i.e., trying to run GCC8.2 for example will
      give a kernel header mismatch error.
      
      Fixes #334.
      
      Signed-off-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      Tested-by: Joakim Bech <joakim.bech@linaro.org> (QEMU v7, v8)
      Acked-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
      e0298161
  2. May 13, 2019
  3. May 06, 2019
  4. May 02, 2019
  5. Mar 19, 2019
  6. Feb 06, 2019
  7. Feb 01, 2019
  8. Jan 14, 2019
  9. Sep 26, 2018
  10. Sep 05, 2018
  11. Aug 23, 2018
  12. Aug 22, 2018
  13. Aug 20, 2018
  14. Aug 09, 2018
  15. Jul 05, 2018
  16. Jun 07, 2018
  17. May 07, 2018
  18. Mar 14, 2018
  19. Mar 12, 2018
Loading