On Fri, 2011-09-23 at 14:25 +0200, Julien SIMONE wrote:
> Humm ok that was my first thought and you confirmed this.
>
> So if I what want to (and I have to) run 2 Hello World, I have to get the
> full sources from your git and try to configure this behaviour?
Yes, but we do not release sources
Here an answer from Amit about the toolkit ans its configuration :
Toolkit is basically a pre-configured system.
The container info that you see in config.cml file is passed to kernel,
which kernel uses for resource allocation. Incase of toolkit we have
configured system for one container o
On Fri, 2011-09-23 at 14:05 +0200, Julien SIMONE wrote:
> Thank you for your fast answers, that was my problem...I'm sorry I thought
> the copy was always well done...And now I would like to run 2 hello world on
> a Versatile Express emulated by Qemu so I think I have well configured the
> file
On Fri, 2011-09-23 at 13:36 +0200, Julien SIMONE wrote:
> Hi Amit,
>
> I'm using Python 2.6.
>
It looks like the error is due to the fact that you donot have
codezero/build/kernel.elf(KERNEL_ELF) file present.
When you install the toolkit, this file is present under
codezero/prebuilt/.
When you
>
> Traceback (most recent call last):
>
> File "./build.py", line 169, in
>
> main()
>
> File "./build.py", line 164, in main
>
> build_system(opts, args)
>
> File "./build.py", line 91, in build_system
>
> if(check_kernel_container_overlap()):
>
> File
> "/…/codezero
Hello,
I try to train myself on CodeZero configuration and I always get this
error :
Traceback (most recent call last):
File "./build.py", line 169, in
main()
File "./build.py", line 164, in main
build_system(opts, args)
File "./build.py", line 91, in build_system
i