- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How can I compile my C program in vms 7.0?Foll...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2005 02:24 PM
тАО05-22-2005 02:24 PM
%LINK-W-RECTYP, file DKA200:[KINGDEER]BIG_GB.C;6 record 74 is illegal (8224.)
%LINK-W-RECTYP, file DKA200:[KINGDEER]BIG_GB.C;6 record 75 is illegal (8224.)
%LINK-W-RECTYP, file DKA200:[KINGDEER]BIG_GB.C;6 record 76 is illegal (8224.)
%LINK-W-NOEOM, no end-of-module record found
in module file DKA200:[KINGDEER]BIG_GB.C;6
%LINK-W-SEQNCE, illegal record sequence
in module file DKA200:[KINGDEER]BIG_GB.C;6
%LINK-W-EMPTYFILE, no modules found in file DKA200:[KINGDEER]BIG_GB.C;6
%LINK-W-USRTFR, image DKA200:[KINGDEER]BIG_GB.EXE;1 has no user transfer address
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2005 02:44 PM
тАО05-22-2005 02:44 PM
Re: How can I compile my C program in vms 7.0?Following error,solute?
Kismet,
Welkom to the ITRC forum.
be sure to check out:
http://forums1.itrc.hp.com/service/forums/helptips.do?
and at some point:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140137
Unlike Unix systems where the compiler often automatically chains to a loader/linker functions these steps are always explicit in VMS.
So you have to first use $ CC big_bg
This will create an object file big_bg.obj
next you must $ LINK big_bg
That step will read the .obj file and create an .exe file.
This .exe can then be executed: $ RUN big_bg
Hope this helps,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2005 03:08 PM
тАО05-22-2005 03:08 PM
Re: How can I compile my C program in vms 7.0?Following error,solute?
But I used the following command,there are errors:
$ CC new_withprint.C
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\CC\
First I used commands is a com:
$ ed ccc.com
$ cc /stand=vax 'p1
$ link 'p1
Command: quit
If I run the com:
$ @CCC NEW_WITHPRINT
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\CC\
%LINK-F-OPENIN, error opening DKA200:[KINGDEER.BAK]NEW_WITHPRINT.OBJ; as input
-RMS-E-FNF, file not found
why?
Thanks agains!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2005 03:50 PM
тАО05-22-2005 03:50 PM
Re: How can I compile my C program in vms 7.0?Following error,solute?
The following...
$ CC new_withprint.C
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\CC\
implies that you DO NOT have a C compiler.
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2005 04:08 PM
тАО05-22-2005 04:08 PM
Re: How can I compile my C program in vms 7.0?Following error,solute?
But there are a lots of the old C program in my VMS system.Some is running.I think it has setuped.If it's true,how can I have a C compiler?GCC for vms?
Sorry,everyone!My english is very poor ,I know it's very poor too!Learning...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2005 04:22 PM
тАО05-22-2005 04:22 PM
Re: How can I compile my C program in vms 7.0?Following error,solute?
The C compiler for VMS is a separate layered product
which means that you have to purchase a license in
order to use it. Once you have a license, you can
install it (from the Consolidated distribution).
If however this is a hobbyist system (that is not
being used for commercial purposes) you can obtain
licenses for almost everything that runs on VMS.
http://www.openvmshobbyist.com/ is the address of
the hobbyist site. You will need a valid DECUS
membership. You can try at
http://www.encompassus.org/
Hope this helps.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2005 04:35 PM
тАО05-22-2005 04:35 PM
Re: How can I compile my C program in vms 7.0?Following error,solute?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2005 06:26 PM
тАО05-22-2005 06:26 PM
Solutionhttp://www.encompassus.org/>
Associate membership - which is free - is sufficient, though you will not be able to use the full potential (a lot of free/low cost software is available)
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2005 06:31 PM
тАО05-22-2005 06:31 PM
Re: How can I compile my C program in vms 7.0?Following error,solute?
I heard you can find gcc for vms. Look for it at follow links:
http://public.planetmirror.com/pub/gcc-vms/
http://www.au.horde.org/pub/gcc-vms/
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 01:10 AM
тАО05-23-2005 01:10 AM
Re: How can I compile my C program in vms 7.0?Following error,solute?
Good evening!I try to apply for a valid DECUS membership at http://www.encompassus.org,but I failed at step 3)register,following errors:
Please enter all required information
Required Information:
Your Membership Number is not in our database or is incorrect. Please check with your Chapter to insure it is correct and they have updated us. Sorry for any inconvenience.
Then ,I try to set up gcc that download from
http://public.planetmirror.com/pub/gcc-vms/
First step is ok,but the command "$ @disk:[this.directory]GCC_STARTUP.COM" occured following errors :
%DCL-W-ACTIMAGE, error activating image GNU_CC:[000000]GCC-CPP.EXE
-CLI-E-IMGNAME, image file AS1000$DKA200:[KINGDEER.BAK.GCC-VMS-2_7_1.GCC.][000000]GCC-CP
P.EXE;1
-IMGACT-F-NOTNATIVE, image is not an OpenVMS Alpha image
If you have any good seggestion ,pls tell me!Because my english is very poor,I hope some friends that understand chinese can help me!My hotmail address is:mtkt_7@hotmail.com,Welcome to contact me!Firstly thanks,I solute it to need urgently!
Bye-bye everyone,see you tomorr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 01:23 AM
тАО05-23-2005 01:23 AM
Re: How can I compile my C program in vms 7.0?Following error,solute?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 01:39 AM
тАО05-23-2005 01:39 AM
Re: How can I compile my C program in vms 7.0?Following error,solute?
https://www.encompassus.org/secure/membApp/index.cfm?form_type=ASSOC
you should be filling in
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 10:44 AM
тАО05-23-2005 10:44 AM
Re: How can I compile my C program in vms 7.0?Following error,solute?
https://www.encompassus.org/secure/membApp/index.cfm?form_type=ASSOC,but appear to above errors!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2005 01:01 PM
тАО05-24-2005 01:01 PM
Re: How can I compile my C program in vms 7.0?Following error,solute?
http://www.tmk.com/ftp/vms-freeware/gcc-for-alpha/