Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Error : "(0): internal error: 0_45589" when compiling a C++ file with -g

sh22iyer1
Beginner
327 Views
Hi,

I am getting this error :-

(0): internal error: 0_45589

when compiling a C++ file with the -g flag. Without the -g flag compilation goes through fine. This is using icc 8.0 on RHEL 3.0 :-

$icc -V
Intel C++ Compiler for 32-bit applications, Version 8.0 Build 20040304Z Package ID: l_cc_pc_8.0.058_pe061
Copyright (C) 1985-2004 Intel Corporation. All rights reserved.


Thanks.
0 Kudos
1 Reply
Maximillia_D_Intel
327 Views
Hi,
Here are some suggestions:
1. Try a newer version of the 8.0 compiler.
2. Consider moving to 8.1
3. If neither of these work, file a premier support issue.
4. Turn off -g for the file that causes the compiler to crash
Hopefully, one of these will work for you.
Max
0 Kudos
Reply