Menu

#976 Build failure at fp_lex.o

devel
closed-fixed
nobody
None
5
2015-04-30
2015-04-30
No

Building out-of-tree (pristine sources) ends with

g++ -I. -I.. -I/redacted/git/iverilog/tgt-pcb -I/redacted/git/iverilog/tgt-pcb/..  -DHAVE_CONFIG_H -fPIC -Wall -Wextra -Wshadow -Wsign-compare -Wundef -Wpointer-arith   -g -O2 -MD -c fp_lex.cc -o fp_lex.o
/redacted/git/iverilog/tgt-pcb/fp.lex:27:18: fatal error: fp.h: No such file or directory
compilation terminated.
make[1]: *** [fp_lex.o] Error 1
make[1]: Leaving directory `/redacted/src/verilog-git-bin/tgt-pcb'
make: *** [all] Error 2

Presumably related to commit 8d845ae4.

Discussion

  • Cary R.

    Cary R. - 2015-04-30

    A fix that should fix this has been pushed. A build dependence was missed. Since this was working for me I will leave this open until it has been confirmed fixed.

     
    • Larry Doolittle

      Larry Doolittle - 2015-04-30

      Fixed for me. Thanks for the quick response!

       
  • Larry Doolittle

    Larry Doolittle - 2015-04-30
    • status: open --> closed-fixed
     
  • Cary R.

    Cary R. - 2015-04-30

    Thanks Larry.

    Reminder to self. Remember to do a make clean when messing with a Makefile to make sure the dependencies are not broken.

     

Log in to post a comment.