Gast
#3500976
Hallo, ich habe vor dieses -> http://flosserver.dyndns.org/Sternenhimmel.php Projekt nachzubauen, dazu habe ich mir das Programm von den Jungs schicken lassen. Wenn ich es im AVR Studio builden möchte kommt immer folgene Fehlermeldungen. ../irmp.c:830:31: error: variable 'nec_param' must be const in order to be put into read-only section by means of '__attribute__((progmem))' ../irmp.c:851:31: error: variable 'nec_rep_param' must be const in order to be put into read-only section by means of '__attribute__((progmem))' ../irmp.c:876:31: error: variable 'samsung_param' must be const in order to be put into read-only section by means of '__attribute__((progmem))' ../irmp.c:901:31: error: variable 'matsushita_param' must be const in order to be put into read-only section by means of '__attribute__((progmem))' ../irmp.c:926:31: error: variable 'kaseikyo_param' must be const in order to be put into read-only section by means of '__attribute__((progmem))' ../irmp.c:976:31: error: variable 'rc5_param' must be const in order to be put into read-only section by means of '__attribute__((progmem))' ../irmp.c:1001:31: error: variable 'denon_param' must be const in order to be put into read-only section by means of '__attribute__((progmem))' ../irmp.c:1026:31: error: variable 'rc6_param' must be const in order to be put into read-only section by means of '__attribute__((progmem))' ../irmp.c:1126:31: error: variable 'grundig_param' must be const in order to be put into read-only section by means of '__attribute__((progmem))' Darauf hin hab ich ihn angeschrieben. Leider weis er auch nix genaueres über diese Fehlermeldung. Kann mit von euch evtl. jemand sagen was das Problem sein könnte? lg E.T.