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
I just cloned this repository and when I went to build it using the instructions from the readme, the following error was produced:
~/ESP8266_2/Arduino/build$ ant dist
Buildfile: /home/****/ESP8266_2/Arduino/build/build.xml
revision-check:
[echo] Latest revision detected in shared/revision.txt is: 1.6.6
[echo] Revision in BaseNoGui.java is: 1.6.6
dist:
[input] Enter version number: [1.6.6]
1.6.6
build:
revision-check:
[echo] Latest revision detected in shared/revision.txt is: 1.6.6
[echo] Revision in BaseNoGui.java is: 1.6.6
linux-checkos:
subprojects-build:
compile:
[javac] Compiling 118 source files to /home/****/ESP8266_2/Arduino/arduino-core/bin
[javac] javac: invalid target release: 1.8
[javac] Usage: javac <options> <source files>
[javac] use -help for a list of possible options
BUILD FAILED
/home/****/ESP8266_2/Arduino/build/build.xml:97: The following error occurred while executing this line:
/home/****/ESP8266_2/Arduino/build/build.xml:83: The following error occurred while executing this line:
/home/****/ESP8266_2/Arduino/build/build.xml:119: The following error occurred while executing this line:
/home/****/ESP8266_2/Arduino/arduino-core/build.xml:41: Compile failed; see the compiler error output for details.
Total time: 4 seconds
I tried the ant dist command with version numbers 1.6.5 and 1.6.4 and got the same result.
There is probably a simple solution, but I am missing it.
Thanks,
Nicholas
The text was updated successfully, but these errors were encountered:
I just cloned this repository and when I went to build it using the
instructions from the readme, the following error was produced:
~/ESP8266_2/Arduino/build$ ant dist
Buildfile: /home/****/ESP8266_2/Arduino/build/build.xml
revision-check:
[echo] Latest revision detected in shared/revision.txt is: 1.6.6
[echo] Revision in BaseNoGui.java is: 1.6.6
dist:
[input] Enter version number: [1.6.6]
1.6.6
build:
revision-check:
[echo] Latest revision detected in shared/revision.txt is: 1.6.6
[echo] Revision in BaseNoGui.java is: 1.6.6
linux-checkos:
subprojects-build:
compile:
[javac] Compiling 118 source files to /home/****/ESP8266_2/Arduino/arduino-core/bin
[javac] javac: invalid target release: 1.8
[javac] Usage: javac
[javac] use -help for a list of possible options
BUILD FAILED
/home/_/ESP8266_2/Arduino/build/build.xml:97: The following error occurred while executing this line:
/home/__/ESP8266_2/Arduino/build/build.xml:83: The following error occurred while executing this line:
/home/__/ESP8266_2/Arduino/build/build.xml:119: The following error occurred while executing this line:
/home/*_*/ESP8266_2/Arduino/arduino-core/build.xml:41: Compile failed; see the compiler error output for details.
Total time: 4 seconds
I tried the ant dist command with version numbers 1.6.5 and 1.6.4 and got
the same result.
There is probably a simple solution, but I am missing it.
Thanks,
Nicholas
—
Reply to this email directly or view it on GitHub #631.
I just cloned this repository and when I went to build it using the instructions from the readme, the following error was produced:
I tried the ant dist command with version numbers 1.6.5 and 1.6.4 and got the same result.
There is probably a simple solution, but I am missing it.
Thanks,
Nicholas
The text was updated successfully, but these errors were encountered: