From 4b4f34de5ffd5ccd065427d129f120aae300b7ca Mon Sep 17 00:00:00 2001 From: qwert Date: Thu, 19 Jun 2008 15:47:17 +0000 Subject: [PATCH] Set EMBEDDED_TARGET=0 on config.mk for compiling the demo app git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1481 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bertos/config.mk b/bertos/config.mk index 59997014..b21b2c1f 100644 --- a/bertos/config.mk +++ b/bertos/config.mk @@ -15,8 +15,8 @@ DPROG ?= -V -c stk500 -P /dev/ttyS0 # Set to 1 to build for embedded devices. # e.g. produce target.elf instead of target and target_nostrip -EMBEDDED_TARGET = 1 -#EMBEDDED_TARGET = 0 +#EMBEDDED_TARGET = 1 +EMBEDDED_TARGET = 0 OPTCFLAGS = -ffunction-sections -fdata-sections #OPTCFLAGS = -funsafe-loop-optimizations -- 2.25.1