milan.rajik
Banned
Zip and post your Proteus firmware project.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
mksketch -C pro328 -N atmega328p -F 8000000 -A "../../../../../../Program Files/Arduino" -O main.cpp ../main.ino
make -f arduino/Makefile all
make[1]: Entering directory `C:/Documents and Settings/beh/Desktop/New Folder/ATmega328P/Debug'
avr-gcc -w -ffunction-sections -fdata-sections -DARDUINO_ARCH_AVR -DF_CPU=8000000 -DARDUINO=105 -mmcu=atmega328p -Iarduino -Os -o arduino/abi.o -c arduino/abi.cpp
ar ru arduino/arduino.a arduino/abi.o
avr-gcc -w -ffunction-sections -fdata-sections -DARDUINO_ARCH_AVR -DF_CPU=8000000 -DARDUINO=105 -mmcu=atmega328p -Iarduino -Os -o arduino/CDC.o -c arduino/CDC.cpp
ar: creating arduino/arduino.a
In file included from arduino/Arduino.h:247,
from arduino/USBAPI.h:33,
from arduino/CDC.cpp:19:
arduino/pins_arduino.h:25:38: error: ../standard/pins_arduino.h: No such file or directory
make[1]: Leaving directory `C:/Documents and Settings/beh/Desktop/New Folder/ATmega328P/Debug'
make[1]: *** [arduino/CDC.o] Error 1
make: *** [main.cpp] Error 2
Error code 2