Erro durante a execução do programa Blink

0

Estou trabalhando no TinyOs no Ubuntu 16.04. Quando eu executo o programa Blink, o seguinte erro ocorre:

[INFO] script
    2538 bytes in ROM
      56 bytes in RAM
[INFO] size (toolchain):
    text    data     bss     dec     hex filename
   2596       2      56    2654     a5e build/telosb/main.exe
[INFO] generating symbol table
[INFO] generating listing
[INFO] creating ihex file
[INFO] writing TOS image
[INFO] writing TOS buildinfo
[INFO] running the wiring check
<JAVA_HOME>/lib/ext exists, extensions mechanism no longer supported; Use     
-classpath instead.
.Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
../../support/make/Makerules:362: recipe for target 'wiring_check' failed
make: *** [wiring_check] Error 1

Alguém pode dizer por que esse erro ocorreu?

    
por Rensi Sam 23.08.2017 / 07:11

1 resposta

0

O TinyOS está tentando acessar os recursos descontinuados no Java 9. Tente instalar uma versão anterior do JRE, aponte JAVA_HOME para ele

    
por James Allen 27.08.2017 / 19:05