코코아팹은 누구나 창의적 아이디어를 현실로 만들어 낼 수 있도록
만들고, 공유하고, 배울 수 있는 터전이
되고자 합니다.
아이디와 비밀번호를 잊으셨나요?아이디 / 비밀번호 찾기
코코아팹 회원이 아니신가요? 회원가입
exit status 1 보드 Arduino/Genuino Uno 컴파일 에러.
다니엘 | 2019-06-09
|
|
---|---|
water flow meter 기 만들다가 컴파일 에러가 났습니다. 한번만 봐주세요 ㅠㅠ
#include LiquidCrystal_I2C lcd(0x27,20,4); void setup() { void loop() {
C:\Users\Admin\Desktop\sketch_jun09a\sketch_jun09a.ino:4:32: warning: invalid conversion from 'int' to 't_backlightPol' [-fpermissive] LiquidCrystal_I2C lcd(0x27,20,4); ^ In file included from C:\Users\Admin\Desktop\sketch_jun09a\sketch_jun09a.ino:2:0: C:\Users\Admin\Documents\Arduino\libraries\NewLiquidCrystal_lib/LiquidCrystal_I2C.h:65:4: note: initializing argument 3 of 'LiquidCrystal_I2C::LiquidCrystal_I2C(uint8_t, uint8_t, t_backlightPol)' LiquidCrystal_I2C (uint8_t lcd_Addr, uint8_t backlighPin, t_backlightPol pol); ^ In function 'global constructors keyed to 65535_0_sketch_jun09a.ino.cpp.o': lto1.exe: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. lto-wrapper.exe: fatal error: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\tools\avr/bin/avr-gcc returned 1 exit status compilation terminated. c:/program files/windowsapps/arduinollc.arduinoide_1.8.21.0_x86__mdqgnx93n4wtt/hardware/tools/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/bin/ld.exe: error: lto-wrapper failed collect2.exe: error: ld returned 1 exit status exit status 1 |
|
이전글 | 버튼을 눌렀을때 대략 5초동안 DC모터를 동작시켰다가 멈추고 싶은데 어떤 함수를 사용해야 ... | 2019-06-09 |
다음글 | 아두이노 로라 초소형 제품 질문드립니다.... | 2019-06-10 |