[rtems-source-builder commit] rtems-5: Move GDB to as early in the build as possible.

Chris Johns chrisj at rtems.org
Fri Oct 12 17:57:26 UTC 2018


Module:    rtems-source-builder
Branch:    master
Commit:    1e5a261872553cd9dc98ddd672d350a044e93f88
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=1e5a261872553cd9dc98ddd672d350a044e93f88

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Oct 12 10:44:48 2018 -0700

rtems-5: Move GDB to as early in the build as possible.

This should show the python build errors as soon as possible.

---

 rtems/config/5/rtems-default.bset | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/rtems/config/5/rtems-default.bset b/rtems/config/5/rtems-default.bset
index 033f236..7927808 100644
--- a/rtems/config/5/rtems-default.bset
+++ b/rtems/config/5/rtems-default.bset
@@ -9,9 +9,15 @@
 
 5/rtems-autotools
 
+#
+# Build gdb first to raise the Python install error as early as possible.
+# GDB needs expat so it needs to be built before.
+#
+
 devel/expat-2.1.0-1
+tools/rtems-gdb-8.0.1-1
+
 tools/rtems-binutils-2.31.1
 tools/rtems-gcc-7.3.0-newlib-103b055035fea328f8bc7826801760fb1c055683
-tools/rtems-gdb-8.0.1-1
 tools/rtems-tools-5-1
 tools/rtems-kernel-5



More information about the vc mailing list