레트로워치 아두이노측 에러 질문요
페이지 정보
작성자 아DO이노 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일15-03-29 03:10 조회3,476회 댓글1건본문
아두이노 1.6.1 사용했습니다.
_u8glib_no_button파일 컴파일 하는데
아두이노:1.6.1 (Windows 7), 보드:"Arduino Uno"
빌드 선택사항 변경됨, 모두 다시 빌드합니다.
In file included from RetroWatchArduino_u8glib_no_button.ino:32:0:
bitmap.h:1269:43: error: variable 'bitmap_array' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
const unsigned PROGMEM char* bitmap_array[] = {
^
RetroWatchArduino_u8glib_no_button.ino:123:32: error: variable 'weekString' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
RetroWatchArduino_u8glib_no_button.ino:124:32: error: variable 'ampmString' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
RetroWatchArduino_u8glib_no_button.ino:161:30: error: variable 'strIntro' must be const in order to be put into read-only section by means of '__attribute__((progmem)
이런식으로 에러가 뜹니다. 뭐가 잘못된건지.. PROGMEM 위치 바꿔도 에러 뜹니다;
아두이노 잘 모르고 무턱대고 실행해보려니까 이러네요 ㅜㅜ
댓글목록
하드카피님의 댓글

아두이노 IDE 1.0.x 버전으로 다시 깔아서 사용해보세요. 1.6.x 버전은 저런류의 에러가 너무 자주납니다 ㅜㅜ