Hello,
I am also trying to build codezero downloaded from the Git
repository.However I am getting the following error
-----------------------------------
Building the kernel...
scons: Reading SConscript files ...
scons: warning: The build_dir keyword has been deprecated; use the variant_dir
keyword instead.
File "/home/amit/Desktop/codezero/SConstruct", line 74, in <module>
scons: warning: The build_dir keyword has been deprecated; use the variant_dir
keyword instead.
File "/home/amit/Desktop/codezero/SConstruct", line 78, in <module>
scons: warning: The build_dir keyword has been deprecated; use the variant_dir
keyword instead.
File "/home/amit/Desktop/codezero/SConstruct", line 82, in <module>
scons: warning: The build_dir keyword has been deprecated; use the variant_dir
keyword instead.
File "/home/amit/Desktop/codezero/SConstruct", line 86, in <module>
scons: warning: Ignoring missing SConscript
'build/kernel/arch/arm/v7/SConscript'
File "/home/amit/Desktop/codezero/SConstruct", line 86, in <module>
TypeError: 'NoneType' object is not iterable:
File "/home/amit/Desktop/codezero/SConstruct", line 86:
build_dir = join(builddir, join(join('arch',arch), subarch)))
File "/usr/lib/python2.7/UserList.py", line 68:
self.data += list(other)
Building kernel failed...
-------------------------------------------
Thanks in advance,
Amit
_______________________________________________
codezero-devel mailing list
codezero-devel@lists.l4dev.org
http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org