mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 17:53:13 +01:00
Rename the linker script template to align the naming and avoid confusion.
This commit is contained in:
@@ -38,7 +38,7 @@ def createTestExecS(target, source, env):
|
|||||||
|
|
||||||
testTaskEnvironment = environment.Clone()
|
testTaskEnvironment = environment.Clone()
|
||||||
testTaskEnvironment.Append(CPPPATH=['#' + testTaskEnvironment['posixServicesDirectory'] +'/libposix/include/posix'])
|
testTaskEnvironment.Append(CPPPATH=['#' + testTaskEnvironment['posixServicesDirectory'] +'/libposix/include/posix'])
|
||||||
testExecLinkerScript = Command('#build/' + testTaskEnvironment['posixServicesDirectory'] +'/' + taskName + '/test_exec_linker.lds', ['linker.lds.in', testTaskEnvironment['physicalBaseLinkerScript']], createTestExecLinkerScript)
|
testExecLinkerScript = Command('#build/' + testTaskEnvironment['posixServicesDirectory'] +'/' + taskName + '/test_exec_linker.lds', ['test_exec_linker.lds.in', testTaskEnvironment['physicalBaseLinkerScript']], createTestExecLinkerScript)
|
||||||
testExecEnvironment = testTaskEnvironment.Clone()
|
testExecEnvironment = testTaskEnvironment.Clone()
|
||||||
testExecEnvironment.Append(LINKFLAGS=['-T' + testExecLinkerScript[0].path])
|
testExecEnvironment.Append(LINKFLAGS=['-T' + testExecLinkerScript[0].path])
|
||||||
testExec = testExecEnvironment.Program('test_exec', Glob('src/test_exec/*.[cS]'))
|
testExec = testExecEnvironment.Program('test_exec', Glob('src/test_exec/*.[cS]'))
|
||||||
|
|||||||
Reference in New Issue
Block a user