Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114691 - gcc: Internal error: Aborted (program collect2)
Summary: gcc: Internal error: Aborted (program collect2)
Status: RESOLVED DUPLICATE of bug 20600
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-06 21:01 UTC by Jacob
Modified: 2005-12-07 00:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Short source code that causes the bug to occur (mkopcode.c,1.04 KB, text/plain)
2005-12-06 21:03 UTC, Jacob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob 2005-12-06 21:01:48 UTC
I'm trying to compile the C file 'mkopcode.c', attached.

Reproducible: Always
Steps to Reproduce:
1. Try to compile the file mkopcode.c using make or just invoking gcc from the
command line

Actual Results:  
Quits unsuccessfully, and tells me to come here

Expected Results:  
Create a program that I can use to transform a list of opcodes into a header
file used elsewhere in the project.

The errors are as follows:
~/project/src $ make
gcc -o mkopcode mkopcode.c
gcc: Internal error: Aborted (program collect2)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[1]: *** [mkopcode] Error 1
make: *** [all] Error 2
Comment 1 Jacob 2005-12-06 21:03:09 UTC
Created attachment 74203 [details]
Short source code that causes the bug to occur
Comment 2 Jacob 2005-12-06 21:20:47 UTC
Tested some additional source files; void main(){} wouldn't even compile.
Rebooted.
Now it works fine.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-12-07 00:21:08 UTC

*** This bug has been marked as a duplicate of 20600 ***