Open krzysztof9nowak opened 4 years ago
The script thinks gcc version "10.2.0" < "4.7.0" because string comparison in bash checks their lexicographical order. line 148 of build-avr-ada.sh:
if [[ "$GCC_VERSION" < "4.7.0" ]] ; then # string comparison (?)
The script thinks gcc version "10.2.0" < "4.7.0" because string comparison in bash checks their lexicographical order. line 148 of build-avr-ada.sh: