wangchengli wrote: > Hi, > I get open-fcoe-initiator-history Successfully.Thanks!! > But when I compile the code, there is error as fellow: > > Help please. > clone make defconfig make -j 13
Worked fine for me. So did 'make menuconfig' I think your problem (and I'm just guessing now) is that you're downloading the code on a Windows system and then copying it to a Linux box. I've had a lot of bad experiences with Windows systems adding control characters to plain text files. '^M's in text files are strong indications that this is the error. I'd suggest just using Linux, if this is the case. > > f0s1:/opt/open-fcoe-initiator-history # make menuconfig > scripts/kconfig/mconf arch/x86/Kconfig > init/Kconfig:41: unknown option "This" > init/Kconfig:42: unknown option "drivers" > init/Kconfig:43: unknown option "scheduled" > init/Kconfig:45: unknown option "Unless" > init/Kconfig:46: unknown option "falls" > init/Kconfig:47: unknown option "using" > init/Kconfig:48: unknown option "cause" > init/Kconfig:49: unknown option "you" > init/Kconfig:50: unknown option "drivers" > init/Kconfig:92: unknown option "A" > init/Kconfig:19: missing end statement for this entry > init/Kconfig:93: invalid statement > init/Kconfig:94: unknown statement "appended" > init/Kconfig:95: unknown statement "set" > init/Kconfig:97: unknown statement "The" > init/Kconfig:98: unknown statement "by" > init/Kconfig:100: unknown statement "git" > init/Kconfig:102: unknown statement "which" > init/Kconfig:125: unknown option "You" > init/Kconfig:126:warning: multi-line strings not supported > init/Kconfig:126: unknown option "section" > init/Kconfig:127: unknown option "http" > init/Kconfig:145: unknown option "POSIX" > init/Kconfig:146: unknown option "and" > init/Kconfig:147: unknown option "operations" > init/Kconfig:149: unknown option "If" > …… > > drivers/virtio/Kconfig:34: unknown option "If" > make[1]: *** [menuconfig] Error 1 > make: *** [menuconfig] Error 2 > > -----邮件原件----- > 发件人: Love, Robert W [mailto:[email protected]] > 发送时间: 2009年4月23日 1:43 > 收件人: wangchengli 47572; [email protected] > 抄送: [email protected] > 主题: RE: [Open-FCoE] Where can I get open-fcoe-upstream code ?? > > wangchengli 47572 wrote: >> Hi all, >> when I use git get "open-fcoe-upstream", but error is as fellow, >> Anybody help me? Thanks >> >> >> Welcome to Git (version 1.6.2.2-preview20090408) >> >> >> Run 'git help git' to display the help index. >> Run 'git help <command>' to display help for specific commands. >> >> w...@allen ~ (master) >> $ git clone git://open-fcoe.org/openfc/open-fcoe-upstream.git >> Initialized empty Git repository in C:/Documents and >> Settings/Wang/open-fcoe-ups tream/.git/ >> fatal: The remote end hung up unexpectedly >> > I believe that the wiki is incorrect and may have misled you. > > The wiki was directing you to open-fcoe-upstream.git, but in fact is > was open-fcoe-initiator.git. I think that name is misleading so I'm > changing it to open-fcoe-initiator-history.git (a bit wordy, I know) > and put it in the archive/ directory since that tree isn't going to > change at all. > > So, try- > > git clone git://open-fcoe.org/archive/open-fcoe-initiator-history.git _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
