I am able to compile my program but not create an executable. I am using the following command cobc.exe -C -g -v -x {program name}. It is creating .I file and and converting it to C but not creating an .exe file.
I believe there is an issue with the path, because when I run C:\Program Files (x86 ...
Search found 9 matches
- Mon Jan 02, 2017 8:52 pm
- Forum: General
- Topic: How to install zeus to edit and compile cobol programs
- Replies: 4
- Views: 51564
- Sat Dec 31, 2016 6:32 pm
- Forum: General
- Topic: How to install zeus to edit and compile cobol programs
- Replies: 4
- Views: 51564
How to install zeus to edit and compile cobol programs
I used to use zeus on my old laptop over a year ago. Now i have a new laptop with windows 10, and I want to download and re-install zeus for my cobol programs, how can I do it?
- Sun Jan 18, 2015 4:30 pm
- Forum: General
- Topic: error with compiler
- Replies: 12
- Views: 29535
Re: error with compiler
That is fine, I am putting a lot of displays in my program as an alternative.
Thanks,
Thanks,
- Fri Jan 16, 2015 7:35 pm
- Forum: General
- Topic: error with compiler
- Replies: 12
- Views: 29535
Re: error with compiler
I have a question regarding the debugging for GNU cobol. I am compiling my program with the debugger and creating a workspace for it, but how can I set my breakpoints, when I do list source code I don't see the source.
Should the worspace have the same name as program name?
Thanks,
Should the worspace have the same name as program name?
Thanks,
- Fri Jan 16, 2015 12:54 am
- Forum: Tutorials, Tips and Tricks
- Topic: Using GNU COBOL with Zeus
- Replies: 3
- Views: 31105
Re: Using GNU Cobol with Zeus
I am trying to use the debugger, and I tried the following command
cobc.exe -C -g -x "$fn"
I created a workspace as specified, how can i set breaking points?
I can't see my program at all.
cobc.exe -C -g -x "$fn"
I created a workspace as specified, how can i set breaking points?
I can't see my program at all.
- Sun Jan 11, 2015 5:05 pm
- Forum: General
- Topic: error with compiler
- Replies: 12
- Views: 29535
Re: error with compiler
I re-installed gnu cobol 32 bits and that is working with the sample program. Now it's time to test more serious programs.
Thanks for all your help Jussi
Thanks for all your help Jussi
- Sun Jan 11, 2015 2:26 am
- Forum: General
- Topic: error with compiler
- Replies: 12
- Views: 29535
Re: error with compiler
Slowly i am getting somewhere, ze.cmd worked and i am compiling the sample hello program and i am getting the following messages uisng gnu cobol. This should compile with no error, is there any other configuration that i should know about?
test.obj : error LNK2019: unresolved external symbol __imp ...
test.obj : error LNK2019: unresolved external symbol __imp ...
- Thu Jan 08, 2015 12:45 am
- Forum: General
- Topic: error with compiler
- Replies: 12
- Views: 29535
Re: error with compiler
Thanks for your help, I added C++ express edition, I run vsvars32.bat then compiled and got the same error. I checked where cl.exe is and I added it to the PATH manually then I run the compile and it just hunged with the following message
<<
Using document type compiler options....
>>
What I am ...
<<
Using document type compiler options....
>>
What I am ...
- Mon Jan 05, 2015 3:35 pm
- Forum: General
- Topic: error with compiler
- Replies: 12
- Views: 29535
Re: error with compiler
I am new to ZEUS, I installed it and I am trying to compile a simple gnu Cobol program and getting the error
CL.exe doesn't exist.
I've checked to see where it is to add a path but couldn't find it. I use visual studion 11.0 on windows 7.
Any help is greatly apreciated as this will be used for a ...
CL.exe doesn't exist.
I've checked to see where it is to add a path but couldn't find it. I use visual studion 11.0 on windows 7.
Any help is greatly apreciated as this will be used for a ...