Discussion:
Compilation of C TAL code on Tandem
(too old to reply)
Kunal shirsat
2022-09-30 14:29:39 UTC
Permalink
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
Keith Dick
2022-10-01 04:16:25 UTC
Permalink
Post by Kunal shirsat
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.
j-ma...@pacbell.net
2022-10-02 02:13:26 UTC
Permalink
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

Loading...