You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling on a Raspberry Pi 3B. When I run make new I get the following error. Is there some dependencies or something I need to install before trying to compile?
cc -Wall -g -O3 -DF_CPU=16000000 -include config.h -I. -DPLAT_LINUX -o grbl_sim.exe grbl_interface.o ../protocol.o ../planner.o ../settings.o ../print.o ../nuts_bolts.o ../stepper.o ../gcode.o ../spindle_control.o ../motion_control.o ../limits.o ../coolant_control.o ../probe.o ../system.o ../jog.o ../main.o ../serial.o ../report.o main.o simulator.o serial.o util/delay.o util/floatunsisf.o platform_LINUX.o system_declares.o avr/interrupt.o avr/pgmspace.o avr/io.o avr/eeprom.o grbl_eeprom_extensions.o -lm -lrt -pthread
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/8/libgcc.a(_arm_addsubsf3.o): in function __aeabi_ui2f': (.text+0x19c): multiple definition of __floatunsisf'; util/floatunsisf.o:/home/pi/grbl/grbl/grbl-sim/util/floatunsisf.c:3: first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:56: main] Error 1
The text was updated successfully, but these errors were encountered:
Compiling on a Raspberry Pi 3B. When I run make new I get the following error. Is there some dependencies or something I need to install before trying to compile?
cc -Wall -g -O3 -DF_CPU=16000000 -include config.h -I. -DPLAT_LINUX -o grbl_sim.exe grbl_interface.o ../protocol.o ../planner.o ../settings.o ../print.o ../nuts_bolts.o ../stepper.o ../gcode.o ../spindle_control.o ../motion_control.o ../limits.o ../coolant_control.o ../probe.o ../system.o ../jog.o ../main.o ../serial.o ../report.o main.o simulator.o serial.o util/delay.o util/floatunsisf.o platform_LINUX.o system_declares.o avr/interrupt.o avr/pgmspace.o avr/io.o avr/eeprom.o grbl_eeprom_extensions.o -lm -lrt -pthread
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/8/libgcc.a(_arm_addsubsf3.o): in function
__aeabi_ui2f': (.text+0x19c): multiple definition of
__floatunsisf'; util/floatunsisf.o:/home/pi/grbl/grbl/grbl-sim/util/floatunsisf.c:3: first defined herecollect2: error: ld returned 1 exit status
make: *** [Makefile:56: main] Error 1
The text was updated successfully, but these errors were encountered: