mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Rearrange include path and linker script specification so as to get a successful compile.
Link not yet successful since physical_base.lds is not yet made.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
Import ( 'environment' )
|
||||
|
||||
e = environment.Clone ( )
|
||||
e.Append ( CPPPATH = [ 'include' , '#tasks/libl4/include' , '#tasks/libmem' , '#tasks/libposix/include' ] )
|
||||
e.Append ( LINKFLAGS = [ '-Ttasks/test0/include/linker.lds' ] )
|
||||
|
||||
objects = e.StaticObject ( Glob ( '*.c' ) + Glob ( 'src/*.c' ) )
|
||||
Depends ( objects , e['configFiles'] )
|
||||
|
||||
Reference in New Issue
Block a user