All of lore.kernel.org
 help / color / mirror / Atom feed
* configure fail for grub
@ 2008-12-08  8:50 Alan Zheng
  0 siblings, 0 replies; 7+ messages in thread
From: Alan Zheng @ 2008-12-08  8:50 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

Hello All:

When I configure grub-1.96, I got following error message:

configure: error: neither start nor _start is defined

Could anybody give me some ideas for it?

-- 
Best Regards

Alan Zheng

[-- Attachment #2: Type: text/html, Size: 292 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: configure fail for grub
@ 2008-12-08 12:39 James Shewey
  2008-12-08 17:29 ` Vesa Jääskeläinen
  2008-12-09  0:52 ` Pavel Roskin
  0 siblings, 2 replies; 7+ messages in thread
From: James Shewey @ 2008-12-08 12:39 UTC (permalink / raw)
  To: The development of GRUB 2

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

Grub will not currently compile on 64 bit distros. Try compiling with a 32 bit live cd or a 32 bit VM (you can try virtualbox.org for this) and then copying the requisite files to the 64 bit OS.

-----Original Message-----
From: Alan Zheng <machinecat1666@gmail.com>
Sent: Monday, December 08, 2008 3:50 AM
To: grub-devel@gnu.org
Subject: configure fail for grub

Hello All:

When I configure grub-1.96, I got following error message:

configure: error: neither start nor _start is defined

Could anybody give me some ideas for it?

-- 
Best Regards

Alan Zheng

[-- Attachment #2: Type: text/html, Size: 1371 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: configure fail for grub
  2008-12-08 12:39 configure fail for grub James Shewey
@ 2008-12-08 17:29 ` Vesa Jääskeläinen
  2008-12-08 17:34   ` James Shewey
  2008-12-09  0:52 ` Pavel Roskin
  1 sibling, 1 reply; 7+ messages in thread
From: Vesa Jääskeläinen @ 2008-12-08 17:29 UTC (permalink / raw)
  To: The development of GRUB 2

James Shewey wrote:
> Grub will not currently compile on 64 bit distros. Try compiling with a 32 bit live cd or a 32 bit VM (you can try virtualbox.org for this) and then copying the requisite files to the 64 bit OS.

I compile GRUB 2 SVN always on 64 bit Ubuntu...

So please try with SVN version.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: configure fail for grub
  2008-12-08 17:29 ` Vesa Jääskeläinen
@ 2008-12-08 17:34   ` James Shewey
  0 siblings, 0 replies; 7+ messages in thread
From: James Shewey @ 2008-12-08 17:34 UTC (permalink / raw)
  To: The development of GRUB 2

[-- Attachment #1: Type: text/plain, Size: 1100 bytes --]

This is what I used (64 bit ubuntu trying to compile grub2 latest SVN [at
the time, that was about 2 mos ago]) to compile (which resulted in this
error). I had to compile on 32 bit to get it to work. I compiled on 32 bit
because I either read it on the mailing list or was told that in the IRC
channel at the time. But if it should work... Try compiling it with the
latest version of SVN and see what happens. If it still doesn't work, see if
you can work with the devs here to figure out why it is not working.

Regards,

James

On Mon, Dec 8, 2008 at 12:29 PM, Vesa Jääskeläinen <chaac@nic.fi> wrote:

> James Shewey wrote:
> > Grub will not currently compile on 64 bit distros. Try compiling with a
> 32 bit live cd or a 32 bit VM (you can try virtualbox.org for this) and
> then copying the requisite files to the 64 bit OS.
>
> I compile GRUB 2 SVN always on 64 bit Ubuntu...
>
> So please try with SVN version.
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>

[-- Attachment #2: Type: text/html, Size: 1551 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: configure fail for grub
  2008-12-08 12:39 configure fail for grub James Shewey
  2008-12-08 17:29 ` Vesa Jääskeläinen
@ 2008-12-09  0:52 ` Pavel Roskin
  2008-12-09  2:37   ` Viswesh S
  1 sibling, 1 reply; 7+ messages in thread
From: Pavel Roskin @ 2008-12-09  0:52 UTC (permalink / raw)
  To: The development of GRUB 2

On Mon, 2008-12-08 at 07:39 -0500, James Shewey wrote:

> When I configure grub-1.96, I got following error message:
> 
> configure: error: neither start nor _start is defined
> 
> Could anybody give me some ideas for it?

This happens if tools for 32-bit compilation are not available.
Compiling on x86_64 defaults to 32-bit PC platform.  It's possible to
compile for 64-bit EFI platform by specifying:

./configure --with-platform=efi

-- 
Regards,
Pavel Roskin



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: configure fail for grub
  2008-12-09  0:52 ` Pavel Roskin
@ 2008-12-09  2:37   ` Viswesh S
  0 siblings, 0 replies; 7+ messages in thread
From: Viswesh S @ 2008-12-09  2:37 UTC (permalink / raw)
  To: The development of GRUB 2





----- Original Message ----
> From: Pavel Roskin <proski@gnu.org>
> To: The development of GRUB 2 <grub-devel@gnu.org>
> Sent: Tuesday, 9 December, 2008 6:22:36 AM
> Subject: RE: configure fail for grub
> 
> On Mon, 2008-12-08 at 07:39 -0500, James Shewey wrote:
> 
> > When I configure grub-1.96, I got following error message:
> > 
> > configure: error: neither start nor _start is defined
> > 
> > Could anybody give me some ideas for it?
> 
> This happens if tools for 32-bit compilation are not available.
> Compiling on x86_64 defaults to 32-bit PC platform.  It's possible to
> compile for 64-bit EFI platform by specifying:
> 
> ./configure --with-platform=efi
> 
> -- 
> Regards,
> Pavel Roskin
> 
> 

Hi,

As mentioned above, it is because of the 32 bit compilation tools not available.I have faced the same problem in which my compiler was gcc-4.2.1 and to compile this I installed gcc-3.4.3 and made the CC point to the proper compiler and it worked.

Viswesh


      Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/



^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: configure fail for grub
@ 2008-12-09  3:27 James Shewey
  0 siblings, 0 replies; 7+ messages in thread
From: James Shewey @ 2008-12-09  3:27 UTC (permalink / raw)
  To: The development of GRUB 2

This might be good to include in the wiki...

-----Original Message-----
From: Viswesh S <viswesh_vichu@yahoo.com>
Sent: Monday, December 08, 2008 9:37 PM
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: configure fail for grub





----- Original Message ----
> From: Pavel Roskin <proski@gnu.org>
> To: The development of GRUB 2 <grub-devel@gnu.org>
> Sent: Tuesday, 9 December, 2008 6:22:36 AM
> Subject: RE: configure fail for grub
> 
> On Mon, 2008-12-08 at 07:39 -0500, James Shewey wrote:
> 
> > When I configure grub-1.96, I got following error message:
> > 
> > configure: error: neither start nor _start is defined
> > 
> > Could anybody give me some ideas for it?
> 
> This happens if tools for 32-bit compilation are not available.
> Compiling on x86_64 defaults to 32-bit PC platform.  It's possible to
> compile for 64-bit EFI platform by specifying:
> 
> ./configure --with-platform=efi
> 
> -- 
> Regards,
> Pavel Roskin
> 
> 

Hi,

As mentioned above, it is because of the 32 bit compilation tools not available.I have faced the same problem in which my compiler was gcc-4.2.1 and to compile this I installed gcc-3.4.3 and made the CC point to the proper compiler and it worked.

Viswesh


      Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-12-09  3:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 12:39 configure fail for grub James Shewey
2008-12-08 17:29 ` Vesa Jääskeläinen
2008-12-08 17:34   ` James Shewey
2008-12-09  0:52 ` Pavel Roskin
2008-12-09  2:37   ` Viswesh S
  -- strict thread matches above, loose matches on Subject: below --
2008-12-09  3:27 James Shewey
2008-12-08  8:50 Alan Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.