comparison user/recipe.yaml @ 341:4d204f6f7d4e devel

Rewrite of assembler parts
author Windel Bouwman
date Fri, 28 Feb 2014 18:07:14 +0100
parents d1ecc493384e
children
comparison
equal deleted inserted replaced
340:c7cc54c0dfdf 341:4d204f6f7d4e
3 - link: 3 - link:
4 inputs: 4 inputs:
5 - compile: 5 - compile:
6 sources: [lib.c3, ipc.c3, hello.c3] 6 sources: [lib.c3, ipc.c3, hello.c3]
7 includes: [] 7 includes: []
8 machine: arm 8 machine: thumb
9 output: kernel.elf2 9 output: kernel.elf2
10 layout: 10 layout:
11 code: 0x0 11 code: 0x0
12 data: 0x20000000 12 data: 0x20000000
13 output: 'hello.bin' 13 output: 'hello.bin'