[kernel] 2.4.9 met NTFS read compiled niet?

Pagina: 1
Acties:

  • alt-92
  • Registratie: Maart 2000
  • Niet online

alt-92

ye olde farte

Topicstarter
Heeft er al iemand een werkende 2.4.9 met NTFS read support enabled gecompiled?

Ik loop constant tegen een fout aan met compilen..
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
make[3]: Entering directory `/root/kernels/linux/fs/ntfs'
gcc -D__KERNEL__ -I/root/kernels/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -DNTFS_VERSION=\"1.1.16\"   -c -o fs.o fs.c
gcc -D__KERNEL__ -I/root/kernels/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -DNTFS_VERSION=\"1.1.16\"   -c -o sysctl.o sysctl.c
gcc -D__KERNEL__ -I/root/kernels/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -DNTFS_VERSION=\"1.1.16\"   -c -o support.o support.c
gcc -D__KERNEL__ -I/root/kernels/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -DNTFS_VERSION=\"1.1.16\"   -c -o util.o util.c
gcc -D__KERNEL__ -I/root/kernels/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -DNTFS_VERSION=\"1.1.16\"   -c -o inode.o inode.c
gcc -D__KERNEL__ -I/root/kernels/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -DNTFS_VERSION=\"1.1.16\"   -c -o dir.o dir.c
gcc -D__KERNEL__ -I/root/kernels/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -DNTFS_VERSION=\"1.1.16\"   -c -o super.o super.c
gcc -D__KERNEL__ -I/root/kernels/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -DNTFS_VERSION=\"1.1.16\"   -c -o attr.o attr.c
gcc -D__KERNEL__ -I/root/kernels/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -DNTFS_VERSION=\"1.1.16\"   -c -o unistr.o unistr.c
unistr.c: In function `ntfs_collate_names':
unistr.c:99: warning: implicit declaration of function `min'
unistr.c:99: parse error before `unsigned'
unistr.c:99: parse error before `)'
unistr.c:97: warning: `c1' might be used uninitialized in this function
unistr.c: At top level:
unistr.c:118: parse error before `if'
unistr.c:123: warning: type defaults to `int' in declaration of `c1'
unistr.c:123: `name1' undeclared here (not in a function)
unistr.c:123: warning: data definition has no type or storage class
unistr.c:124: parse error before `if'
make[3]: *** [unistr.o] Error 1
make[3]: Leaving directory `/root/kernels/linux/fs/ntfs'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/root/kernels/linux/fs/ntfs'
make[1]: *** [_subdir_ntfs] Error 2
make[1]: Leaving directory `/root/kernels/linux/fs'
make: *** [_dir_fs] Error 2

wat gaat hier mis?

ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device


Verwijderd

had k ook, hij compilde alleen als ik die eruit haalde

  • alt-92
  • Registratie: Maart 2000
  • Niet online

alt-92

ye olde farte

Topicstarter
Da's dan lekker, want in de changelog staat dat er bij pre3 een NTFS update is gedaan.

2.4.8 doet 't wel goed trouwens met NTFS, en sound van m'n laptop doet 't ook niet meer met 2.4.9 :(

Ik blijf nog wel even bij 2.4.8 dan...

ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device


  • Sjonny
  • Registratie: Maart 2001
  • Laatst online: 15:05

Sjonny

Fratser

ziet er uit als een typfout in die file.
'k heb nu ff geen tijd, moet zo naar bbq (lees: 30min op zwartgebrand vlees wachten >:) ), maar check de includes met de vorige versie van die file anders, moet je snelgenoeg de fout vinden.

The problem is in the part of your brain that handles intelligence.


  • alt-92
  • Registratie: Maart 2000
  • Niet online

alt-92

ye olde farte

Topicstarter
Mmmjah.. da's 'm nou net, ik heb wel 2.4.8 sources, maar voor NTFS hebben ze net een upgrade gedaan met 2.4.9.

ga het iig proberen.

[update]
De kernel mailinglist op http://uwsg.iu.edu/hypermail/linux/kernel0108.2/index.html heeft een patch zie ik...die niet goed werkt :o
Yes. Someone forgot to add kernel.h include after they removed the ntfs
specific macros... Grr...
:D

ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device


Verwijderd

off-topic:

Ik heb een soortgelijk probleem als ik ondersteuning voor een ALS-100 geluidskaart wil meebakken.
Zowel "Y" als "M" zorgen onherroepelijk voor fouten in 2.4.9...

  • alt-92
  • Registratie: Maart 2000
  • Niet online

alt-92

ye olde farte

Topicstarter
gheh.. nieuwer != beter dus..

ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device

Pagina: 1