I've tracked this down a bit further.  It seems that the error happens 
within he yyparse() function but I can not find any file where it is 
defined except for pp_makefile1_parse.tab.c_shipped but any mods to this 
file do not seem to show up in the output.  yyparse() is called from the 
function parse_makefile_in() which is called from the file pp_makefile1.c.

I'm stuck and don't know how to get rid of this error.

Thanks,
Brendan Simon.



Brendan J Simon wrote:

> I am trying to apply the kbuild-2.5-2.4.18-pre1-ppc-1 patches to a 
> linuxppc-2.4.18-pre8 tree.  The patches apply perfectly but I'm 
> getting errors when I do a "make -f $KBUILD_SRCTREE_000/Makefile-25 
> xconfig". The tail of the errors are :
>
> Ignoring symbolic link 
> /home/bjsimon/Aegis/Development/linux.2.4.18.0.C103/src/./Makefile~
> Ignoring symbolic link 
> /home/bjsimon/Aegis/Development/linux.2.4.18.0.C103/src/./have_config
> Ignoring symbolic link 
> /home/bjsimon/Aegis/Development/linux.2.4.18.0.C103/src/./symbols-2.5.cml
> (null) line 0: parse error at ''
> make: *** 
> 
>[/home/bjsimon/Aegis/Development/linux.2.4.18.0.C103/myproject/build/.tmp_global_makefile_in.1]
> 
> Error 1
>
> I don't have any idea where to start to try and track this down.  I 
> think the ignoring sym link errors are from the pp_makefile1 program.
>
> Any ideas ???
>
> Thanks,
> Brendan Simon.
>



_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to