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

Comiplation with gcc 4.3 fails due to header file cleanup #35

Closed
veripoolbot opened this issue Oct 15, 2008 · 3 comments
Closed

Comiplation with gcc 4.3 fails due to header file cleanup #35

veripoolbot opened this issue Oct 15, 2008 · 3 comments
Assignees
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Lane Brooks
Original Redmine Issue: 35 from https://www.veripool.org
Original Date: 2008-10-15
Original Assignee: Wilson Snyder (@wsnyder)


I found the latest git version of verilator does not compile with gcc 4.3.
It produces a strncmp not found error. As explained at http://gcc.gnu.org/gcc-4.3/porting_to.html, gcc-4.3 cleans up the header files. The solution is simply to #include to V3Ast.cpp

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2008-10-15T14:49:38Z


Fixed in git, please see if it works now & close the bug if so. I added it to a more common header, as I was worried I'd add a new strcmp and not realize I've broken it.

Thanks

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Lane Brooks
Original Date: 2008-10-15T16:11:04Z


works for me.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Lane Brooks
Original Date: 2008-10-15T16:12:11Z


I do not see an option anywhere to close the bug. Is it a permission thing?

@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