diff user/build.xml @ 398:c0d9837acde8

x86 target refactor
author Windel Bouwman
date Thu, 29 May 2014 12:13:37 +0200
parents 6ae782a085e0
children 0fb6633c42f6
line wrap: on
line diff
--- a/user/build.xml	Thu May 29 10:47:28 2014 +0200
+++ b/user/build.xml	Thu May 29 12:13:37 2014 +0200
@@ -22,11 +22,16 @@
             includes="lib.c3;ipc.c3"
             target="arm"
             output="init.o"/>
+
         <link
             output="init"
             layout="app.mmap"
             target="arm"
-            objects="init.o;lib.o"/>
+            objects="init.o;lib.o" />
+
+        <objcopy objectfile="init"
+            imagename="flash"
+            output="init.bin" />
     </target>
 </project>