Linux PARISC architecture development
 help / color / mirror / Atom feed
* Re: [parisc-linux] Building my first kernel
@ 2002-06-06  3:34 marc 
  2002-06-06  3:46 ` Carlos O'Donell Jr.
  0 siblings, 1 reply; 8+ messages in thread
From: marc  @ 2002-06-06  3:34 UTC (permalink / raw)
  To: marc, Carlos O'Donell Jr.; +Cc: parisc-linux

Call me crazy, but I cannot get this to work. There doesn't seem
to be a 'palo' target for make. When I run make palo it just
runs the make all (below are the first few lines).

Any Ideas?

seki:/usr/src/kernel-source-2.4.18-hppa# make palo
. scripts/mkversion > .tmpversion
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.18-hppa/include -Wall -Wstrict-pro
totypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
 -D__linux__ -pipe -fno-strength-reduce -mno-space-regs -mfast-indirect-calls -m
disable-fpregs -ffunction-sections -march=1.1 -mschedule=7100  -DUTS_MACHINE='"p
arisc"' -c -o init/version.o init/version.c
make CFLAGS="-D__KERNEL__ -I/usr/src/kernel-source-2.4.18-hppa/include -Wall -Ws
trict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -f
no-common -D__linux__ -pipe -fno-strength-reduce -mno-space-regs -mfast-indirect
-calls -mdisable-fpregs -ffunction-sections -march=1.1 -mschedule=7100 " -C  ker
nel
make[1]: Entering directory `/usr/src/kernel-source-2.4.18-hppa/kernel'
make all_targets
make[2]: Entering directory `/usr/src/kernel-source-2.4.18-hppa/kernel'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/kernel-source-2.4.18-hppa/kernel'
make[1]: Leaving directory `/usr/src/kernel-source-2.4.18-hppa/kernel'
make CFLAGS="-D__KERNEL__ -I/usr/src/kernel-source-2.4.18-hppa/include -Wall -Ws
trict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -f
no-common -D__linux__ -pipe -fno-strength-reduce -mno-space-regs -mfast-indirect
-calls -mdisable-fpregs -ffunction-sections -march=1.1 -mschedule=7100 " -C  dri
vers

---------- Original Message ----------------------------------
From: "Carlos O'Donell Jr." <carlos@baldric.uwo.ca>
Date:  Wed, 5 Jun 2002 22:26:52 -0400

>> I'm trying to build the 2.4.18 kernel, and everything goes great
>> until I get to the `make bzImage` part and it screams about palo.
>> I'm assuming I need the palo source. is this right??
>> 
>> -Marc
>>
>
>Yup.
>
>$SRC-TREE--|
>           |--- /linux
>           |
>           |--- /palo
>
>cd linux;
>make oldconfig;
>make menuconfig; (Fiddle)
>make dep;
>make palo;
>
>This puts the required lifimage in $SRC-TREE/palo
>
>c.
>
>

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [parisc-linux] Building my first kernel
@ 2002-06-06 14:58 marc 
  0 siblings, 0 replies; 8+ messages in thread
From: marc  @ 2002-06-06 14:58 UTC (permalink / raw)
  To: marc, Carlos O'Donell Jr., Helge Deller; +Cc: parisc-linux

ok, so set CVSROOT=:pserver:anonymous@cvs.parisc-linux.org:/var/cvs 
and then do a:

  cd /usr/src
  cvs checkout linux
  cvs checkout palo


am i right?

-Marc

---------- Original Message ----------------------------------
From: Helge Deller <deller@gmx.de>
Date:  Thu, 6 Jun 2002 09:19:20 +0200

>Hi Marc,
>
>Go to
>http://cvs.parisc-linux.org/
>and check out the linux and palo directories with an anonymous account.
>Then build your linux kernel from the linux directory.
>
>Greetings,
>Helge
>
>On Thursday 06 June 2002 06:39, marc  wrote:
>> i did:
>>
>>    apt-get install kernel-source-2.4.18-hppa
>>
>> ---------- Original Message ----------------------------------
>> From: "Carlos O'Donell Jr." <carlos@baldric.uwo.ca>
>> Date:  Wed, 5 Jun 2002 23:46:37 -0400
>>
>> >> Call me crazy, but I cannot get this to work. There doesn't seem
>> >> to be a 'palo' target for make. When I run make palo it just
>> >> runs the make all (below are the first few lines).
>> >>
>> >> Any Ideas?
>> >
>> >How did you get the source tree for linux and palo?
>> >
>> >c.
>
>

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [parisc-linux] Building my first kernel
@ 2002-06-06  9:06 Kenneth Westelinck
  0 siblings, 0 replies; 8+ messages in thread
From: Kenneth Westelinck @ 2002-06-06  9:06 UTC (permalink / raw)
  To: carlos, marc; +Cc: parisc-linux

Hi,

For what it's worth.

I always build my kernel the i386 way:
make menuconfig
make dep clean bzImage

I always use the nightly snapshots available from ftp.parisc-linux.org/cvs/ 
.


regards,

Kenneth
>From: "Carlos O'Donell Jr." <carlos@baldric.uwo.ca>
>To: marc <marc@centraltx.com>
>CC: parisc-linux@lists.parisc-linux.org
>Subject: Re: [parisc-linux] Building my first kernel
>Date: Wed, 5 Jun 2002 22:26:52 -0400
>
> > I'm trying to build the 2.4.18 kernel, and everything goes great
> > until I get to the `make bzImage` part and it screams about palo.
> > I'm assuming I need the palo source. is this right??
> >
> > -Marc
> >
>
>Yup.
>
>$SRC-TREE--|
>            |--- /linux
>            |
>            |--- /palo
>
>cd linux;
>make oldconfig;
>make menuconfig; (Fiddle)
>make dep;
>make palo;
>
>This puts the required lifimage in $SRC-TREE/palo
>
>c.
>
>
>_______________________________________________
>parisc-linux mailing list
>parisc-linux@lists.parisc-linux.org
>http://lists.parisc-linux.org/mailman/listinfo/parisc-linux


enjoy life, enjoy linux,

Kenneth

_________________________________________________________________
Verzend en ontvang Hotmail via je mobieltje: http://mobile.msn.com

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [parisc-linux] Building my first kernel
@ 2002-06-06  4:39 marc 
  2002-06-06  7:19 ` Helge Deller
  0 siblings, 1 reply; 8+ messages in thread
From: marc  @ 2002-06-06  4:39 UTC (permalink / raw)
  To: marc, Carlos O'Donell Jr.; +Cc: parisc-linux

i did:

   apt-get install kernel-source-2.4.18-hppa

---------- Original Message ----------------------------------
From: "Carlos O'Donell Jr." <carlos@baldric.uwo.ca>
Date:  Wed, 5 Jun 2002 23:46:37 -0400

>> Call me crazy, but I cannot get this to work. There doesn't seem
>> to be a 'palo' target for make. When I run make palo it just
>> runs the make all (below are the first few lines).
>> 
>> Any Ideas?
>>
>
>How did you get the source tree for linux and palo?
>
>c. 
>

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [parisc-linux] Building my first kernel
@ 2002-06-06  1:16 marc 
  2002-06-06  2:26 ` Carlos O'Donell Jr.
  0 siblings, 1 reply; 8+ messages in thread
From: marc  @ 2002-06-06  1:16 UTC (permalink / raw)
  To: parisc-linux

I'm trying to build the 2.4.18 kernel, and everything goes great
until I get to the `make bzImage` part and it screams about palo.
I'm assuming I need the palo source. is this right??

-Marc

seki:/usr/src/kernel-source-2.4.18-hppa# make bzImage

.... snip ....

`gcc -print-libgcc-file-name` /usr/src/kernel-source-2.4.18-hppa/arch/parisc/lib
/lib.a /usr/src/kernel-source-2.4.18-hppa/lib/lib.a  \
        --end-group \
        -o vmlinux
nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw] \)\|\(\.\.ng$\)\|\(LASH[R
L]DI\)' | sort > System.map
export TOPDIR=`pwd`; \
unset STRIP LDFLAGS CPP CPPFLAGS AFLAGS CFLAGS CC LD; cd ../palo && make lifimag
e
/bin/sh: cd: ../palo: No such file or directory
make: *** [palo] Error 1
seki:/usr/src/kernel-source-2.4.18-hppa#

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-06-06 15:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-06  3:34 [parisc-linux] Building my first kernel marc 
2002-06-06  3:46 ` Carlos O'Donell Jr.
  -- strict thread matches above, loose matches on Subject: below --
2002-06-06 14:58 marc 
2002-06-06  9:06 Kenneth Westelinck
2002-06-06  4:39 marc 
2002-06-06  7:19 ` Helge Deller
2002-06-06  1:16 marc 
2002-06-06  2:26 ` Carlos O'Donell Jr.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox