开发者

Parsing Kconfig using racc

I'm trying to pa开发者_JS百科rse kernel config using racc. Everything was ok until it reached ---help--- part. I'm getting error:

/Users/user/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/racc/parser.rb:348:in `on_error':  (Racc::ParseError)
parse error on value "\t  Say yes to build a 64-bit kernel - formerly known as x86_64\n\t  Say no to build a 32-bit kernel - formerly known as i386\n" (T_HELPTEXT)
        from /Users/user/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/racc/parser.rb:99:in `_racc_do_parse_c'
        from /Users/user/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/racc/parser.rb:99:in `do_parse'
        from zconf.y.racc:536:in `parse'
        from zconf.tab.rb:1168:in `'

Tried to fix it for a whole day, but still can't understand where error is. Can you help me?

Racc file - http://pastie.org/1194735


Fixed by myself, forgot to add T_EOL after T_HELP.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜