[syslinux] [Syslinux] Applied the generic path searching to ISOLINUX

H. Peter Anvin hpa at zytor.com
Mon Dec 14 16:24:27 PST 2009


On 12/14/2009 11:23 AM, Sebastian Herbszt wrote:
> Liu Aleaxander wrote:
>> Hi all,
>>
>>
>> I just applied the generic path searching to ISOLINUX, and you can
>> check it here:
>>
>>  http://git.zytor.com/?p=users/liu/gsoc09_liu.git
>>
>> since commit 4bb194f14a43674cced3a8c35d5e625e59db32dc.
>>
>>
>> hpa, for now, all the fs code have been converted to new-style
>> interface and I have done my best to make all the fs C code be clean
>> and readable.  Well, it would be great if you take a minute to look at
>> it , and tell me what you think; I'll try to improve it.
>>
>> And, everybody, I would deeply appreciate it if you test & hack it and
>> feedback the results.
> 
> It (d84f466df06aa1e696d0ccf703d918d1cedc9911) doesn't seem to compile here:
> 
> make[1]: Leaving directory `/gsoc09_liu/lzo'
> fatal: cannot describe 'd84f466df06aa1e696d0ccf703d918d1cedc9911'
> make[1]: Entering directory `/gsoc09_liu/core'
> gcc -Wp,-MT,fs/ext2/bmap.o,-MD,fs/ext2/.bmap.o.d -m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386 
>  -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing 
>  -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -mpreferred-stack-boundary=2 -g -W -Wall -Wno-sign-compare 
>   -I./include -I../com32/include -c -o fs/ext2/bmap.o fs/ext2/bmap.c
> fs/ext2/bmap.c: In function âbmap_traditionalâ:
> fs/ext2/bmap.c:89: error: âstruct fs_infoâ has no member named âblk_bitsâ
> make[1]: *** [fs/ext2/bmap.o] Error 1
> 

I get the same error... I assume this is probably just a naming issue
that can be addressed?

	-hpa




More information about the Syslinux mailing list