Search found 5 matches

by liberotak
Tue Jan 17, 2017 12:59 pm
Forum: Development
Topic: GIMX firmware compilation
Replies: 8
Views: 7928

Re: GIMX firmware compilation

Any ideas on the error?
by liberotak
Fri Jan 13, 2017 7:17 pm
Forum: Development
Topic: GIMX firmware compilation
Replies: 8
Views: 7928

Re: GIMX firmware compilation

I get an address out of range error on FLIP when trying to flash with at90usb82 configuration
by liberotak
Fri Jan 13, 2017 2:21 pm
Forum: Development
Topic: GIMX firmware compilation
Replies: 8
Views: 7928

Re: GIMX firmware compilation

I tried using the configuration: Compiled for -mmcu=atmega32u4 1.Linux Mint 18.1 2.avr-gcc (GCC) 4.9.2 3.avr-libc (1:1.8.0+Atmel3.5.0-1) 4.coreutils (8.25-2ubuntu2) and I still get a different result than the builds provided by you. I will try flashing the ones I produced and let you know if it work...
by liberotak
Fri Jan 13, 2017 9:21 am
Forum: Development
Topic: GIMX firmware compilation
Replies: 8
Views: 7928

Re: GIMX firmware compilation

Thanks for your reply.

Do you compile on 18.1 x64 or x86?
I will give it a try using your configuration.
by liberotak
Thu Jan 12, 2017 9:57 am
Forum: Development
Topic: GIMX firmware compilation
Replies: 8
Views: 7928

GIMX firmware compilation

Hello, I have an Arduino UNO R2 containing an atmega8u2 for the bootloader(recognized by FLIP as at90usb82 ). Due to the fact that there is no pre-compiled firmware version(HEX file) for this specific microcontroller, I tried to compiled it myself on windows using the following installation: 1. MinG...