Honestly i want to do this basic computer so bad...... and i dont think my skill level is quite there .....
i really need to know what to do.... somehow i think im not doing something right.... I tryed to fix the code spieeprom.h and sepieeprom.cpp and open it in notepad++ .....look for #include <WProgram.h> and change it to
#include <Arduino.h>
than i got this one ----------------------------------------------------------------------------------------------
AVR_BASIC_Computer_V0.1:309:33: error: variable 'keywords' must be const in order to be put into read-only section by means of 'attribute((progmem))'
static unsigned char keywords[] PROGMEM = {
Tryed to fix with this code-----------------------------------------------------------------
static const unsigned char keywords[] PROGMEM = {
Anyway .... i really need help has anyone gotten this to work for them ? can i download an older ide or something?????
I know its asking alot ....... but i cant stop thinking about this basic computer ..... anyone know of an update or a better way to do this???
C:\Program Files\Arduino\libraries\ps2uartKeyboard\PS2uartKeyboard.cpp:136:49: error: variable 'scan2ascii_noshift' must be const in order to be put into read-only section by means of 'attribute((progmem))'
C:\Program Files\Arduino\libraries\ps2uartKeyboard\PS2uartKeyboard.cpp:155:47: error: variable 'scan2ascii_shift' must be const in order to be put into read-only section by means of 'attribute((progmem))'
PS2uartKeyboard.cpp ??????? im so fn lost .... people act like they know whats going on but do you really? ..... people keep telling me yeah its an easy fix ..... hell it dont seem like it ....
Ok so i think i got the code to work?! it can verify now....
I have been using this schematic and arduino as isp ..... and i added a 10uf cap on the reset and g .
I get this error when compiling , does it mean that the atmega1284pu will not work with the atmega1284p??? or is it finding my arduino isp and saying thats not the right one .....
I think i got the wiring done right sorry for thr bad pics i cant seem to put the good ones i have on there
Sketch uses 15236 bytes (11%) of program storage space. Maximum is 130048 bytes.
Global variables use 8064 bytes (49%) of dynamic memory, leaving 8320 bytes for local variables. Maximum is 16384 bytes.
avrdude: Expected signature for ATmega1284 is 1E 97 06
Double check chip, or use -F to override this check.
Wrong microcontroller found. Did you select the right board from the Tools > Board menu?
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
jremington:
No. The message means you gave the loader the wrong device signature.
You should select the correct microcontroller. If the correct one can't be found, create a new "boards" definition, or modify an existing one to correct the signature.
Alternatively, you can try overriding the signature check, as the error message suggests. No guarantees that will work.
create a new "boards" definition, or modify an existing one to correct the signature. ??? that sounds good.... how do i do that?
i swear i have the right one I downloaded 3 dif bord managers they all give me the same
avrdude: Expected signature for ATmega1284P is 1E 97 05
Double check chip, or use -F to override this check.
Wrong microcontroller found. Did you select the right board from the Tools > Board menu?