View previous topic :: View next topic |
Author |
Message |
pleusicles n00b
Joined: 26 May 2004 Posts: 44
|
Posted: Sun Dec 26, 2004 11:56 am Post subject: |
|
|
I've tried to compile 2.6.10-morph1 (x86) but got the following error:
Code: |
CC arch/i386/mki/mki.o
arch/i386/mki/mki.c:95: error: conflicting types for 'do_exit'
include/linux/kernel.h:73: error: previous declaration of 'do_exit' was here
arch/i386/mki/mki.c:95: error: conflicting types for 'do_exit'
include/linux/kernel.h:73: error: previous declaration of 'do_exit' was here
make[1]: *** [arch/i386/mki/mki.o] Error 1
make: *** [arch/i386/mki] Error 2
|
Anyway, thanks for the brand new .10 patchset! |
|
Back to top |
|
|
yardbird l33t
Joined: 20 Apr 2002 Posts: 689 Location: nl.leiden
|
Posted: Sun Dec 26, 2004 8:05 pm Post subject: |
|
|
pleusicles wrote: | I've tried to compile 2.6.10-morph1 (x86) but got the following error:
Code: |
CC arch/i386/mki/mki.o
arch/i386/mki/mki.c:95: error: conflicting types for 'do_exit'
include/linux/kernel.h:73: error: previous declaration of 'do_exit' was here
arch/i386/mki/mki.c:95: error: conflicting types for 'do_exit'
include/linux/kernel.h:73: error: previous declaration of 'do_exit' was here
make[1]: *** [arch/i386/mki/mki.o] Error 1
make: *** [arch/i386/mki] Error 2
|
Anyway, thanks for the brand new .10 patchset! |
This error is related to the Win4lin support. There's a fix in 2.6.10-morph2 that should allow the kernel to compile without errors, but since I don't own win4lin I cannot test it. If someone can give some feedback on this it would be highly appreciated.
BTW, win4lin support seems to be introduced by softwaresuspend2. I frankly ignore what it is for, is there really need for this? I'd rather evict it than having a potential source of bugs... Anyway, I'm in touch with softwaresuspend devs, let's see what comes out. _________________
Albert Einstein wrote: | I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field. |
http://www.bluescarni.info |
|
Back to top |
|
|
yardbird l33t
Joined: 20 Apr 2002 Posts: 689 Location: nl.leiden
|
Posted: Mon Dec 27, 2004 5:11 pm Post subject: |
|
|
2.6.10-morph3 is out. Re-added -ac patch, which contains mostly USB and SCSI bugfixes. This could resolve the problems that some people have with USB devices in 2.6.10.
Also added a small fix (from lkml) for a typo in the parport driver of vanilla 2.6.10. _________________
Albert Einstein wrote: | I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field. |
http://www.bluescarni.info |
|
Back to top |
|
|
Taily Tux's lil' helper
Joined: 19 Jun 2004 Posts: 115
|
Posted: Mon Dec 27, 2004 10:39 pm Post subject: |
|
|
Hey,
Even if win4lin was fixed for morhp2 the problem seems to be back in morph3, it just won't compile (same error as pleusicles).
I really wanted to give morph-sources a go, and i really need win4lin too
Anyway without win4lin it runs really great, i like what youwe done with it, thanks! (and i hope you can fix win4lin too ) |
|
Back to top |
|
|
Tanisete Guru
Joined: 12 Mar 2004 Posts: 312
|
Posted: Tue Dec 28, 2004 12:28 am Post subject: |
|
|
I've tried with this patchset... but i have a few problems:
- I can't get alsa-driver to compile (I like to compile it independently, in order to update it when it's possible)
- I can't compile madwifi drivers for my wireless card...
But, when i booted, i have to say that X server went up really fast... Reiser4 patch compiled without a warning!
I'll try it when madwifi drivers are updated, and when alsa is compiling again
Thanks! |
|
Back to top |
|
|
yardbird l33t
Joined: 20 Apr 2002 Posts: 689 Location: nl.leiden
|
Posted: Tue Dec 28, 2004 2:11 am Post subject: |
|
|
Taily wrote: | Hey,
Even if win4lin was fixed for morhp2 the problem seems to be back in morph3, it just won't compile (same error as pleusicles).
I really wanted to give morph-sources a go, and i really need win4lin too
Anyway without win4lin it runs really great, i like what youwe done with it, thanks! (and i hope you can fix win4lin too ) |
Doh! Sorry, I forgot the win4lin fixes in morph3. morph4 is out, so you are welcome to give it a shot. However I don't own a copy of Win4lin, so I cannot guarantee the correctness of my "fixes". Do a backup before trying this out; there shouldn't be serious problems in case of a Win4Lin failure, but you never know
Tanisete wrote: | I've tried with this patchset... but i have a few problems:
- I can't get alsa-driver to compile (I like to compile it independently, in order to update it when it's possible)
- I can't compile madwifi drivers for my wireless card...
|
I'll look into these patches tomorrow. Do you have a quick link to the madwifi drivers?
Thanks for all the feedback, I really appreciate it _________________
Albert Einstein wrote: | I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field. |
http://www.bluescarni.info |
|
Back to top |
|
|
Tanisete Guru
Joined: 12 Mar 2004 Posts: 312
|
Posted: Tue Dec 28, 2004 10:55 am Post subject: |
|
|
I always get the last CVS snapshot, like this:
Code: |
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/madwifi \
co madwifi
|
I hope it helps!! |
|
Back to top |
|
|
Tanisete Guru
Joined: 12 Mar 2004 Posts: 312
|
Posted: Tue Dec 28, 2004 12:59 pm Post subject: |
|
|
Don't worry about madwifi drivers... I've dived through the mailing lists, and they have posted a patch for this drivers to work with 2.6.10.
I post it here in case anyone uses this driver too:
Code: |
diff -Naur madwifi-orig/ath/if_ath_pci.c madwifi-patched/ath/if_ath_pci.c
--- madwifi-orig/ath/if_ath_pci.c 2004-11-15 04:53:27.000000000 +0100
+++ madwifi-patched/ath/if_ath_pci.c 2004-12-27 20:20:26.000000000 +0100
@@ -69,9 +69,11 @@
struct ath_pci_softc {
struct ath_softc aps_sc;
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10))
#ifdef CONFIG_PM
u32 aps_pmstate[16];
#endif
+#endif
};
/*
@@ -239,10 +241,16 @@
ath_pci_suspend(struct pci_dev *pdev, u32 state)
{
struct net_device *dev = pci_get_drvdata(pdev);
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10))
struct ath_pci_softc *sc = dev->priv;
+#endif
ath_suspend(dev);
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10))
pci_save_state(pdev, sc->aps_pmstate);
+#else
+ pci_save_state(pdev);
+#endif
pci_disable_device(pdev);
pci_set_power_state(pdev, 3);
@@ -253,11 +261,17 @@
ath_pci_resume(struct pci_dev *pdev)
{
struct net_device *dev = pci_get_drvdata(pdev);
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10))
struct ath_pci_softc *sc = dev->priv;
+#endif
u32 val;
pci_enable_device(pdev);
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10))
pci_restore_state(pdev, sc->aps_pmstate);
+#else
+ pci_restore_state(pdev);
+#endif
/*
* Suspend/Resume resets the PCI configuration space, so we have to
* re-disable the RETRY_TIMEOUT register (0x41) to keep
@@ -328,11 +342,16 @@
{
printk(KERN_INFO "%s: %s\n", dev_info, version);
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10))
if (pci_register_driver(&ath_pci_drv_id) <= 0) {
+#else
+ if (pci_module_init(&ath_pci_drv_id) < 0) {
+#endif
printk("ath_pci: No devices found, driver not installed.\n");
pci_unregister_driver(&ath_pci_drv_id);
return (-ENODEV);
}
+
#ifdef CONFIG_SYSCTL
ath_sysctl_register();
#endif
diff -Naur madwifi-orig/ath/if_ath_pci.h madwifi-patched/ath/if_ath_pci.h
--- madwifi-orig/ath/if_ath_pci.h 2004-08-20 23:30:29.000000000 +0200
+++ madwifi-patched/ath/if_ath_pci.h 2004-12-27 21:30:50.000000000 +0100
@@ -43,7 +43,11 @@
#include <linux/pci.h>
#define bus_map_single pci_map_single
#define bus_unmap_single pci_unmap_single
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10)
#define bus_dma_sync_single pci_dma_sync_single
+#else
+#define bus_dma_sync_single pci_dma_sync_single_for_cpu
+#endif
#define bus_alloc_consistent pci_alloc_consistent
#define bus_free_consistent pci_free_consistent
#define BUS_DMA_FROMDEVICE PCI_DMA_FROMDEVICE
|
I'll try it and then i will tell you if it works.
So The only problem remaining here should be the alsa driver.
Merry Christmas!! |
|
Back to top |
|
|
blaster999 l33t
Joined: 09 May 2004 Posts: 902 Location: Between keyboard and chair
|
Posted: Tue Dec 28, 2004 1:20 pm Post subject: |
|
|
Yardbird, you could integrate the latest ALSA drivers in your kernel (like the cko (Con Kolivas Overloaded) guys do).
I'll try the 2.6.10 kernel right now - I hope that nvidia drivers don't make any troubles _________________ 60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734 |
|
Back to top |
|
|
Robin79 l33t
Joined: 18 Oct 2003 Posts: 632 Location: /home/valdemarsvik
|
Posted: Tue Dec 28, 2004 2:39 pm Post subject: |
|
|
i will try it since nitro-sources ddint want to compile when i tried to compile with my patched network card drivers i hope it works with this one! _________________ Gentoo 2005.0
ASUS P5AD2 Deluxe MB
Intel P4 3.2GHz
PCI-E Nvidia Geforce PCX 5750
--------------------
Registered Linux User Nr # 319050 http://counter.li.org |
|
Back to top |
|
|
Taily Tux's lil' helper
Joined: 19 Jun 2004 Posts: 115
|
Posted: Tue Dec 28, 2004 2:57 pm Post subject: |
|
|
I had a chanse to try win4lin today..
I had win4lin working after the first compile, but alot of other stuff didn't work so i used an other .config, and after that whenever i try to boot up win4lin it just freezes the whole computer.
So basically, they DO work, but atm they're not working for me
And i allso think i noticed a delay when X starts with morph-sources, although that could be a .10 problem. |
|
Back to top |
|
|
Robin79 l33t
Joined: 18 Oct 2003 Posts: 632 Location: /home/valdemarsvik
|
Posted: Tue Dec 28, 2004 3:15 pm Post subject: |
|
|
same error as with nitro
Code: |
drivers/net/sk98lin/skge.c: In function `sk98lin_resume':
drivers/net/sk98lin/skge.c:678: error: too many arguments to function `pci_restore_state'
drivers/net/sk98lin/skge.c: In function `sk98lin_suspend':
drivers/net/sk98lin/skge.c:755: error: too many arguments to function `pci_save_state'
make[3]: *** [drivers/net/sk98lin/skge.o] Error 1
make[2]: *** [drivers/net/sk98lin] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
|
_________________ Gentoo 2005.0
ASUS P5AD2 Deluxe MB
Intel P4 3.2GHz
PCI-E Nvidia Geforce PCX 5750
--------------------
Registered Linux User Nr # 319050 http://counter.li.org |
|
Back to top |
|
|
yardbird l33t
Joined: 20 Apr 2002 Posts: 689 Location: nl.leiden
|
Posted: Tue Dec 28, 2004 7:49 pm Post subject: |
|
|
Ok, 2.6.5-morph5 is out. It is like -morph4 with alsa 1.0.7 added.
blaster999 wrote: | Yardbird, you could integrate the latest ALSA drivers in your kernel (like the cko (Con Kolivas Overloaded) guys do).
I'll try the 2.6.10 kernel right now - I hope that nvidia drivers don't make any troubles |
Alsa has been added, and it seems ok so far. Don't know about nvidia drivers though... I will search the forums.
Taily wrote: | I had a chanse to try win4lin today..
I had win4lin working after the first compile, but alot of other stuff didn't work so i used an other .config, and after that whenever i try to boot up win4lin it just freezes the whole computer. |
What are the differences between the first and the second .config? Is the freeze reproducible or is it erratic? I don't know much about win4lin, the only suggestion I can give is to try with and without software suspend enabled I may give a shot to the official patches from netraverse if I have the time in the next days.
Taily wrote: | And i allso think i noticed a delay when X starts with morph-sources, although that could be a .10 problem. |
Does it happens always or only after the crash provoked by win4lin? This could be due to stale files being detected and removed by Xorg/KDE/Gnome after a dirty system halt.
Robin79 wrote: | same error as with nitro |
This error is given by the sk98 driver which have not been updated to work with kernel >=2.6.10. Since 2.6.9 there have been many changes, mainly in the PCI suspend/restore code and in the DMA handling. I've modified the driver in a way that it compiles, but I need someone to test my changes. If you want to help apply this patch
http://www.ing.unitn.it/~rbiscani/sk98lin_v7.09_2.6.10-morph5.patch
on top of 2.6.10-morph5. It will enable the "new" driver. If it works ok for you I may include it in the next -morph releases.
Tanisete wrote: | So The only problem remaining here should be the alsa driver. |
Here do you mean the "external" alsa driver which you download from alsa-project.org? As far as I know that only applies to 2.4.x kernels. _________________
Albert Einstein wrote: | I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field. |
http://www.bluescarni.info |
|
Back to top |
|
|
kontol n00b
Joined: 19 Dec 2004 Posts: 31
|
Posted: Tue Dec 28, 2004 7:56 pm Post subject: |
|
|
Yardbird..will you add orinoco and hostap patches on your kernel?? I'd to try this on my wireless laptop. (nitro3 working very well, got orinoco included and hostap install versy easy).
Cheers |
|
Back to top |
|
|
Taily Tux's lil' helper
Joined: 19 Jun 2004 Posts: 115
|
Posted: Tue Dec 28, 2004 9:20 pm Post subject: |
|
|
yardbird wrote: | Taily wrote: | I had a chanse to try win4lin today..
I had win4lin working after the first compile, but alot of other stuff didn't work so i used an other .config, and after that whenever i try to boot up win4lin it just freezes the whole computer. |
What are the differences between the first and the second .config? Is the freeze reproducible or is it erratic? I don't know much about win4lin, the only suggestion I can give is to try with and without software suspend enabled I may give a shot to the official patches from netraverse if I have the time in the next days.
Taily wrote: | And i allso think i noticed a delay when X starts with morph-sources, although that could be a .10 problem. |
Does it happens always or only after the crash provoked by win4lin? This could be due to stale files being detected and removed by Xorg/KDE/Gnome after a dirty system halt.
|
The config, i dont' really think theres much difference, only i can think of is some via specific modules missing from my first config that worked with win4lin.. (and software suspend not enabled, although it aint now either)
And after a recompile of xorg, it seemed to start up normally, just for me to try out win4lin again and it gave the same latency after the reboot.
Going to try out morph5 now but i doubt that will change win4lin's case |
|
Back to top |
|
|
Archangel1 Veteran
Joined: 21 Apr 2004 Posts: 1212 Location: Work
|
Posted: Tue Dec 28, 2004 11:26 pm Post subject: |
|
|
-morph5 seems to work okay here, with a couple of small yet crucial issues:
X won't start on my desktop, and I haven't figured out why yet - blighted thing locks the machine. startx as root seems to work, but not as a user, and xdm doesn't want to go.
Wireless doesn't work on my laptop. I might have a play with orinoco drivers - I'm with kontol on this one, that's probably the one improvement I can think of for -morph6. _________________ What are you, stupid? |
|
Back to top |
|
|
yardbird l33t
Joined: 20 Apr 2002 Posts: 689 Location: nl.leiden
|
Posted: Tue Dec 28, 2004 11:39 pm Post subject: |
|
|
Archangel1 wrote: | -morph5 seems to work okay here, with a couple of small yet crucial issues:
X won't start on my desktop, and I haven't figured out why yet - blighted thing locks the machine. startx as root seems to work, but not as a user, and xdm doesn't want to go. |
If for root works and for regular user doesn't it might be a permission problem. If you are using dri, are the permissions in xorg.conf and on the dri device correct? Have you tried ssh remote logging to see what is happening? There are some files in your home and in /tmp that X uses while running, maybe you could check the permissions on those too.
Archangel1 wrote: | Wireless doesn't work on my laptop. I might have a play with orinoco drivers - I'm with kontol on this one, that's probably the one improvement I can think of for -morph6. |
I'll try to look into that. I'm not familiar with these drivers; is this their homepage?
http://www.nongnu.org/orinoco _________________
Albert Einstein wrote: | I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field. |
http://www.bluescarni.info |
|
Back to top |
|
|
Tanisete Guru
Joined: 12 Mar 2004 Posts: 312
|
Posted: Wed Dec 29, 2004 12:05 am Post subject: |
|
|
After applying the patch to madwifi, and building alsa 1.0.7 included in morph5, everything here is working ok so far!
Great work!!! It's much faster than my last 2.6.9! |
|
Back to top |
|
|
Archangel1 Veteran
Joined: 21 Apr 2004 Posts: 1212 Location: Work
|
Posted: Wed Dec 29, 2004 5:38 am Post subject: |
|
|
yardbird wrote: | Archangel1 wrote: | -morph5 seems to work okay here, with a couple of small yet crucial issues:
X won't start on my desktop, and I haven't figured out why yet - blighted thing locks the machine. startx as root seems to work, but not as a user, and xdm doesn't want to go. |
If for root works and for regular user doesn't it might be a permission problem. If you are using dri, are the permissions in xorg.conf and on the dri device correct? Have you tried ssh remote logging to see what is happening? There are some files in your home and in /tmp that X uses while running, maybe you could check the permissions on those too. |
/dev/nvidia* was owned by root rather than peter... haven't had time to check into it properly yet.
yardbird wrote: | Archangel1 wrote: | Wireless doesn't work on my laptop. I might have a play with orinoco drivers - I'm with kontol on this one, that's probably the one improvement I can think of for -morph6. |
I'll try to look into that. I'm not familiar with these drivers; is this their homepage?
http://www.nongnu.org/orinoco |
I think so, but they seem awkward - no patches, just the files. And they don't compile as they are.
I think I see why other patchsets haven't bothered - I'll understand if you don't patch them in!
In the meantime I'm going to try to figure out what's different between my kernels that work and the ones that don't. _________________ What are you, stupid? |
|
Back to top |
|
|
blaster999 l33t
Joined: 09 May 2004 Posts: 902 Location: Between keyboard and chair
|
Posted: Wed Dec 29, 2004 6:24 am Post subject: |
|
|
Excellent kernel! It boots faster than anything else, no problems with nvidia! Morph-sources rock! _________________ 60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734 |
|
Back to top |
|
|
kontol n00b
Joined: 19 Dec 2004 Posts: 31
|
|
Back to top |
|
|
Robin79 l33t
Joined: 18 Oct 2003 Posts: 632 Location: /home/valdemarsvik
|
Posted: Wed Dec 29, 2004 7:05 am Post subject: |
|
|
yardbird wrote: | Ok, 2.6.5-morph5 is out. It is like -morph4 with alsa 1.0.7 added.
blaster999 wrote: | Yardbird, you could integrate the latest ALSA drivers in your kernel (like the cko (Con Kolivas Overloaded) guys do).
I'll try the 2.6.10 kernel right now - I hope that nvidia drivers don't make any troubles |
Alsa has been added, and it seems ok so far. Don't know about nvidia drivers though... I will search the forums.
Taily wrote: | I had a chanse to try win4lin today..
I had win4lin working after the first compile, but alot of other stuff didn't work so i used an other .config, and after that whenever i try to boot up win4lin it just freezes the whole computer. |
What are the differences between the first and the second .config? Is the freeze reproducible or is it erratic? I don't know much about win4lin, the only suggestion I can give is to try with and without software suspend enabled I may give a shot to the official patches from netraverse if I have the time in the next days.
Taily wrote: | And i allso think i noticed a delay when X starts with morph-sources, although that could be a .10 problem. |
Does it happens always or only after the crash provoked by win4lin? This could be due to stale files being detected and removed by Xorg/KDE/Gnome after a dirty system halt.
Robin79 wrote: | same error as with nitro |
This error is given by the sk98 driver which have not been updated to work with kernel >=2.6.10. Since 2.6.9 there have been many changes, mainly in the PCI suspend/restore code and in the DMA handling. I've modified the driver in a way that it compiles, but I need someone to test my changes. If you want to help apply this patch
http://www.ing.unitn.it/~rbiscani/sk98lin_v7.09_2.6.10-morph5.patch
on top of 2.6.10-morph5. It will enable the "new" driver. If it works ok for you I may include it in the next -morph releases.
Tanisete wrote: | So The only problem remaining here should be the alsa driver. |
Here do you mean the "external" alsa driver which you download from alsa-project.org? As far as I know that only applies to 2.4.x kernels. |
I will try it and tell you if it works
Edit. the network driver works... edit _________________ Gentoo 2005.0
ASUS P5AD2 Deluxe MB
Intel P4 3.2GHz
PCI-E Nvidia Geforce PCX 5750
--------------------
Registered Linux User Nr # 319050 http://counter.li.org
Last edited by Robin79 on Wed Dec 29, 2004 7:53 am; edited 1 time in total |
|
Back to top |
|
|
Robin79 l33t
Joined: 18 Oct 2003 Posts: 632 Location: /home/valdemarsvik
|
Posted: Wed Dec 29, 2004 7:45 am Post subject: |
|
|
Why dosent the azx driver show up in the kernel?? I have to emerge the alsa-drivers damm :/ and the sound sucks _________________ Gentoo 2005.0
ASUS P5AD2 Deluxe MB
Intel P4 3.2GHz
PCI-E Nvidia Geforce PCX 5750
--------------------
Registered Linux User Nr # 319050 http://counter.li.org |
|
Back to top |
|
|
Taily Tux's lil' helper
Joined: 19 Jun 2004 Posts: 115
|
Posted: Wed Dec 29, 2004 2:00 pm Post subject: |
|
|
Yay, i got Win4Lin working in morph5 =)!
However, i disabled a few things in the kernel config
In Processor type and features ---> i disabled SMT (Hyperthreading) scheduler support
In Power Management ---> i disabled everything under APCI (even APCI support)
And Under File systems ---> DOS/FAT/NT Filesystems ---> i compiled MSDOS fs support and VFAT into the kernel instead of modules
It would make sense if MSDOS and VFAT support wasn't loaded and i was trying to start win4lin it wouldn't work (and freezed my computer)
Thanks for an excellent kernel!
EDIT: Okey i played around a little and narrowed it down to msdos and vfat, seems those were the problem all along hehe.
Last edited by Taily on Wed Dec 29, 2004 2:45 pm; edited 1 time in total |
|
Back to top |
|
|
JBerro n00b
Joined: 21 Nov 2004 Posts: 17 Location: Singapore (for a while)
|
Posted: Wed Dec 29, 2004 2:12 pm Post subject: |
|
|
I just tried to compile an smp kernel using the morph5 for the x86_64 plateform.
I got the following error during the compilation.
CC arch/x86_64/lib/usercopy.o
AR arch/x86_64/lib/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
kernel/built-in.o(.text+0x21166): In function `smp_suspend':
: undefined reference to `__smp_suspend_lowlevel'
make: *** [.tmp_vmlinux1] Error 1
I started from scratch using make mkproper.
Any idea on what went wrong ?
BTW: the latest nitro-sources compiled like a dream.
2xOpteron CPU + some HD + nvidia 6800 Ultra running the nitro-sources on X86_64. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|