1 | D:\Projekte\ct Fräse\grbl-GRBL-JOG_edge>make
|
2 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
3 | -MP -c grbl/main.c -o build/main.o
|
4 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
5 | -MP -c grbl/motion_control.c -o build/motion_control.o
|
6 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
7 | -MP -c grbl/gcode.c -o build/gcode.o
|
8 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
9 | -MP -c grbl/spindle_control.c -o build/spindle_control.o
|
10 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
11 | -MP -c grbl/coolant_control.c -o build/coolant_control.o
|
12 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
13 | -MP -c grbl/serial.c -o build/serial.o
|
14 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
15 | -MP -c grbl/protocol.c -o build/protocol.o
|
16 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
17 | -MP -c grbl/stepper.c -o build/stepper.o
|
18 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
19 | -MP -c grbl/eeprom.c -o build/eeprom.o
|
20 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
21 | -MP -c grbl/settings.c -o build/settings.o
|
22 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
23 | -MP -c grbl/planner.c -o build/planner.o
|
24 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
25 | -MP -c grbl/nuts_bolts.c -o build/nuts_bolts.o
|
26 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
27 | -MP -c grbl/limits.c -o build/limits.o
|
28 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
29 | -MP -c grbl/print.c -o build/print.o
|
30 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
31 | -MP -c grbl/probe.c -o build/probe.o
|
32 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
33 | -MP -c grbl/report.c -o build/report.o
|
34 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -MMD
|
35 | -MP -c grbl/system.c -o build/system.o
|
36 | avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega644 -I. -ffunction-sections -o bu
|
37 | ild/main.elf build/main.o build/motion_control.o build/gcode.o build/spindle_con
|
38 | trol.o build/coolant_control.o build/serial.o build/protocol.o build/stepper.o b
|
39 | uild/eeprom.o build/settings.o build/planner.o build/nuts_bolts.o build/limits.o
|
40 | build/print.o build/probe.o build/report.o build/system.o -lm -Wl,--gc-sections
|
41 |
|
42 | build/main.o: In function `main':
|
43 | main.c:(.text.main+0x46): undefined reference to `jog_init'
|
44 | build/protocol.o: In function `protocol_main_loop':
|
45 | protocol.c:(.text.protocol_main_loop+0x50): undefined reference to `jogging'
|
46 | make: *** [build/main.elf] Error 1
|