From f305d443c3f6e4adfc1b1cfe37ff88d946ef5489 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Thu, 17 Sep 2009 18:10:38 +0300 Subject: [PATCH] Added forgotten files and fixed minor build errors --- SConstruct.loader | 3 +-- conts/linux/rootfs/rootfs.S | 4 ++++ scripts/__init__.py | 0 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 conts/linux/rootfs/rootfs.S create mode 100644 scripts/__init__.py diff --git a/SConstruct.loader b/SConstruct.loader index 854b0fd..fc63086 100644 --- a/SConstruct.loader +++ b/SConstruct.loader @@ -33,8 +33,7 @@ env = Environment(CC = 'arm-none-eabi-gcc', ASFLAGS = ['-D__ASSEMBLY__'], PROGSUFFIX = '.elf', ENV = {'PATH' : os.environ['PATH']}, - LIBS = ['gcc', 'c-baremetal', 'gcc'], - LIBPATH = [LIBC_LIBPATH, LIBELF_LIBPATH], + LIBS = ['gcc'], CPPPATH = ['#include', LIBC_INCPATH, LIBELF_INCPATH]) libc = SConscript('loader/libs/c/SConscript', \ diff --git a/conts/linux/rootfs/rootfs.S b/conts/linux/rootfs/rootfs.S new file mode 100644 index 0000000..91cab7d --- /dev/null +++ b/conts/linux/rootfs/rootfs.S @@ -0,0 +1,4 @@ + +.align 4 +.section .data +.incbin "rootfs.img" diff --git a/scripts/__init__.py b/scripts/__init__.py new file mode 100644 index 0000000..e69de29