Questions tagged [pa-risc]
5 questions
1
vote
1 answer
Is there a way to compile C/C++ for HP PA-RISC on a non PA-RISC machine?
I have some code written predominantly in C which compiles on HP-UX PA-RISC, HP-UX Itanium, and Solaris SPARC platforms.
My PA-RISC machine is so far EOL its untrue, and I have a client that I need to support on that architecture.
Is it possible to…

Nick
- 1,116
- 2
- 12
- 24
0
votes
1 answer
Multiplatform build - snprintf fails in C
I am learning C and trying to make sure my code is portable. For that effect, I build on Macs (ARM, PPC, Intel), Linux (ARM, PPC, PA-RISC) and HP-UX (PA-RISC).
To make sure I have an easy way to output simple graphics, I am using GLUT.
I have the…

Shiunbird
- 87
- 8
0
votes
1 answer
Function name is not displaying in GDB
I have the core dump file. I kept the c binary application(Built with Debug ON option) in the GDB path which caused the core dump along with the core file.
But when I do GDB, I am getting the stack information as below:
sura@hyde:/abc/def/ghi/appln…

SuRa
- 503
- 2
- 12
- 24
0
votes
1 answer
What do these HP-UX PA-RISC aCC compiler options mean?
I'm checking a 7 years old C/C++ system's Makefile. It was compiled by HP aCC, and it's running on HP-UX PA-RISC. I found many cflags descriptions here: http://h21007.www2.hp.com/portal/download/files/unprot/aCxx/Online_Help/options.htm , but these…

Leonardo Alt
- 325
- 3
- 9
-1
votes
2 answers
PA-RISC inline assembly with HP CC compiler
I need to port some code written with a GCC compiler and inline assembly to its HP Unix equivalent. The situation is that HP CC compiler does not support the _asm keyword and of course the syntax is completely different. I have been looking on the…

EMBT
- 37
- 1
- 2