[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  SVN::S4
  SystemPerl
  Voneline
  WFH
General Info
  Papers

Issue #52

Missing header in Verilator 3.700

Added by Jeremy Bennett over 4 years ago. Updated over 4 years ago.

Status:Closed Start date:01/22/2009
Priority:Normal Due date:
Assignee:Wilson Snyder % Done:

0%

Category:Configure/Make/Compiling
Target version:-

Description

Compiling with GCC 4.3.0 under Fedora 9:

Missing header (for sort() function) in V3Const.cpp. Adding

#include <algorithm>

fixes this.

System details from uname -a

Linux thomas 2.6.27.9-73.fc9.i686 #1 SMP Tue Dec 16 15:25:05 EST 2008 i686 i686 i386 GNU/Linux

GCC version details (Fedora 9 standard):

Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) 

History

Updated by Wilson Snyder over 4 years ago

  • Category set to Configure/Make/Compiling
  • Status changed from New to Closed
  • Assignee set to Wilson Snyder

Thanks, this was already reported and is fixed in the GIT version.

Updated by Jeremy Bennett over 4 years ago

Thanks for the quick response - Jeremy

Also available in: Atom