• Compilation of C TAL code on Tandem

    From Kunal shirsat@21:1/5 to All on Fri Sep 30 07:29:39 2022
    Hello All,

    Could you please help me out to compile the C TAL code on Tandem.
    Source file - TCPLISTC
    List file-TCPLISTL
    Object-TCPLISTO

    Thanks in advance.

    Regards,
    Kunal Shirsat

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Keith Dick@21:1/5 to Kunal shirsat on Fri Sep 30 21:16:25 2022
    On Friday, September 30, 2022 at 7:29:41 AM UTC-7, Kunal shirsat wrote:
    Hello All,

    Could you please help me out to compile the C TAL code on Tandem.
    Source file - TCPLISTC
    List file-TCPLISTL
    Object-TCPLISTO

    Thanks in advance.

    Regards,
    Kunal Shirsat

    Your question is a bit confusing. It probably would help if you explained a bit where you got the source file you are trying to compile, and perhaps what the object file is to be used for.

    The main point of confusion I have is that it is not clear whether your source file contains C source statements or TAL source statements. Those are two different programming languages, requiring different compilers.

    Another point of confusion is that you do not say whether the object file you want to produce should be native code for the CPU in your NonStop system or original TNS-architecture code to be interpreted (or accelerated) on the CPU in your NonStop system.

    Yet another point is, if your source file contains C source statements, do you want to produce object cot for the Guardian personality of the NonStop system or for the OSS personality?

    Please post again with the additional information and we can try to help.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to All on Sat Oct 1 19:13:26 2022
    These manuals might help you find a starting point to figure out what your application envioronment is:

    Guardian Programmers Guide https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c02543407

    Tal Programmers Guide https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c02133219

    pTAL Guidelines for TAL Programmers https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c02129286

    HP C/C++ Programmer’s Guide for NonStop Systems https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c02121175

    Jon Marcus

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)