Skip to content

Does not compile under ubuntu linux #5

@filippsudanov

Description

@filippsudanov

When trying to compile under Ubuntu 15.10 by issuing "make" it produces a lot of error messages
"undefined reference to `std::...."

Changing from gcc to g++ in Makefile solves the problem:

CC=g++
INCLUDES=-I$(shell pwd)/include
CPPFLAGS=$(INCLUDES) -DVERSION="\"$(VERSION)\"" -DDEFAULT_GCODE_TYPE=emc

LD=g++
#LIBS=-lstdc++

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions