Contact me: hankecnc@gmail.com

修复 nuts_bolts.h 中重复的#415

推推 grbl 3年前 (2023-01-22) 255次浏览

对话

修复 nuts_bolts.h 中重复的#415

这些使用 avr-gcc/4.9.2-atmel3.5.4-arduino2 为我抛出编译器警告,因为它们已经在 arduino/hardware/avr/1.6.21/cores/arduino/Arduino.h 中定义

HorstBaerbel 添加了2 个提交 在4年前
修复 nuts_bolts.h 中重复的#415
贡献者

如果您正确地按照编译说明进行操作,则不会出现此重新定义错误。

修复 nuts_bolts.h 中重复的#415 chamnit 关闭了这个 2018 年 4 月 14 日
修复 nuts_bolts.h 中重复的#415

我正在使用 Ubuntu Linux (16.04 + 17.10) 并使用从 arduino.cc 下载的安装程序安装 Arduino。说明将我指向文件夹“/usr/share/arduino/libraries”,安装后该文件夹不存在。Arduino GUI 设置告诉我草图文件夹位于“/home/USERNAME/Arduino”中。这是刚安装的,我没有改变。
按照说明添加库自动复制到“/home/USERNAME/Arduino”。编译(警告设置为“标准”)grblUpload 示例给了我(很抱歉粘贴很长):

/home/USERNAME/Software/arduino-1.8.5/arduino-builder -dump-prefs -logger=machine -hardware /home/USERNAME/Software/arduino-1.8.5/hardware -hardware /home/USERNAME/.arduino15/ packages-hardware/home/USERNAME/Arduino/hardware-tools/home/USERNAME/Software/arduino-1.8.5/tools-builder-tools/home/USERNAME/Software/arduino-1.8.5/hardware/tools/avr-工具/home/USERNAME/.arduino15/packages-built-in-libraries/home/USERNAME/Software/arduino-1.8.5/libraries-libraries/home/USERNAME/Arduino/libraries-fqbn=arduino:avr:uno-ide -version=10805 -build-path /tmp/arduino_build_329641 -warnings=default -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=/home/USERNAME/.arduino15/packages/arduino/tools/avrdude /6.3.0-arduino9 -prefs=runtime.tools.avr-gcc.path=/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5。4-arduino2 -prefs=runtime.tools.arduinoOTA.path=/home/USERNAME/.arduino15/packages/arduino/tools/arduinoOTA/1.1.1 -verbose /home/USERNAME/Arduino/libraries/grbl/examples/grblUpload/ grblUpload.ino
/home/USERNAME/Software/arduino-1.8.5/arduino-builder -compile -logger=machine -hardware /home/USERNAME/Software/arduino-1.8.5/hardware -hardware /home/USERNAME/.arduino15/packages -硬件/home/USERNAME/Arduino/hardware-tools/home/USERNAME/Software/arduino-1.8.5/tools-builder-tools/home/USERNAME/Software/arduino-1.8.5/hardware/tools/avr-tools/ home/USERNAME/.arduino15/packages-内置库/home/USERNAME/Software/arduino-1.8.5/libraries-libraries/home/USERNAME/Arduino/libraries-fqbn=arduino:avr:uno-ide-version =10805 -build-path /tmp/arduino_build_329641 -warnings=default -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=/home/USERNAME/.arduino15/packages/arduino/tools/avrdude/6.3 .0-arduino9 -prefs=runtime.tools.avr-gcc.path=/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5。4-arduino2 -prefs=runtime.tools.arduinoOTA.path=/home/USERNAME/.arduino15/packages/arduino/tools/arduinoOTA/1.1.1 -verbose /home/USERNAME/Arduino/libraries/grbl/examples/grblUpload/ grblUpload.ino
使用文件夹中平台的“uno”板:/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21
使用文件夹中平台的核心“arduino”:/home/USERNAME/.arduino15/packages/arduino /hardware/avr/1.6.21 正在
检测使用的库…
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”- c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p – DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/variants/standard” “/tmp/arduino_build_329641/sketch/grblUpload.ino.cpp” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/tmp/arduino_build_329641/sketch/grblUpload.ino.cpp” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/coolant_control.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/eeprom.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/gcode.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/jog.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/limits.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/main.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/motion_control.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/nuts_bolts.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/planner.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/print.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/probe.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/protocol.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/report.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/serial.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/settings.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/spindle_control.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/stepper.c” -o “/dev/null”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/system.c” -o “/dev/null” 正在
生成函数原型…
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard ” “-I/home/USERNAME/Arduino/libraries/grbl” “/tmp/arduino_build_329641/sketch/grblUpload.ino.cpp” -o “/tmp/arduino_build_329641/preproc/ctags_target_for_gcc_minus_e.cpp”
“/home/USERNAME/Software/arduino-1.8.5/tools-builder/ctags/5.8-arduino11/ctags”-u –language-force=c++ -f – –c++-kinds=svpf –fields=KSTtzns –line-directives “/tmp/arduino_build_329641/preproc/ctags_target_for_gcc_minus_e.cpp”
Sketch wird kompiliert…
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/ Arduino/libraries/grbl” “/tmp/arduino_build_329641/sketch/grblUpload.ino.cpp” -o “/tmp/arduino_build_329641/sketch/grblUpload.ino.cpp.o”
在 /home/USERNAME/Arduino/libraries 包含的文件中/grbl/grbl.h:43:0,
来自/home/USERNAME/Arduino/libraries/grbl/examples/grblUpload/grblUpload.ino:27:
/home/USERNAME/Arduino/libraries/grbl/nuts_bolts.h:25:0: 警告:“false”重新定义
#define false 0
^
在 /home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 包含的文件中1.6.21/cores/arduino/Arduino.h:24:0,
来自
/tmp/arduino_build_329641/sketch/grblUpload.ino.cpp:1:/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/ 4.9.2-atmel3.5.4-arduino2/lib/gcc/avr/4.9.2/include/stdbool.h:42:0:注意:这是前面定义的位置
#define false false
^
在文件包含自 / home/USERNAME/Arduino/libraries/grbl/grbl.h:43:0,
来自
/home/USERNAME/Arduino/libraries/grbl/examples/grblUpload/grblUpload.ino:27:/home/USERNAME/Arduino/libraries/grbl /nuts_bolts.h:26:0: 警告:“真”重新定义
#define true 1
^
在 /home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino/Arduino.h:24:0 包含的文件中,
来自 /tmp/arduino_build_329641/sketch/grblUpload .ino.cpp:1:
/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/lib/gcc/avr/4.9.2/include/stdbool.h :43:0: 注意:这是前面定义的位置
#define true true
^
在 /home/USERNAME/Arduino/libraries/grbl/grbl.h:43:0 中包含的文件中,
来自 /home/USERNAME/Arduino /libraries/grbl/examples/grblUpload/grblUpload.ino:27:/home/USERNAME/Arduino/libraries/grbl/nuts_bolts.h:56:0
:警告:“max”重新定义
#define max(a,b) (( (a) > (b)) ? (a) : (b))
^
在 /tmp/arduino_build_329641/sketch/grblUpload.ino.cpp:1:0:/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino/Arduino.h:93 包含的文件
中:0: 注意:这是前面定义的位置
#define max(a,b) ((a)>(b)?(a):(b))
^
在 /home/USERNAME/Arduino/ 包含的文件中库/grbl/grbl.h:43:0,
来自
/home/USERNAME/Arduino/libraries/grbl/examples/grblUpload/grblUpload.ino:27:/home/USERNAME/Arduino/libraries/grbl/nuts_bolts.h:57 :0: 警告:“min”重新定义
#define min(a,b) (((a) < (b)) ? (a) : (b))
^
在 /tmp/arduino_build_329641/sketch/grblUpload 包含的文件中。 ino.cpp:1:0:
/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino/Arduino.h:92:0: 注意:这是前面定义的位置
#define min(a,b) ((a)<(b)?(a):(b))
^
在 /home/USERNAME/Arduino/libraries/grbl/grbl.h:43:0 包含的文件中,
来自 /home/USERNAME/Arduino/libraries /grbl/examples/grblUpload/grblUpload.ino:27:/home/USERNAME/Arduino/libraries/grbl/nuts_bolts.h:61:0
:警告:“bit”重新定义
#define bit(n) (1 << n)
^
在 /tmp/arduino_build_329641/sketch/grblUpload.ino.cpp:1:0:/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino/Arduino.h 包含的文件
中: 123:0: 注意:这是前面定义的位置
#define bit(b) (1UL <<(二))
^
编译库…
编译库“grbl”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g – os -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/. arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home /USERNAME/Arduino/libraries/grbl” “/home/USERNAME/Arduino/libraries/grbl/coolant_control.c” -o “/tmp/arduino_build_329641/libraries/grbl/coolant_control.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/eeprom.c” -o “/tmp/arduino_build_329641/libraries/grbl/eeprom.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/gcode.c” -o “/tmp/arduino_build_329641/libraries/grbl/gcode.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/jog.c” -o “/tmp/arduino_build_329641/libraries/grbl/jog.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/limits.c” -o “/tmp/arduino_build_329641/libraries/grbl/limits.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/main.c” -o “/tmp/arduino_build_329641/libraries/grbl/main.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/motion_control.c” -o “/tmp/arduino_build_329641/libraries/grbl/motion_control.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/nuts_bolts.c” -o “/tmp/arduino_build_329641/libraries/grbl/nuts_bolts.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/planner.c” -o “/tmp/arduino_build_329641/libraries/grbl/planner.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/print.c” -o “/tmp/arduino_build_329641/libraries/grbl/print.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/probe.c” -o “/tmp/arduino_build_329641/libraries/grbl/probe.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/protocol.c” -o “/tmp/arduino_build_329641/libraries/grbl/protocol.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/report.c” -o “/tmp/arduino_build_329641/libraries/grbl/report.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/serial.c” -o “/tmp/arduino_build_329641/libraries/grbl/serial.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/settings.c” -o “/tmp/arduino_build_329641/libraries/grbl/settings.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/spindle_control.c” -o “/tmp/arduino_build_329641/libraries/grbl/spindle_control.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/stepper.c” -o “/tmp/arduino_build_329641/libraries/grbl/stepper.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “-I/home/USERNAME/Arduino/libraries/grbl” ” /home/USERNAME/Arduino/libraries/grbl/system.c” -o “/tmp/arduino_build_329641/libraries/grbl/system.co”
编译核心…
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -x assembler-with-cpp -flto -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME /.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino/wiring_pulse.S” – o“/tmp/arduino_build_329641/core/wiring_pulse.So”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15/packages/arduino/hardware/ avr/1.6.21/cores/arduino/WInterrupts.c” -o “/tmp/arduino_build_329641/core/WInterrupts.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15/packages/arduino/hardware/ avr/1.6.21/cores/arduino/hooks.c” -o “/tmp/arduino_build_329641/core/hooks.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15/packages/arduino/hardware/ avr/1.6.21/cores/arduino/wiring.c” -o “/tmp/arduino_build_329641/core/wiring.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15/packages/arduino/hardware/ avr/1.6.21/cores/arduino/wiring_analog.c” -o “/tmp/arduino_build_329641/core/wiring_analog.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15/packages/arduino/hardware/ avr/1.6.21/cores/arduino/wiring_digital.c” -o “/tmp/arduino_build_329641/core/wiring_digital.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15/packages/arduino/hardware/ avr/1.6.21/cores/arduino/wiring_pulse.c” -o “/tmp/arduino_build_329641/core/wiring_pulse.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-c -g -Os -std=gnu11 -ffunction-sections – fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/ 1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15/packages/arduino/hardware/ avr/1.6.21/cores/arduino/wiring_shift.c” -o “/tmp/arduino_build_329641/core/wiring_shift.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/CDC.cpp” -o “/tmp/arduino_build_329641/core/CDC.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/HardwareSerial.cpp” -o “/tmp/arduino_build_329641/core/HardwareSerial.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/HardwareSerial0.cpp” -o “/tmp/arduino_build_329641/core/HardwareSerial0.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/HardwareSerial1.cpp” -o “/tmp/arduino_build_329641/core/HardwareSerial1.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/HardwareSerial2.cpp” -o “/tmp/arduino_build_329641/core/HardwareSerial2.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/HardwareSerial3.cpp” -o “/tmp/arduino_build_329641/core/HardwareSerial3.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/IPAddress.cpp” -o “/tmp/arduino_build_329641/core/IPAddress.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/PluggableUSB.cpp” -o “/tmp/arduino_build_329641/core/PluggableUSB.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/Print.cpp” -o “/tmp/arduino_build_329641/core/Print.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/Stream.cpp” -o “/tmp/arduino_build_329641/core/Stream.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/Tone.cpp” -o “/tmp/arduino_build_329641/core/Tone.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/USBCore.cpp” -o “/tmp/arduino_build_329641/core/USBCore.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/WMath.cpp” -o “/tmp/arduino_build_329641/core/WMath.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/WString.cpp” -o “/tmp/arduino_build_329641/core/WString.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/abi.cpp” -o “/tmp/arduino_build_329641/core/abi.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/main.cpp” -o “/tmp/arduino_build_329641/core/main.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++”-c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR “-I/home/USERNAME/.arduino15/packages /arduino/hardware/avr/1.6.21/cores/arduino” “-I/home/USERNAME/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/standard” “/home/USERNAME/.arduino15 /packages/arduino/hardware/avr/1.6.21/cores/arduino/new.cpp” -o “/tmp/arduino_build_329641/core/new.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/工具/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/wiring_pulse.So”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/WInterrupts.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/hooks.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4 -arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/wiring.co”
“/home/USERNAME/.arduino15/packages/arduino/tools /avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar”rcs”/tmp/arduino_build_329641/core/core.一个” “/tmp/arduino_build_329641/core/wiring_analog.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/wiring_digital.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/wiring_pulse.co”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4 -arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/wiring_shift.co”
“/home/USERNAME/.arduino15/packages/arduino/tools /avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar“rcs”/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/CDC.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/HardwareSerial.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar “ rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/HardwareSerial0.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2 -atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/HardwareSerial1.cpp.o”
“/home/USERNAME/.arduino15 /packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar“rcs”/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/HardwareSerial2.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/HardwareSerial3.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar “ rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/IPAddress.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2 -atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/PluggableUSB.cpp.o”
“/home/USERNAME/.arduino15 /packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar“rcs”/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/Print.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/Stream.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar “ rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/Tone.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2 -atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/USBCore.cpp.o”
“/home/USERNAME/.arduino15 /packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.一个” “/tmp/arduino_build_329641/core/WMath.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/WString.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar “ rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/abi.cpp.o”
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2 -atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/main.cpp.o”
“/home/USERNAME/.arduino15 /packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar” rcs “/tmp/arduino_build_329641/core/core.a” “/tmp/arduino_build_329641/core/new.cpp.o”
将所有内容链接在一起…
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc”-Os -g -flto -fuse-linker-plugin -Wl, –gc-sections -mmcu=atmega328p -o “/tmp/arduino_build_329641/grblUpload.ino.elf” “/tmp/arduino_build_329641/sketch/grblUpload.ino.cpp.o” “/tmp/arduino_build_329641/libraries/grbl/coolant_control .co” “/tmp/arduino_build_329641/libraries/grbl/eeprom.co” “/tmp/arduino_build_329641/libraries/grbl/gcode.co” “/tmp/arduino_build_329641/libraries/grbl/jog.co” “/tmp/arduino_build_329641 /libraries/grbl/limits.co” “/tmp/arduino_build_329641/libraries/grbl/main.co” “/tmp/arduino_build_329641/libraries/grbl/motion_control.co” “/tmp/arduino_build_329641/libraries/grbl/nuts_bolts.co “”/tmp/arduino_build_329641/libraries/grbl/planner.co” “/tmp/arduino_build_329641/libraries/grbl/print.co” “/tmp/arduino_build_329641/libraries/grbl/probe.co” “/tmp/arduino_build_329641/libraries/grbl /protocol.co” “/tmp/arduino_build_329641/libraries/grbl/report.co” “/tmp/arduino_build_329641/libraries/grbl/serial.co” “/tmp/arduino_build_329641/libraries/grbl/settings.co” “/tmp /arduino_build_329641/libraries/grbl/spindle_control.co” “/tmp/arduino_build_329641/libraries/grbl/stepper.co” “/tmp/arduino_build_329641/libraries/grbl/system.co” “/tmp/arduino_build_329641/core/core.a ” “-L/tmp/arduino_build_329641″ -lm/tmp/arduino_build_329641/libraries/grbl/probe.co” “/tmp/arduino_build_329641/libraries/grbl/protocol.co” “/tmp/arduino_build_329641/libraries/grbl/report.co” “/tmp/arduino_build_329641/libraries/grbl /serial.co” “/tmp/arduino_build_329641/libraries/grbl/settings.co” “/tmp/arduino_build_329641/libraries/grbl/spindle_control.co” “/tmp/arduino_build_329641/libraries/grbl/stepper.co” “/tmp /arduino_build_329641/libraries/grbl/system.co” “/tmp/arduino_build_329641/core/core.a” “-L/tmp/arduino_build_329641″ -lm/tmp/arduino_build_329641/libraries/grbl/probe.co” “/tmp/arduino_build_329641/libraries/grbl/protocol.co” “/tmp/arduino_build_329641/libraries/grbl/report.co” “/tmp/arduino_build_329641/libraries/grbl /serial.co” “/tmp/arduino_build_329641/libraries/grbl/settings.co” “/tmp/arduino_build_329641/libraries/grbl/spindle_control.co” “/tmp/arduino_build_329641/libraries/grbl/stepper.co” “/tmp /arduino_build_329641/libraries/grbl/system.co” “/tmp/arduino_build_329641/core/core.a” “-L/tmp/arduino_build_329641″ -lm/tmp/arduino_build_329641/libraries/grbl/settings.co” “/tmp/arduino_build_329641/libraries/grbl/spindle_control.co” “/tmp/arduino_build_329641/libraries/grbl/stepper.co” “/tmp/arduino_build_329641/libraries/grbl /system.co” “/tmp/arduino_build_329641/core/core.a” “-L/tmp/arduino_build_329641″ -lm/tmp/arduino_build_329641/libraries/grbl/settings.co” “/tmp/arduino_build_329641/libraries/grbl/spindle_control.co” “/tmp/arduino_build_329641/libraries/grbl/stepper.co” “/tmp/arduino_build_329641/libraries/grbl /system.co” “/tmp/arduino_build_329641/core/core.a” “-L/tmp/arduino_build_329641” -lm
“/home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-objcopy”-O ihex -j .eeprom –set-section-flags= .eeprom=alloc,load –no-change-warnings –change-section-lma .eeprom=0 “/tmp/arduino_build_329641/grblUpload.ino.elf” “/tmp/arduino_build_329641/grblUpload.ino.eep”
“/ home/USERNAME/.arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-objcopy” -O ihex -R .eeprom “/tmp/arduino_build_329641/grblUpload.ino。 elf” “/tmp/arduino_build_329641/grblUpload.ino.hex”
Bibliothek grbl im Ordner: /home/USERNAME/Arduino/libraries/grbl (legacy) wird verwendet
Der Sketch verwendet 30508 Bytes (94%) des Programmspeicherplatzes。Das 最大 sind 32256 字节。
Globale Variablen verwenden 1633 Bytes (79%) des dynamischen Speichers,415 Bytes für lokale Variablen verbleiben。Das 最大 sind 2048 字节。
Wenig Arbeitsspeicher verfügbar, es können Stabilitätsprobleme auftreten。

我究竟做错了什么?

修复 nuts_bolts.h 中重复的#415

@chamni你能详细说明我做错了什么吗?我只是按照说明操作…

免费注册 在 GitHub 上加入此对话。已有帐户? 登录评论
标签
还没有
项目

还没有

发展

成功合并此拉取请求可能会关闭这些问题。

还没有

2名参加者
修复 nuts_bolts.h 中重复的#415修复 nuts_bolts.h 中重复的#415

喜欢 (0)