Skip to content

Instantly share code, notes, and snippets.

@errordeveloper
Created July 19, 2011 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save errordeveloper/5cfadba0701de6707444 to your computer and use it in GitHub Desktop.
Save errordeveloper/5cfadba0701de6707444 to your computer and use it in GitHub Desktop.
compiling llhdl
[ 45%] Generating ../../llhdl-verilog/parser.c, ../../llhdl-verilog/parser.h, ../../llhdl-verilog/parser.out
cd /opt/local/devel/src/tools/llhdl.git/build/llhdl-verilog && lemon /opt/local/devel/src/tools/llhdl.git/llhdl-verilog/parser.y
/opt/local/devel/src:51: The argument "{
/opt/local/devel/src:51: struct slice {
/opt/local/devel/src:51: int start;
/opt/local/devel/src:51: int end;
/opt/local/devel/src:51: };
/opt/local/devel/src:51: " to declaration "%include" is not the first.
make[2]: *** [../llhdl-verilog/parser.c] Error 1
make[1]: *** [llhdl-verilog/CMakeFiles/llhdl-verilog.dir/all] Error 2
make: *** [all] Error 2
@errordeveloper
Copy link
Author

lemon version is 1.39 built with macports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment