![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem in HP-UX compiling | vasanthan | HP-UX | 1 | 04-20-2008 04:34 AM |
| Problem with Compiling C on Tiger | cleansing_flame | High Level Programming | 4 | 03-04-2008 05:01 PM |
| Upgrading FC3 kernel 2.6.9-1.667 to 2.6.10 and compiling it | fed.linuxgossip | Tips and Tutorials | 0 | 05-09-2007 10:34 AM |
| Problem compiling program | rochitsharma | High Level Programming | 28 | 07-23-2006 05:56 PM |
| Compiling problem | iandunn | SUN Solaris | 1 | 09-21-2005 04:41 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
hello;
i'm trying to install a new kernel in fedora core 5 i'm using the following command: Code:
/usr/src/linux-2.6.15.1# make && make modules && make modules_install && make install ld: édition de lien finale en échec: Aucun espace disponible sur le périphérique make[2]: *** [arch/i386/kernel/cpu/built-in.o] Erreur 1 make[1]: *** [arch/i386/kernel/cpu] Erreur 2 make: *** [arch/i386/kernel] Erreur 2 can any one tell me where is the problem? Last edited by Yogesh Sawant; 04-16-2008 at 08:20 AM. Reason: added code tags |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Google translate looks like the message simply means you ran out of disk space.
If you don't read French, setting a suitable locale would probably be a good idea. Try export LC_ALL=C (that's 1970s English only; read up on locales if you want Unicode etc). |
|||
| Google The UNIX and Linux Forums |