Building the first project, Building the default project, Chapter 4 building the first project – Digi 9P 9360/9750 User Manual

Page 29: Step 1: run configure, Example

Advertising
background image

2 9

B u i l d i n g t h e F i r s t P r o j e c t

Building the First Project

C

H

A

P

T

E

R

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

...

Advertising