I was building the 4.12 tools for ARM using RSB yesterday and the build would 
randomly fail. Unfortunately, to fix it, I’d delete everything and try again.

Trying again is a very unsatisfying solution. I passed it off as a git 
repository inconsistency.

On the other hand, doing a git checkout 4.11 gives a repeatable failure when 
building newlib for 4.11.

Andrei




(on a Mac, with OSX 10.13 (high sierra), using the latest Xcode)

cd
mkdir -p development/rtems
cd development/rtems
git clone git://git.rtems.org/rtems-source-builder.git rsb
cd rsb
#git checkout 4.11
cd rtems
../source-builder/sb-check
../source-builder/sb-set-builder --list-bsets
#../source-builder/sb-set-builder --prefix=$HOME/development/rtems/4.11 
--log=l-4.11-rtems-arm.txt 4.11/rtems-arm
../source-builder/sb-set-builder --prefix=$HOME/development/rtems/4.12 
--log=l-4.12-rtems-arm.txt 4.12/rtems-arm


_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to