Keyboard Shortcuts
Likes
Search
link error under vm370CE_1_1_2
I testing a "C" program using gcc in VM370CE_1_1_2.? It compiles clean, but when
I load it, I have two undefined DSTAKIN and DSTAKOT.? Researching it appears to be
something with the stack.? I am using the following:
?
I am using two includes:
stdio.h
stdlib.h
?
gcc sc1 ( cms? and then
load sc1
?
Is there a library or include file that I need to add to clear these errors.
?
Thank you
Tom C.
?
? |
¿ªÔÆÌåÓýTom, You need to switch libraries. You said to use the ¡°gcclib¡± include files, then linked it against PDPCLIB. Try ¡°global txtlib gcclib¡± before the load Dave ? From: [email protected] <[email protected]> On Behalf Of Tom Chandler via groups.io
Sent: 17 September 2024 21:35 To: [email protected] Subject: [h390-vm] link error under vm370CE_1_1_2 ? I testing a "C" program using gcc in VM370CE_1_1_2.? It compiles clean, but when I load it, I have two undefined DSTAKIN and DSTAKOT.? Researching it appears to be something with the stack.? I am using the following: ? I am using two includes: stdio.h stdlib.h ? gcc sc1 ( cms? and then load sc1 ? Is there a library or include file that I need to add to clear these errors. ? Thank you Tom C. ? ? |
Dave, Thank you very much.,? That cleared the problems, now to test the app. Thank you /com c On Tue, Sep 17, 2024 at 3:50?PM Dave Wade via <dave.g4ugm=[email protected]> wrote:
|