Luisangonzalez / andavr

Automatically exported from code.google.com/p/andavr
5 stars 0 forks source link

Does atmega48 work? #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run this: "avr-gcc -mmcu=atmega48 -g -Wall -O2 main.c -o main.o"
2.
3.

What is the expected output? What do you see instead?
I reaceive a lot of errors like this one:
/data/data/jackpal.androidterm/local/bin/../lib/gcc/avr/4.5.1/../../../../avr/in
clude/avr/iom48.h

What version of the product are you using? On what operating system?
Android 4.1.1

Please provide any additional information below.
I've tried runing the same line using -mmcu=atmega168 and it's worked ok.

Thanks!

Original issue reported on code.google.com by gspad...@gmail.com on 18 Oct 2012 at 1:02