Set EMBEDDED_TARGET=0 on config.mk for compiling the demo app
authorqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 19 Jun 2008 15:47:17 +0000 (15:47 +0000)
committerqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 19 Jun 2008 15:47:17 +0000 (15:47 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1481 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/config.mk

index 59997014c6af2d57097d6cdffbd586d66a972a07..b21b2c1f96210576eff3606c293eabee5a6797b3 100644 (file)
@@ -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