- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - OpenVMS
- >
- IMGACT-F-BAD_LINK Problems executing old vax image...
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
IMGACT-F-BAD_LINK Problems executing old vax images recompiled and linked on Alpha
SOLVED- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-11-2004 01:48 AM
08-11-2004 01:48 AM
%, image, linked /NATIVE_ONLY, cannot call a translated routine
-IMGACT-F-FIXUPERR, error when CUC_MAILING referenced FORRTL_D56_TV
I have recompiled and relinked several other programs without any problems.
Any idea what the problem is and how to resolve it.?
brgrds
Kjetil Johansen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-11-2004 01:55 AM
08-11-2004 01:55 AM
Re: IMGACT-F-BAD_LINK Problems executing old vax images recompiled and linked on Alpha
Re: IMGACT-F-BAD_LINK Problems executing old vax images recompiled and linked on Alpha
technically FIXUPERR require /NONATIVE qualifier in link. See HELP /MES FIXUPERR.
I guess you try link using shared image vested from vax (and they are named _TV)
Try using /NONATIVE and post furthermore informations for more detailed help.
Cheers
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-11-2004 02:38 PM
08-11-2004 02:38 PM
Re: IMGACT-F-BAD_LINK Problems executing old vax images recompiled and linked on Alpha
Re: IMGACT-F-BAD_LINK Problems executing old vax images recompiled and linked on Alpha
When you compile use the /TIE qualifier.
When you link use the /NONATIVE_ONLY qualifier.
Regards
Dave
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-11-2004 03:20 PM
08-11-2004 03:20 PM
SolutionYour image is referencing FORRTL_D56_TV, which is translated.
Check your link map to see where the reference is coming from (LINK/MAP/FULL).
The most likely reason for this is code that calls a routine with a "FOR$" prefix, for example FOR$DATE for FOR$TIME. The prefix in the native DEC$FORRTL is "DFOR$". Check your code to see where and why these routines are being used. You need to replace them with generic routine names or builtins.
One exception, FOR$RAB should be recognised by recent versions of the compiler and replaced with "DFOR$RAB" (but don't declare it "EXTERNAL"). If you're running DEC FORTRAN V6.1 or below this won't happen. If so, DON'T change your code, upgrade your compiler!
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP