From eee119de6a2bd0487e91daf69e7962351e2a3c9c Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 24 Jan 2011 18:23:01 +0100 Subject: Dummy software compiles; fixed a few linking issues. Also, most of the kernel syscalls are missing. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8de95f8..d875646 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET = demo.bin -LIBS = FreeRTOS/libFreeRTOS.a arch/libarch.a -lc os/libos.a +LIBS = -Wl,--start-group -lc FreeRTOS/libFreeRTOS.a arch/libarch.a os/libos.a -Wl,--end-group export ROOTDIR = $(CURDIR) -- cgit v1.2.3