[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub2 ppc test compile problem
From: |
Marco Gerards |
Subject: |
Re: grub2 ppc test compile problem |
Date: |
Fri, 11 Nov 2005 19:58:47 +0100 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Mark Guertin <address@hidden> writes:
> Not sure if this is a grub or distro problem (is pre-release of YDL
> 4.1). I haven't had time to look at this closely yet, but told
> Hollis I would post the info so here goes:
I was not able to reproduce this problem. Which gcc version do you use?
> <snip>
> gcc -Inormal -I../normal -I. -Iinclude -I../include -Wall -W -
> DGRUB_DATADIR=\"/usr/local/share/grub/powerpc-ieee1275\" -g -O2 -
> DGRUB_UTIL=1 -c -o grub_emu-normal_lexer.o ../normal/lexer.c
> ../normal/lexer.c: In function `grub_script_yylex':
> ../normal/lexer.c:89: error: called object is not a function
This makes no sense. On that line no function is called. It's just a
check if a variable is 0 or not. Same for the if statement below.
--
Marco