On Mon, 2014-02-03 at 14:34 -0500, Peter Gavin wrote: > > In testing it out, however, I found a problem. The following file > won't analyze:
> $ ghdl -a ghdl_test.vhd > ghdl_test.vhd:13:14: package "foo_pkg" is obsoleted by package > "std_logic_1164" > ghdl: compilation error Not *QUITE* sure what you did here - possibly a faulty Make Install (which compiles and installs the standard libraries) but... this is a timestamp or versioning problem : it's telling you that ghdl has detected a version incompatibility between (I think) std_logic_1164 source timestamp and object timestamp, and thus std_logic_1164 must be recompiled before building your source. Installing on one machine and using on another with unsynced clocks might do it, or possibly something went wrong (root permissions?) during "Make Install"? - Brian _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
