Open hiazmani opened 3 years ago
Hello,
I get errors from the linker whenever I try to compile the provided code on Linux with the commands in the Readme:
The compiler seems to complain (on 24.000+ occasions) that something is already defined somewhere else. Am I doing something wrong?
error.log
In SRC/Makefile, replace CFLAGS = -O3 -Wall -I$(IDIR) -D$(TREE_TYPE) -g with CFLAGS = -O3 -Wall -I$(IDIR) -D$(TREE_TYPE) -g -fcommon
CFLAGS = -O3 -Wall -I$(IDIR) -D$(TREE_TYPE) -g
CFLAGS = -O3 -Wall -I$(IDIR) -D$(TREE_TYPE) -g -fcommon
Hello,
I get errors from the linker whenever I try to compile the provided code on Linux with the commands in the Readme:
The compiler seems to complain (on 24.000+ occasions) that something is already defined somewhere else. Am I doing something wrong?
error.log