Commit Graph
5 Commits
Author SHA1 Message Date
Russel Winder 5974a327d0 Various changes post sorting out some of the issues regarding task ordering.
test0 cannot be the first task in the list as it must have a prior physical_base.lds in order to create test_exec_linker.lds.
mm0 appears to have to precede fs0 for the tests to execute on start.  This should be considered a bug.
2009-08-30 10:12:12 +01:00
Russel Winder 1abd05764f Move the linker scripts out of the header file directory. 2009-08-29 18:18:25 +01:00
Russel Winder 98ca32779c Make using the task order file work again.
There are serious problems with the build in that the link order is crucial and should not be.
2009-08-29 12:35:29 +01:00
Russel Winder 68f2990885 Return the compilation products from the containers build so they get loaded in. 2009-08-29 08:24:56 +01:00
Russel Winder 5987773f3c First attempt at splitting out the containers build from the SConstruct.
This creates a runnable final.axf, but the load is not correct and the tests fail to execute.
2009-08-29 08:07:50 +01:00