Lubuntu 16.04 and Arduino 1.6.9

Hi,

Just changed to lubuntu I come from windows.
On my old PC I installed lubuntu 16.04 and arduino 1.6.8.
Checked all and found working ok.
After software update on arduino to 1.6.9 ( looks like addit the thirth party boards up-date in preferences )
Now the arduino 1.6.9 will not check my program.
As this is rather new is there already some corresponce about this topic?
I like to hear. Meantime I looking on the internet what about and how to slove.

Kind regards,
IlioSS

Here again,
I will enclose the compiler fault list as can be read on arduino,

QUOTE:

SIGILL: illegal instruction
PC=0x8113329

goroutine 1 [running, locked to thread]:
math.init·1()
/usr/local/go/src/math/pow10.go:34 +0x19 fp=0x18437f84 sp=0x18437f80
math.init()
/usr/local/go/src/math/unsafe.go:21 +0x3f fp=0x18437f88 sp=0x18437f84
strconv.init()
/usr/local/go/src/strconv/quote.go:455 +0x45 fp=0x18437fa4 sp=0x18437f88
io/ioutil.init()
/usr/local/go/src/io/ioutil/tempfile.go:95 +0x4a fp=0x18437fc4 sp=0x18437fa4
github.com/go-errors/errors.init()
/home/jenkins/jenkins/jobs/arduino-builder-linux32/workspace/src/github.com/go-errors/errors/stackframe.go:102 +0x3f fp=0x18437fc8 sp=0x18437fc4
main.init()
/home/jenkins/jenkins/jobs/arduino-builder-linux32/workspace/src/arduino.cc/arduino-builder/main.go:371 +0x3f fp=0x18437fcc sp=0x18437fc8
runtime.main()
/usr/local/go/src/runtime/proc.go:58 +0xbd fp=0x18437ff0 sp=0x18437fcc
runtime.goexit()
/usr/local/go/src/runtime/asm_386.s:2287 +0x1 fp=0x18437ff4 sp=0x18437ff0

goroutine 2 [runnable]:
runtime.forcegchelper()
/usr/local/go/src/runtime/proc.go:90
runtime.goexit()
/usr/local/go/src/runtime/asm_386.s:2287 +0x1

goroutine 3 [runnable]:
runtime.bgsweep()
/usr/local/go/src/runtime/mgc0.go:82
runtime.goexit()
/usr/local/go/src/runtime/asm_386.s:2287 +0x1

eax 0x23
ebx 0x826b3d8
ecx 0x184000a0
edx 0x826b3d8
edi 0x18437f80
esi 0x18437f8c
ebp 0x1843e03d
esp 0x18437f80
eip 0x8113329
eflags 0x10202
cs 0x73
fs 0x0
gs 0x3f
arduino-builder returned 2

Error compiling for board Arduino Nano.

UNQUOTE:

greets, ilioSS

Hi,

Still looking forward for all your solutions.

In order to be not to much complicated I installed the arduino 1.6.9. again from scratch.
Deleted all the old stuf.
Looks ok.

BUT the ¨ double high comma token i am not able to get in my script??? his is very annoying while this you will be used as we like to print
with the Serial.print( ¨ test ¨ );

Is this a well known problem?
This phenomenon i noticed on my laptop as well as on my desktop computer. Both changed to LUBUNTU.

Like to hear.
Greetz ilioSS

It's no help to you other than you are not alone but...

I have exactly the same problem. Same software, same IDE, same error.

Any help appreciated.

I find it strange that x86 registers and errors are listed for an AVR architecture board. eax, eflags, etc. are all x86 registers. SIGILL is not an error returned by the AVR architecture. It sounds like an error in the Arduino IDE itself for Linux or some weird problem related to how your computer treats compilers for other architectures.

I think it relates to Lubuntu missing some dependencies or something.

I'm still looking into this but for information 1.6.9 runs perfectly on Ubuntu 16.04. :slight_smile:

Hi,

A late answer but better late then never.
As far as I remember the " has someting to dowith the keyboard conficuration.
I changed it to the american style. so to speak.
I now have a american flag in the right lower corner.
Have a look in your system set-up .
Succes.
ilioSS