Trying to program my Leonardo as a Mini-UNTZ, weird error po

USB AVR Programmer and SPI interface. Adafruit's USBtinyISP.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Zestylimez
 
Posts: 4
Joined: Thu Nov 03, 2016 4:15 pm

Trying to program my Leonardo as a Mini-UNTZ, weird error po

Post by Zestylimez »

I have purchased a Leonardo clone to make a Mini-UNTZ with and downloaded all the necessary drivers plus TeeOnArdu to help program it. I ran into a bunch of errors, and only by some stroke of luck was I able to push the Untztrument Hello World example code onto my arduino. Now, whenever I try to upload any UNTZtrument code, I get this weird error message.

Code: Select all

Arduino: 1.6.12 (Windows 10), TD: 1.35, Board: "TeeOnArdu (Leo on TeensyCore), MIDI, US English"

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x1 addr=0x0 pc=0x4b5c76]

goroutine 1 [running]:
arduino.cc/builder.(*SetupBuildProperties).Run(0x698034, 0x10c66700, 0x0, 0x0)
	c:/jenkins/workspace/arduino-builder-windows/src/arduino.cc/builder/setup_build_properties.go:88 +0x10e6
arduino.cc/builder.(*ContainerSetupHardwareToolsLibsSketchAndProps).Run(0x698034, 0x10c66700, 0x0, 0x0)
	c:/jenkins/workspace/arduino-builder-windows/src/arduino.cc/builder/container_setup.go:59 +0x4e6
arduino.cc/builder.runCommands(0x10c66700, 0x10f17dcc, 0x3, 0x3, 0x1, 0x0, 0x0)
	c:/jenkins/workspace/arduino-builder-windows/src/arduino.cc/builder/builder.go:189 +0xe2
arduino.cc/builder.(*ParseHardwareAndDumpBuildProperties).Run(0x10f17df8, 0x10c66700, 0x0, 0x0)
	c:/jenkins/workspace/arduino-builder-windows/src/arduino.cc/builder/builder.go:178 +0x157
arduino.cc/builder.RunParseHardwareAndDumpBuildProperties(0x10c66700, 0x0, 0x0)
	c:/jenkins/workspace/arduino-builder-windows/src/arduino.cc/builder/builder.go:225 +0x35
main.main()
	c:/jenkins/workspace/arduino-builder-windows/src/arduino.cc/arduino-builder/main.go:307 +0xfd7
C:\Program Files (x86)\Arduino\arduino-builder returned 2

Error compiling for board TeeOnArdu (Leo on TeensyCore).

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Any suggestions on how I can install the proper code onto my Leonardo?

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Trying to program my Leonardo as a Mini-UNTZ, weird erro

Post by adafruit_support_rick »

Not sure. I've never seen anything like that before. It might be a TeeOnArdu thing. I don't know. I'll check...

Locked
Please be positive and constructive with your questions and comments.

Return to “USBtinyISP”