Hi Chen,
I did not completely reproduce your problem but from the information
you provided I think the problem is the layout of your repository
directories. The Genode build system kind of overlays all repos into
one virtual tree. So, targets under /src/ end up in the
root build directory as (see
. (examples)
|-- helloworld
| `-- src
| `-- app
| |-- main.cc
| `-- target.mk
`-- thread-migration
`-- src
`-- app
|-- 32
| `-- target.mk
|-- 64
| `-- target.mk
`-- main.cc
1. a) add a wrong sta
Hi Christian,
Problem is solved. Thank you!
Chen
-Original Message-
From: Christian Helmuth [mailto:christian.helm...@genode-labs.com]
Sent: Saturday, June 04, 2011 1:59 PM
To: genode-main@lists.sourceforge.net
Subject: Re: Current genode release
Hi,
please refer to the paragraph abou