From c49c1c09025be9fb5d657ce37d16598a6aaa7a9a Mon Sep 17 00:00:00 2001 From: nvt-se Date: Wed, 12 Sep 2007 12:39:31 +0000 Subject: [PATCH] Added default Linux settings. --- tools/cooja/examples/jni_test/build.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/cooja/examples/jni_test/build.xml b/tools/cooja/examples/jni_test/build.xml index 88c7f0849..7f8593218 100644 --- a/tools/cooja/examples/jni_test/build.xml +++ b/tools/cooja/examples/jni_test/build.xml @@ -10,9 +10,10 @@ the compilation and linking stage of the Contiki libraries. Below follows a number of configurations that work for different users. Linux users with the GNU toolchain may try: - COMPILER_ARGS = [PENDING] - LINK_COMMAND_1 = [PENDING] - LINK_COMMAND_2 = [PENDING] + COMPILER_ARGS = + LINK_COMMAND_1 = gcc -shared -Wl,-Map=$(MAPFILE) -o $(LIBFILE) + LINK_COMMAND_2 = + PARSE_WITH_NM=false Windows users with recent Cygwin may try: COMPILER_ARGS = -mno-cygwin -Wall -I'$(JAVA_HOME)/include' -I'$(JAVA_HOME)/include/win32'