On 6/10/10 5:56 AM, ganesh nikam wrote:
> Hello friends,
>
> I trying to configure the FCoE target. for this I have chosen kernel version
> 2.6.34.
>
> I downloaded the SCST ands FCST source code from following link :
>
> svn co https://scst.svn.sourceforge.net/svnroot/scst/trunk
>
> code is downloaded in the "trunk" directory. this directory contains source
> code for scst and fcst both.
>
> I have applied patches in the scst and fcst directory to the kernel and
> build it. and booted the system with this kernel.
>
> After that I have build and installed scst code and Installed it.
>
> After that as per the README in the fcst directory. I have tried to build
> fcst code, but failed with bellow errros:
>
> ==================================================
>
> ake[1]: Entering directory `/home/ganesh/Downloads/linux-2.6.34'
>    CC [M]  /home/ganesh/Downloads/fcst/ft_cmd.o
> /home/ganesh/Downloads/fcst/ft_cmd.c: In function ‘ft_cmd_tm_dump’:
> /home/ganesh/Downloads/fcst/ft_cmd.c:169: error: ‘struct scst_mgmt_cmd’ has
> no member named ‘completed’
> /home/ganesh/Downloads/fcst/ft_cmd.c:177: error: ‘struct scst_mgmt_cmd’ has
> no member named ‘affected_cmds_done_called’
> make[2]: *** [/home/ganesh/Downloads/fcst/ft_cmd.o] Error 1
> make[1]: *** [_module_/home/ganesh/Downloads/fcst] Error 2
> make[1]: Leaving directory `/home/ganesh/Downloads/linux-2.6.34'
> make: *** [all] Error 2
>
> ======================================================
>
> I checked out the header file in scst and could not find these to members in
> the structure mentioned in the error.
>
> As this is latest code, google didn't help me.
>
> any kind of response from you guys will be helpful to me

I haven't updated fcst for 2.6.34 yet, and it sounds like there are some
SCST changes that caused these compile problems.  I'll try to get to that soon.

In the meantime, the function that's getting the compile errors is just
for debug printing, so it may work if you just comment out the lines affected.

        Joe


_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to