Development, Hello World compile for Enigma2

Quote:
christophe@stefan2l:~$ cd openpli
christophe@stefan2l:~/openpli$ cd build-dm8000/
christophe@stefan2l:~/openpli/build-dm8000$ source env.source
christophe@stefan2l:~/openpli/build-dm8000$ bitbake devshell
Loading cache: 100% |##############################################| ETA: 00:00:00
Loaded 7410 entries from dependency cache.
Parsing recipes: 100% |##############################################| ETA: 00:00:00
Parsing of 7650 .bb files complete (6778 cached, 872 parsed). 8301 targets, 357 skipped, 2 masked, 0 errors.
WARNING: No bb files matched BBFILE_PATTERN_overlay '/home/christophe/openpli/local'

Build Configuration:
BB_VERSION = "1.12.0"
METADATA_BRANCH = "master"
METADATA_REVISION = "b65021f"
TARGET_ARCH = "mipsel"
TARGET_OS = "linux"
MACHINE = "dm8000"
DISTRO = "openpli"
DISTRO_VERSION = "2.1"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 532 tasks of which 532 didn't need to be rerun and 0 failed.
christophe@stefan2l:~/openpli/build-dm8000$ cd HelloWorld/
christophe@stefan2l:~/openpli/build-dm8000/HelloWorld$ . ~/openpli/build-dm8000/tmp/deploy/addons/mipsel-oe-linux-openpli-dm8000-devshell
bash: alias: `./configure': invalid alias name
[OE::mipsel-oe-linux-openpli-dm8000]:~/openpli/build-dm8000$ $CC hello.c -o hello_world
[OE::mipsel-oe-linux-openpli-dm8000]:~/openpli/build-dm8000$
_________________________