You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I tried to install toolchain 3.6.1 and it fails in ./tools.sh. Last log lines are:
cd . && perllibdir="/usr/src/toolchain-avr/automake-1.11.1/lib:./lib" "/usr/src/toolchain-avr/automake-1.11.1/automake" --libdir=lib --gnu
/bin/bash: line 4: /usr/src/toolchain-avr/automake-1.11.1/automake: No such file or directory
make: *** [Makefile:308: Makefile.in] Error 1
|./tools.bash 74 main()| make install
cd . && perllibdir="/usr/src/toolchain-avr/automake-1.11.1/lib:./lib" "/usr/src/toolchain-avr/automake-1.11.1/automake" --libdir=lib --gnu
/bin/bash: line 4: /usr/src/toolchain-avr/automake-1.11.1/automake: No such file or directory
make: *** [Makefile:308: Makefile.in] Error 1
|./tools.bash 76 main()| cd -
/usr/src/toolchain-avr
The text was updated successfully, but these errors were encountered:
Hello,
I tried to install toolchain 3.6.1 and it fails in ./tools.sh. Last log lines are:
cd . && perllibdir="/usr/src/toolchain-avr/automake-1.11.1/lib:./lib" "/usr/src/toolchain-avr/automake-1.11.1/automake" --libdir=lib --gnu
/bin/bash: line 4: /usr/src/toolchain-avr/automake-1.11.1/automake: No such file or directory
make: *** [Makefile:308: Makefile.in] Error 1
|./tools.bash 74 main()| make install
cd . && perllibdir="/usr/src/toolchain-avr/automake-1.11.1/lib:./lib" "/usr/src/toolchain-avr/automake-1.11.1/automake" --libdir=lib --gnu
/bin/bash: line 4: /usr/src/toolchain-avr/automake-1.11.1/automake: No such file or directory
make: *** [Makefile:308: Makefile.in] Error 1
|./tools.bash 76 main()| cd -
/usr/src/toolchain-avr
The text was updated successfully, but these errors were encountered: