Hello,
I have a problem. I wanted to build GRUB2 but it failed at the command make. I attached the console output. Sorry some words are in German.
Fehler = error
wird verlassen = is left
die Regel = the rule
Verzeichnis = directory
scheiterte = failed
für Ziel = for target
How can I solve this problem I installed all dependencies??
Building GRUB2 failed at step make
Building GRUB2 failed at step make
Last edited by Adrox on Thu Dec 08, 2016 1:21 pm, edited 1 time in total.
"The world is in greater peril from those who tolerate or encourage evil than from those who actually commit it." - Albert Einstein
Re: Building GRUB2 failed at step make
Is there any reason you can't use the grub2 from the Ubuntu repositories?Adrox wrote:Hello,
I have a problem. I wanted to build GRUB2 but it failed at the command make. I attached the console output. Sorry some words are in German.
Fehler = error
wird verlassen = is left
die Regel = the rule
Verzeichnis = directory
scheiterte = failed
für Ziel = for target
How can I solved this problem I installed all dependencies??
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
Re: Building GRUB2 failed at step make
Grub2 is in the official repositories? Is grub2 precompiled there?
"The world is in greater peril from those who tolerate or encourage evil than from those who actually commit it." - Albert Einstein
Re: Building GRUB2 failed at step make
Just: sudo apt-get install grub2 and sudo apt-get install xorriso to make sure your builds are not failing because of that. Why would you want to compile GRUB, just use those two commands.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Re: Building GRUB2 failed at step make
Hi,
in order to have standard error messages , prefix your command line with LC_ALL=C.
Many GNU software needs to be configured before running make. So go ahead and run:
in order to have standard error messages , prefix your command line with LC_ALL=C.
Many GNU software needs to be configured before running make. So go ahead and run:
Code: Select all
LC_ALL=C ./configure
Re: Building GRUB2 failed at step make
Thanks for your answers I am going to test these solutions soon. Besides I am going to install grub2 via the official repositories
"The world is in greater peril from those who tolerate or encourage evil than from those who actually commit it." - Albert Einstein