Nowe posty

xx Dystrybucja pod HP Omen (6)
2024-03-27, 23:30:08
xx [Poradnik] Wyszukiwanie Sterowników (2)
2024-03-27, 21:08:23
lamp Problem z Linux Lite po instalacji (0)
2024-03-27, 19:50:30
xx Ile pingwinów? (1)
2024-03-27, 08:59:24
xx konfiguracja pale moon (0)
2024-03-24, 21:53:42
xx Plasma 6 w Neonie ssie trochę mniej ... (10)
2024-03-23, 02:38:11
xx problem z instalacja sterowników do karty sieciowej (3)
2024-03-18, 18:10:16
xx Plik abc.001 (1)
2024-03-17, 17:48:27
xx Zlecę dopracowanie programu w MatLab (0)
2024-03-13, 15:28:40
xx Linux Mint 21.3 XFCE brak dźwieku po paru minutach (karta muzyczna zintegrowana) (5)
2024-03-12, 23:07:01

Autor Wątek: Kompilacja kernel'a  (Przeczytany 1740 razy)

Małolat

  • Gość
Kompilacja kernel'a
« dnia: 2005-06-17, 11:37:22 »
Zainstalowałem se sobie kdevelop\\'a 3.2.0 (mam kde 3.4) wszystko pięknie wybieram c/c++ i nie chce mi się odpalić. nic się nie włącza prócz wielojęzyczność i projektowanie interfejsu. Co mam robić? (debian sarge pakiety unstable z kde 3.4)

bergo

  • Gość
Kompilacja kernel'a
« Odpowiedź #1 dnia: 2005-06-18, 01:50:44 »
> (debian sarge pakiety unstable z kde 3.4)

Sprawdź sobie na www.slowniki.onet.pl co znaczy unstable.

Pozdrawiam,
Bergo

Małolat

  • Gość
Kompilacja kernel'a
« Odpowiedź #2 dnia: 2005-06-18, 10:46:08 »
2005-06-18 01:50:44 bergo napisał:

> > (debian sarge pakiety unstable z kde 3.4)
 >
 > Sprawdź sobie na www.slowniki.onet.pl co znaczy unstable.

Wiem co to znaczy unstable ale widać że ty nie masz debiana

Jishak

  • Gość
Kompilacja kernel'a
« Odpowiedź #3 dnia: 2005-06-16, 22:09:54 »
Witam.
Mam Debian'a. Aktualny kernel: 2.4.18-bf.
Chce szybko skompilowac nowego, wiec uzylem .config'a.
Zmienilem moduly dotyczace SCSI, bo mam nagrywarke.
I...

debian:/Otwarte/Kernel/linux# make-kpkg --revision v0.1 kernel_image
Please ignore the warning about overriding and ignoring targets above.
These are harmless. They are only invoked in a part of the process
that tries to snarf variable values for the conf.vars file.
echo done >  stamp-configure
test -f stamp-configure || /usr/bin/make -f /usr/share/kernel-package/rules configure
/usr/bin/make    ARCH=i386
                     bzImage
make[1]: Entering directory `/Otwarte/Kernel/linux'
gcc -D__KERNEL__ -I/Otwarte/Kernel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686   -DKBUILD_BASENAME=main -c -o init/main.o init/main.c
. scripts/mkversion > .tmpversion
gcc -D__KERNEL__ -I/Otwarte/Kernel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -DUTS_MACHINE='"i386"' -DKBUILD_BASENAME=version -c-o init/version.o init/version.c
/usr/bin/make CFLAGS="-D__KERNEL__ -I/Otwarte/Kernel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 " -C  kernel
make[2]: Entering directory `/Otwarte/Kernel/linux/kernel'
/usr/bin/make all_targets
make[3]: Entering directory `/Otwarte/Kernel/linux/kernel'
gcc -D__KERNEL__ -I/Otwarte/Kernel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686   -DKBUILD_BASENAME=ksyms  -DEXPORT_SYMTAB -c ksyms.c
In file included from ksyms.c:50:
/Otwarte/Kernel/linux/include/asm/checksum.h:72:30: missing terminating " character
In file included from ksyms.c:50:
/Otwarte/Kernel/linux/include/asm/checksum.h: In function `ip_fast_csum':
/Otwarte/Kernel/linux/include/asm/checksum.h:73: error: syntax error before "movl"
/Otwarte/Kernel/linux/include/asm/checksum.h:75:17: invalid suffix "f" on integer constant
/Otwarte/Kernel/linux/include/asm/checksum.h:82:17: invalid suffix "b" on integer constant
/Otwarte/Kernel/linux/include/asm/checksum.h:90:13: missing terminating " character
/Otwarte/Kernel/linux/include/asm/checksum.h:105:17: missing terminating " character
/Otwarte/Kernel/linux/include/asm/checksum.h: In function `csum_fold':
/Otwarte/Kernel/linux/include/asm/checksum.h:106: error: syntax error before "addl"
/Otwarte/Kernel/linux/include/asm/checksum.h:108:17: missing terminating " character
/Otwarte/Kernel/linux/include/asm/checksum.h:121:13: missing terminating " character
/Otwarte/Kernel/linux/include/asm/checksum.h: In function `csum_tcpudp_nofold':
/Otwarte/Kernel/linux/include/asm/checksum.h:122: error: syntax error before "addl"
/Otwarte/Kernel/linux/include/asm/checksum.h:126:9: missing terminating " character
/Otwarte/Kernel/linux/include/asm/checksum.h:128: error: `__x' undeclared (first use in this function)
/Otwarte/Kernel/linux/include/asm/checksum.h:128: error: (Each undeclared identifier is reported only once
/Otwarte/Kernel/linux/include/asm/checksum.h:128: error: for each function it appears in.)
/Otwarte/Kernel/linux/include/asm/checksum.h: At top level:
/Otwarte/Kernel/linux/include/asm/checksum.h:128: error: syntax error before ')' token
/Otwarte/Kernel/linux/include/asm/checksum.h:161:17: missing terminating " character
/Otwarte/Kernel/linux/include/asm/checksum.h: In function `csum_ipv6_magic':
/Otwarte/Kernel/linux/include/asm/checksum.h:162: error: syntax error before "addl"
/Otwarte/Kernel/linux/include/asm/checksum.h:173:17: missing terminating " character
/Otwarte/Kernel/linux/include/asm/checksum.h:176: error: `__x' undeclared (first use in this function)
/Otwarte/Kernel/linux/include/asm/checksum.h:176: warning: no return statement in function returning non-void
/Otwarte/Kernel/linux/include/asm/checksum.h: At top level:
/Otwarte/Kernel/linux/include/asm/checksum.h:176: error: syntax error before ')' token
/Otwarte/Kernel/linux/include/asm/checksum.h:176: error: syntax error before "__u32"
make[3]: *** [ksyms.o] Błąd 1
make[3]: Leaving directory `/Otwarte/Kernel/linux/kernel'
make[2]: *** [first_rule] Błąd 2
make[2]: Leaving directory `/Otwarte/Kernel/linux/kernel'
make[1]: *** [_dir_kernel] Błąd 2
make[1]: Leaving directory `/Otwarte/Kernel/linux'
make: *** [stamp-build] Błąd 2

guzzi1

  • Gość
Kompilacja kernel'a
« Odpowiedź #4 dnia: 2005-06-20, 21:52:01 »
2005-06-16 22:09:54 Jishak napisał:

> Witam.
 > Mam Debian'a. Aktualny kernel: 2.4.18-bf.
 > Chce szybko skompilowac nowego, wiec uzylem .config'a.
 > Zmienilem moduly dotyczace SCSI, bo mam nagrywarke.
 > I...
 >
 > debian:/Otwarte/Kernel/linux# make-kpkg --revision v0.1 kernel_image
 
w tym v0.1 zamiast 0 daj dużą literę "O"

fedora

  • Gość
Kompilacja kernel'a
« Odpowiedź #5 dnia: 2007-01-07, 13:30:16 »
2005-06-16 22:09:54 Jishak napisał:

> Witam.
 > Mam Debian'a. Aktualny kernel: 2.4.18-bf.
 > Chce szybko skompilowac nowego, wiec uzylem .config'a.
 > Zmienilem moduly dotyczace SCSI, bo mam nagrywarke.
 > I...
 >
 > debian:/Otwarte/Kernel/linux# make-kpkg --revision v0.1 kernel_image
 > Please ignore the warning about overriding and ignoring targets above.
 > These are harmless. They are only invoked in a part of the process
 > that tries to snarf variable values for the conf.vars file.
 > echo done >  stamp-configure
 > test -f stamp-configure || /usr/bin/make -f /usr/share/kernel-package/rules configure
 > /usr/bin/make    ARCH=i386
 >                      bzImage
 > make[1]: Entering directory `/Otwarte/Kernel/linux'
 > gcc -D__KERNEL__ -I/Otwarte/Kernel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2
 > -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
 > -march=i686   -DKBUILD_BASENAME=main -c -o init/main.o init/main.c
 > . scripts/mkversion > .tmpversion
 > gcc -D__KERNEL__ -I/Otwarte/Kernel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2
 > -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
 > -march=i686  -DUTS_MACHINE='"i386"' -DKBUILD_BASENAME=version -c-o init/version.o
 > init/version.c
 > /usr/bin/make CFLAGS="-D__KERNEL__ -I/Otwarte/Kernel/linux/include -Wall
 > -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
 > -pipe -mpreferred-stack-boundary=2 -march=i686 " -C  kernel
 > make[2]: Entering directory `/Otwarte/Kernel/linux/kernel'
 > /usr/bin/make all_targets
 > make[3]: Entering directory `/Otwarte/Kernel/linux/kernel'
 > gcc -D__KERNEL__ -I/Otwarte/Kernel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2
 > -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
 > -march=i686   -DKBUILD_BASENAME=ksyms  -DEXPORT_SYMTAB -c ksyms.c
 > In file included from ksyms.c:50:
 > /Otwarte/Kernel/linux/include/asm/checksum.h:72:30: missing terminating " character
 > In file included from ksyms.c:50:
 > /Otwarte/Kernel/linux/include/asm/checksum.h: In function `ip_fast_csum':
 > /Otwarte/Kernel/linux/include/asm/checksum.h:73: error: syntax error before "movl"
 > /Otwarte/Kernel/linux/include/asm/checksum.h:75:17: invalid suffix "f" on integer
 > constant
 > /Otwarte/Kernel/linux/include/asm/checksum.h:82:17: invalid suffix "b" on integer
 > constant
 > /Otwarte/Kernel/linux/include/asm/checksum.h:90:13: missing terminating " character
 > /Otwarte/Kernel/linux/include/asm/checksum.h:105:17: missing terminating " character
 > /Otwarte/Kernel/linux/include/asm/checksum.h: In function `csum_fold':
 > /Otwarte/Kernel/linux/include/asm/checksum.h:106: error: syntax error before "addl"
 > /Otwarte/Kernel/linux/include/asm/checksum.h:108:17: missing terminating " character
 > /Otwarte/Kernel/linux/include/asm/checksum.h:121:13: missing terminating " character
 > /Otwarte/Kernel/linux/include/asm/checksum.h: In function `csum_tcpudp_nofold':
 > /Otwarte/Kernel/linux/include/asm/checksum.h:122: error: syntax error before "addl"
 > /Otwarte/Kernel/linux/include/asm/checksum.h:126:9: missing terminating " character
 > /Otwarte/Kernel/linux/include/asm/checksum.h:128: error: `__x' undeclared (first use in this
 > function)
 > /Otwarte/Kernel/linux/include/asm/checksum.h:128: error: (Each undeclared identifier is
 > reported only once
 > /Otwarte/Kernel/linux/include/asm/checksum.h:128: error: for each function it appears in.)
 > /Otwarte/Kernel/linux/include/asm/checksum.h: At top level:
 > /Otwarte/Kernel/linux/include/asm/checksum.h:128: error: syntax error before ')' token
 > /Otwarte/Kernel/linux/include/asm/checksum.h:161:17: missing terminating " character
 > /Otwarte/Kernel/linux/include/asm/checksum.h: In function `csum_ipv6_magic':
 > /Otwarte/Kernel/linux/include/asm/checksum.h:162: error: syntax error before "addl"
 > /Otwarte/Kernel/linux/include/asm/checksum.h:173:17: missing terminating " character
 > /Otwarte/Kernel/linux/include/asm/checksum.h:176: error: `__x' undeclared (first use in this
 > function)
 > /Otwarte/Kernel/linux/include/asm/checksum.h:176: warning: no return statement in function
 > returning non-void
 > /Otwarte/Kernel/linux/include/asm/checksum.h: At top level:
 > /Otwarte/Kernel/linux/include/asm/checksum.h:176: error: syntax error before ')' token
 > /Otwarte/Kernel/linux/include/asm/checksum.h:176: error: syntax error before "__u32"
 > make[3]: *** [ksyms.o] Błąd 1
 > make[3]: Leaving directory `/Otwarte/Kernel/linux/kernel'
 > make[2]: *** [first_rule] Błąd 2
 > make[2]: Leaving directory `/Otwarte/Kernel/linux/kernel'
 > make[1]: *** [_dir_kernel] Błąd 2
 > make[1]: Leaving directory `/Otwarte/Kernel/linux'
 > make: *** [stamp-build] Błąd 2
 >
 >
szukaj odpowiedzi tutaj: www.google.pl