User Guide
29
Building the First Project
Building the First Project
CHAPTER 4
Building the Default Project
Until now you have worked with the pre-loaded, default kernel image on the target. The
next step is to rebuild it on your development host PC to familiarize yourself with the
build process.
Step 1: Run configure
Start a new shell and change into your LxNETES installation directory.
Create a new directory underneath and change to that directory.
Then execute configure for your platform to configure your project.
Example:
This configures your project for the default platform. If you want to configure another
platform, you have to specify it as a parameter to the configure script, for example
The names for available platform:
ConnectCore 9P 9360: cc9p9360dev
~$ cd $HOME/LxNETES-3.2
~/LxNETES-3.2$ mkdir build
~/LxNETES-3.2$ cd build
~/LxNETES-3.2/build$ ../configure
checking whether make sets $(MAKE)... yes
...
~/LxNETES-3.2/build$ ../configure --enable-platform=cc9p9750dev
checking whether make sets $(MAKE)... yes
...










