LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How can I fix this error during make? (https://www.linuxquestions.org/questions/programming-9/how-can-i-fix-this-error-during-make-437765/)

M$ISBS 04-22-2006 01:01 PM

How can I fix this error during make?
 
Trying to run make on hydrogen 9.3 drum machine and I continue to get this same error:

src/lib/LocalFileMng.cpp:447: internal compiler error: in final_scan_insn, at
final.c:2117


Any ideas?
Thanks.

dannystaple 04-22-2006 01:29 PM

Hi there,
I would advise you to include the package name "hydrogen" in the title of the post and thread - that way you are more likely to attract those who really know about it.

What do the lines around src/lib/LocalFileMng.cpp:447 look like? An internal compiler error means that gcc itself has actually failed in some way - so it may (or may not) be useful to post the version of gcc you are using, and equally to have a good look on the web to see if there is any mention of it on the hydrogen site, or if there is a post relating to a construct similar to that on line 447 has resulted in the same crash on the gcc sites and forums.

Have you tried doing a complete make clean on it, re-running configure (making sure you have supplied the right parameters to that if they might be required) and then making hydrogen from scratch? And were there any messages or warning furthar up in the build process which might be useful?

Cheers,
Danny


All times are GMT -5. The time now is 07:45 PM.