에듀이노-아두이노 전문 교육쇼핑몰 에듀이노-코딩 교구는, 에듀이노!
뒤로가기

묻고답하기

제목

업로드시 컴파일 에러

작성자 꾸미(ip:)

작성일 2022-05-27

조회 1102

평점 0점  

추천 추천하기

내용

예제코드 8-1 스마트홈 키트 업로드를 하면 다음과 같은 오류메세지가 뜹니다.


아두이노:1.8.20 Hourly Build 2022/04/25 09:33 (Windows 10), 보드:"Arduino Uno"


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino: In function 'void Bluetooths_CON()':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:77:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:81:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:85:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:89:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:93:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:98:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino: In function 'void Serial_CON()':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:111:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:115:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:119:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:123:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:127:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:132:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino: In function 'void Smart_Alarm()':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:245:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:252:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino: At global scope:


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:5:25: error: redefinition of 'SoftwareSerial bluetooth'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:5:16: note: 'SoftwareSerial bluetooth' previously declared here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:10:22: error: redefinition of 'LiquidCrystal_I2C lcd'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:10:19: note: 'LiquidCrystal_I2C lcd' previously declared here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:14:19: error: redefinition of 'Adafruit_NeoPixel RGB_LED'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:14:19: note: 'Adafruit_NeoPixel RGB_LED' previously declared here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:15:5: error: redefinition of 'int R_Val'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:15:5: note: 'int R_Val' previously declared here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:15:12: error: redefinition of 'int G_Val'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:15:12: note: 'int G_Val' previously declared here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:15:19: error: redefinition of 'int B_Val'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:15:19: note: 'int B_Val' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:21:8: error: redefinition of 'DHT dht'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:21:5: note: 'DHT dht' previously declared here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:22:5: error: redefinition of 'int fan'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:22:5: note: 'int fan' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:23:5: error: redefinition of 'int fan_speed'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:23:5: note: 'int fan_speed' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:24:5: error: redefinition of 'int stack'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:24:5: note: 'int stack' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:28:7: error: redefinition of 'Servo servo'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:28:7: note: 'Servo servo' previously declared here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:29:5: error: redefinition of 'int servo_pin'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:29:5: note: 'int servo_pin' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:30:5: error: redefinition of 'int init_angle'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:30:5: note: 'int init_angle' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:31:5: error: redefinition of 'int angle'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:31:5: note: 'int angle' previously declared here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:32:5: error: redefinition of 'int control_num'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:32:5: note: 'int control_num' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:35:5: error: redefinition of 'int piezo'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:35:5: note: 'int piezo' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:36:11: error: redefinition of 'int tones []'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:36:5: note: 'int tones [2]' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:37:5: error: redefinition of 'int IRPin'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:37:5: note: 'int IRPin' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:38:5: error: redefinition of 'int Caps'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:38:5: note: 'int Caps' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino: In function 'void setup()':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:40:6: error: redefinition of 'void setup()'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:40:6: note: 'void setup()' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino: In function 'void loop()':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:63:6: error: redefinition of 'void loop()'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:63:6: note: 'void loop()' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino: In function 'void Bluetooths_CON()':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:75:6: error: redefinition of 'void Bluetooths_CON()'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:75:6: note: 'void Bluetooths_CON()' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:77:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:81:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:85:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:89:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:93:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:98:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino: In function 'void Serial_CON()':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:109:6: error: redefinition of 'void Serial_CON()'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:109:6: note: 'void Serial_CON()' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:111:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:115:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:119:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:123:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:127:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:132:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino: In function 'void Smart_light(int, int, int)':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:144:6: error: redefinition of 'void Smart_light(int, int, int)'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:144:6: note: 'void Smart_light(int, int, int)' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino: In function 'void Smart_Air(int)':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:158:6: error: redefinition of 'void Smart_Air(int)'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:158:6: note: 'void Smart_Air(int)' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino: In function 'int Smart_Door(int)':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:195:5: error: redefinition of 'int Smart_Door(int)'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:195:5: note: 'int Smart_Door(int)' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino: In function 'void Smart_Alarm()':


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:223:6: error: redefinition of 'void Smart_Alarm()'


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit.ino:223:6: note: 'void Smart_Alarm()' previously defined here


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:245:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


C:\Users\USER\Desktop\대학교\4학년1학기\공프\아두이노\[3] 예제코드\8-1_Smart_Home_Kit\8-1_Smart_Home_Kit - 원본 - 복사본.ino:252:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]


exit status 1


보드 Arduino Uno 컴파일 에러.




이 리포트는 파일 -> 환경설정에 "컴파일중 자세한 출력보이기"를

활성화하여 더 많은 정보를

보이게 할 수 있습니다.



첨부파일

비밀번호
수정

비밀번호 입력후 수정 혹은 삭제해주세요.

댓글목록

  • 작성자 이등병

    작성일 2022-05-30

    평점 0점  

    스팸글 아두이노 IDE에서 코드를 인식못하는것같은데요?
    새파일만들어서 코드복사해서 한번 다시업로드해보세요 가끔 링크에러 뜰때가 있긴합니다

    아두이노설치할때 버전이랑 안맞으면 호환안될 수도 있으니 참고해주세요 !
댓글 수정

이름

비밀번호

내용

/ byte

수정 취소

비밀번호 :

확인 취소

댓글 입력

이름

비밀번호

내용

/ byte

평점

왼쪽의 문자를 공백없이 입력하세요.

에게만 댓글 작성 권한이 있습니다.

댓글 입력

이름

비밀번호

내용

/ byte

왼쪽의 문자를 공백없이 입력하세요.

에게만 댓글 작성 권한이 있습니다.

고객센터

    1670-9626

  • 팩스.063-902-6678
  • 이메일.eduino@robodyne.co.kr
  • Kakao. 에듀이노
  • 운영시간 : AM 10:00 ~ PM 16:30
  • 점심시간 : PM 12:00 - PM 13:00 토/일/공휴일 휴무
  • 고객센터 연결하기
입금계좌
  • 예금주: (주)로보다인시스템
  • 국민. 754801-01-760296
  • 농협. 301-0234-1423-01
  • IBK기업은행. 506-080015-01-016
배송 안내
  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 조건부 무료 : 주문 금액 100,000원 미만일 때 배송비 3,000원을 추가합니다.
  • 배송 기간 : 1일 ~ 2일
  • 배송 안내 :
    - 제주도, 산간벽지나 도서지방은 별도의 추가금액을 지불하셔야 하는 경우가 있습니다.
    고객님께서 주문하신 상품은 입금 확인후 배송해 드립니다. 다만, 상품종류에 따라서 상품의 배송이 다소 지연될 수 있습니다.
교환/반품 안내
교환 및 반품이 가능한 경우
- 상품을 공급 받으신 날로부터 7일이내 단, 가전제품의
  경우 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우에는 교환/반품이 불가능합니다.
- 공급받으신 상품 및 용역의 내용이 표시.광고 내용과
  다르거나 다르게 이행된 경우에는 공급받은 날로부터 3월이내, 그사실을 알게 된 날로부터 30일이내

교환 및 반품이 불가능한 경우
- 고객님의 책임 있는 사유로 상품등이 멸실 또는 훼손된 경우. 단, 상품의 내용을 확인하기 위하여
  포장 등을 훼손한 경우는 제외
- 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우
  (예 : 가전제품, 식품, 음반 등, 단 액정화면이 부착된 노트북, LCD모니터, 디지털 카메라 등의 불량화소에
  따른 반품/교환은 제조사 기준에 따릅니다.)
- 고객님의 사용 또는 일부 소비에 의하여 상품의 가치가 현저히 감소한 경우 단, 화장품등의 경우 시용제품을
  제공한 경우에 한 합니다.
- 시간의 경과에 의하여 재판매가 곤란할 정도로 상품등의 가치가 현저히 감소한 경우
- 복제가 가능한 상품등의 포장을 훼손한 경우
  (자세한 내용은 고객만족센터 1:1 E-MAIL상담을 이용해 주시기 바랍니다.)

※ 고객님의 마음이 바뀌어 교환, 반품을 하실 경우 상품반송 비용은 고객님께서 부담하셔야 합니다.
  (색상 교환, 사이즈 교환 등 포함)
«
이전
{$paginationNo}
다음
»
  • {$autoComplete_query_view}
  • {$hotKeyword_rank} {$hotKeyword_query}