Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile errors in verilatedimp.h with STLPort 5.1.3 and RHEL4 #197

Closed
veripoolbot opened this issue Dec 11, 2009 · 1 comment
Closed

Compile errors in verilatedimp.h with STLPort 5.1.3 and RHEL4 #197

veripoolbot opened this issue Dec 11, 2009 · 1 comment
Assignees
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Byron Bradley (@bbradley)
Original Redmine Issue: 197 from https://www.veripool.org
Original Date: 2009-12-11
Original Assignee: Wilson Snyder (@wsnyder)


Building C++ output from Verilator on a Redhat 4 (gcc 3.4.3) system with STLPort 5.1.3 produces some very long STL errors complaining that:

error: passing `const VerilatedCStrCmp' as `this' argument of `bool VerilatedCStrCmp::operator()(const char*, const char*)' discards qualifiers

The member function in VerilatedCStrCmp needs to be const. Patch attached.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2009-12-11T12:00:56Z


Thanks for the patch, I pushed it to git.

@veripoolbot veripoolbot added area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants