mirror of
https://github.com/drasko/codezero.git
synced 2026-01-18 13:53:16 +01:00
configuration_retrieve pending work done
This commit is contained in:
@@ -76,11 +76,7 @@ class AllContainerPacker:
|
||||
file_body += containers_lds_end
|
||||
f.write(file_body)
|
||||
|
||||
def pack_all(self):
|
||||
# TODO: Need to sort this, we cannot call it in global space
|
||||
# as configuration file is not presnt in beginning
|
||||
config = configuration_retrieve()
|
||||
|
||||
def pack_all(self, config):
|
||||
self.generate_container_lds(self.containers_lds_out)
|
||||
self.generate_container_S(self.containers_S_out)
|
||||
os.system(config.user_toolchain + "gcc " + "-nostdlib -o %s -T%s %s" \
|
||||
|
||||
Reference in New Issue
Block a user