Bug #691
closedProblems with compiling kernel with latest HEAD.
0%
Description
Problems with compiling kernel with latest HEAD.
I got these errors when i'm trying to compile the latest head kernel.
ata_if.c:21:20: ata_if.h: No such file or directoryata_if.c:32: error: `ata_locking_desc' undeclared here (not in a function)
ata_if.c:32: error: initializer element is not constant
ata_if.c:32: error: (near initialization for
`ata_locking_method_default.desc')
ata_if.c:48: error: `ata_setmode_desc' undeclared here (not in a function)
ata_if.c:48: error: initializer element is not constant
ata_if.c:48: error: (near initialization for
`ata_setmode_method_default.desc')
ata_if.c:56: error: `ata_reset_desc' undeclared here (not in a function)
ata_if.c:56: error: initializer element is not constant
ata_if.c:56: error: (near initialization for
`ata_reset_method_default.desc')
ata_if.c:64: error: `ata_reinit_desc' undeclared here (not in a function)
ata_if.c:64: error: initializer element is not constant
ata_if.c:64: error: (near initialization for
`ata_reinit_method_default.desc')
- Error code 1
- Error code 1
- Error code 1
does someone have a patch for this??
/Daniel
Updated by dillon over 17 years ago
:Problems with compiling kernel with latest HEAD.
:
:I got these errors when i'm trying to compile the latest head kernel.
With buildkernel? quickkernel might not be enough.
-Matt
Updated by d.ubuntu over 17 years ago
I did quickkernel, maybe i should try make buildkernel instead. but
quickernel have worked before, but it has come many commits now the last
days.
/daniel
"Matthew Dillon" <dillon@apollo.backplane.com> skrev i meddelandet
news:200706101820.l5AIKdvw036325@apollo.backplane.com...
:Problems with compiling kernel with latest HEAD.
:
:I got these errors when i'm trying to compile the latest head kernel.With buildkernel? quickkernel might not be enough.
-Matt
Updated by swildner over 17 years ago
Some stuff can't be handled by quickkernel (or -world) so it's usually a
good idea to try the build* targets always if quick* fails.
Sascha
Updated by d.ubuntu over 17 years ago
Thank you sascha! i will try make buildkernel instead now and see if it's
gets better.
/Daniel
"Sascha Wildner" <saw@online.de> skrev i meddelandet
news:466c523c$0$794$415eb37d@crater_reader.dragonflybsd.org...
daniel olsson wrote:
I did quickkernel, maybe i should try make buildkernel instead. but
quickernel have worked before, but it has come many commits now the last
days.
/danielSome stuff can't be handled by quickkernel (or -world) so it's usually a
good idea to try the build* targets always if quick* fails.Sascha