Activity log for bug #1689421

Date Who What changed Old value New value Message
2017-05-09 01:16:38 Dennis German bug added bug
2017-05-09 01:17:28 Dennis German description The documentation regarding how to build toolchain expects the directory ~/toolchain to exist. Perhaps the first lines in the executable code should be something like: INDIR=`echo ~/toolchain` if [ ! -d $INDIR ] ; then mkdir $INDIR && echo " ++ made directory $INDIR" ; fi Thank you The documentation at https://launchpadlibrarian.net/287100910/How-to-build-toolchain.pdf regarding how to build toolchain expects the directory ~/toolchain to exist. Perhaps the first lines in the executable code should be something like: INDIR=`echo ~/toolchain` if [ ! -d $INDIR ] ; then mkdir $INDIR && echo " ++ made directory $INDIR" ; fi Thank you
2017-05-12 11:04:42 Thomas Preud'homme gcc-arm-embedded: status New In Progress
2017-05-12 11:04:49 Thomas Preud'homme gcc-arm-embedded: assignee Thomas Preud'homme (thomas-preudhomme)
2017-05-12 11:04:52 Thomas Preud'homme gcc-arm-embedded: importance Undecided Low
2017-05-12 14:18:53 Thomas Preud'homme gcc-arm-embedded: status In Progress Fix Committed
2018-04-20 13:41:33 Thomas Preud'homme gcc-arm-embedded: status Fix Committed Fix Released