Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#75126 - 25/02/2002 20:37 First Kernel Build
peterk
journeyman

Registered: 28/11/2001
Posts: 87
Loc: California (Ex NZ)
Hi
I thought it was about time I rolled my first empeg app. I downloaded the toolchain skeleton and built the toolchain as instructed.

I downloaded the 2.0b11 kernel source from Marks site and untarred it. When I go to build it, it prompts me with the standard config questions [CODE_EXPERIMENTAL], [LOADABLE_MODULES] etc which, for this environment, I don't know the answers to.

Can anyone confirm that the defaults are correct (they don't look like they are), or perhaps post a config file.

Cheers
PeterK

FWIW dev environment debian(woody)

Top
#75127 - 25/02/2002 20:56 Re: First Kernel Build [Re: peterk]
xavyer
member

Registered: 19/12/1999
Posts: 117
Did you look in arch/arm/def-configs?
I think those configs are correct.


Edited by xavyer (25/02/2002 20:57)

Top
#75128 - 25/02/2002 20:59 Re: First Kernel Build [Re: peterk]
tonyc
carpal tunnel

Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
Copy arch/arm/def-configs/empeg-car2 to .config
_________________________
- Tony C
my empeg stuff

Top
#75129 - 25/02/2002 21:02 Re: First Kernel Build [Re: xavyer]
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
Yep, arch/arm/def-configs/ is where a default config file for the Mark 1, and a seperate one for the Mark 2 lay.

Simply copy it to the root of the kernel directory as .config, and run "make oldconfig". Also, don't worry about running "make modules".

Top
#75130 - 26/02/2002 12:56 Re: First Kernel Build [Re: drakino]
peterk
journeyman

Registered: 28/11/2001
Posts: 87
Loc: California (Ex NZ)
I posted a reply here earlier. I wonder what happened to it.....

Anyway, thanks for your responses. Kernel is built, now its time to test.

PeterK

Top