Bug 193144

Summary: cannot exec `tradcpp0'
Product: Red Hat Enterprise Linux 4 Reporter: Guy Streeter <streeter>
Component: compat-gcc-32Assignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: nobody
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-05 17:53:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Guy Streeter 2006-05-25 17:02:01 UTC
Trying to use gcc32 to build a RHEL3 kernel on RHEL4, I get:

gcc32: installation problem, cannot exec `tradcpp0': No such file or directory

when it tries to build an assembler sourcefile (entry.S)

I only reproduced this on x86_64, but tradcpp0 doesn't seem to be present in the
other arches either.

Comment 1 Guy Streeter 2006-05-25 17:04:52 UTC
This is the commanline:

gcc32 -D__ASSEMBLY__ -D__KERNEL__
-I/home/hsv/streeter/redhat/BUILD/kernel-2.4.21/linux-2.4.21/include
-traditional -c entry.S -o entry.o


Comment 2 Guy Streeter 2007-07-05 17:53:38 UTC
I no longer care if this gets fixed.