From: qwert Date: Thu, 19 Jun 2008 15:47:17 +0000 (+0000) Subject: Set EMBEDDED_TARGET=0 on config.mk for compiling the demo app X-Git-Tag: 2.0.0~453 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4b4f34de5ffd5ccd065427d129f120aae300b7ca;p=bertos.git 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 --- 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