1758626 Members
2077 Online
108874 Solutions
New Discussion юеВ

Re: HP C warning message

 
Lee Yeow leong
Occasional Contributor

HP C warning message

Hi! I got this warning message whenever I use my
ansi c compiler.

/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (test2.o) was
detected. The linked output may not run on a PA 1.x system.

What can I do to remove this warning message?

TIA.
2 REPLIES 2

Re: HP C warning message

Use "+DA1.1" in your CFLAGS environment variable.

Re: HP C warning message

Either ignore it (if you don't need the program to run on PA 1.1 systems) or
use +DA1.1 in the CFLAGS environment variable