Skip to content

Compile failure with Error 1 #27

@nickm324

Description

@nickm324

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions