mirror of
https://github.com/drasko/codezero.git
synced 2026-07-12 10:24:12 +02:00
Includes the test_exec.axf in test0 elf file.
Cannot build test_exec.axf yet.
This commit is contained in:
@@ -19,6 +19,6 @@
|
|||||||
|
|
||||||
Import('environment', 'previousImage')
|
Import('environment', 'previousImage')
|
||||||
|
|
||||||
program = environment['buildTask']('test0', Glob('*.c') + Glob('src/*.c'), environment, previousImage, ['#tasks/libposix/include/posix'])
|
program = environment['buildTask']('test0', Glob('*.c') + Glob('*.S') + Glob('src/*.c'), environment, previousImage, ['#tasks/libposix/include/posix'])
|
||||||
|
|
||||||
Return('program')
|
Return('program')
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.section .testexec
|
.section .testexec
|
||||||
|
|
||||||
.align 4
|
.align 4
|
||||||
.incbin "test_exec.axf"
|
.incbin "./tasks/test0/test_exec.axf"
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
Reference in New Issue
Block a user