Incompatiblity of the code due to CC compiler version mismatch.


 
Thread Tools Search this Thread
Top Forums Programming Incompatiblity of the code due to CC compiler version mismatch.
# 15  
Old 12-13-2012
I ve created some sample Program

Sample.c

#include<iostream.h>
int main()
{
cout<<"Hello world";
}

/opt/SUNWspro/bin/CC -temp=/tmp -c -xtarget=ultra -xarch=v8plusa -DENABLE_ASSERT -mt -I/home1/tnpm_testuser/export/src/wm/wm_cpp_loader/libs/rwextensions/include sample.C

generated Sample.o

./Sample.o

./Sample

ksh: ./sample.o: cannot execute

I ve checked file permissions they are fine (777)
# 16  
Old 12-13-2012
OK, what's the output from "file Sample" and "file Sample.o" along with "elfdump -e Sample" and "elfdump -e Sample.o"? ("elfdump" should be in /usr/ccs/bin)

Try compiling with this:

Code:
 /opt/SUNWspro/bin/CC -temp=/tmp -c -xarch=generic -xtarget=generic -DENABLE_ASSERT -mt  -I/home1/tnpm_testuser/export/src/wm/wm_cpp_loader/libs/rwextensions/include  sample.C

# 17  
Old 12-13-2012
Is the code compatible when compiled without -fast or any -x* options. I recall it being very easygoing, then. If you want that extra speed, compiling for each box -fast or with the options from the tool on the prior page seems like the right direction.

Usually, when it does not run, it logs something appropriate about the CPU compatibility.
# 18  
Old 02-11-2013
Hello

I am migrating the code written in SUN 4.3 to SUN 5.8

while linking i am getting the following errors

Code:
Undefined                       first referenced
 symbol                             in file
cerr                                ../../../../libs/lib/libgeneral.a(string.o)
unsafe_ostream::operator<<(long)              ../../../../libs/lib/libgeneral.a(string.o)
operator delete(void*)                            msggen.o
operator new(unsigned int)                            licensemessage.o
Iostream_init::Iostream_init(void)               msggen.o
Iostream_init::~Iostream_init(void)               msggen.o
istream::operator>>(char*)                    ../../../../libs/lib/libgeneral.a(string.o)
setw(int)                          ../../../../libs/lib/libgeneral.a(string.o)
unsafe_ostream::outstr(const char*, const char*)     ../../../../libs/lib/libgeneral.a(string.o)
_ex_rethrow_q                       msggen.o
ld: fatal: Symbol referencing errors. No output written to msggen
*** Error code 1


I have written a sample program using the Prototypes for which it is firing out above error

#include<stdio.h>
#include<iostream.h>
int main()
{
int len=10;
char *coded = new char[len];
int *a=new int();
printf("Herllo");
cerr<<"Hello world:";
cerr << "\nString Array Out of Bounds!! index: " << ":elem"
<< " String length (0-"
<<" len" << ")\n";

delete [] coded;
delete a;
}

i could able to compile and run the program

so i am not getting any pointers to fix the issue. any pointer to fix the issue are highly appreciated.

Regards.
Revathi R
# 19  
Old 02-11-2013
What are you using to link? "ld" or "CC"?
# 20  
Old 02-12-2013
/opt/SUNWspro/bin/CC -o msggen msggen.o licensemessage.o ../../../../libs/lib/libgeneral.a

---------- Post updated 02-12-13 at 01:02 AM ---------- Previous update was 02-11-13 at 05:43 AM ----------

Hello,

I am working on migration of code from 4.2 to 5.8

I can complie a snippet with CC 5.8


Code:
#include<stdio.h>
#include<iostream.h>
int main()
{
int len=10;
char *coded = new char[len];
int *a=new int();
printf("Herllo");
cerr<<"Hello world:";
 cerr << "\nString Array Out of Bounds!! index: " << ":elem"
             << " String length (0-"
             <<" len" << ")\n";
int len1=strlen("idjfhdjfjtxt") + 1;
printf("%d\n",len1);
delete [] coded;
delete a;
}

Code:
CC sample.C
compiled well and good and i could see the out put when i run

Code:
CC --compat=4 sample.C
"Ccode.C", line 13: Error: The function "strlen" must have a prototype.
1 Error(s) detected.

How can i resolve this, as i am migrating my entire code during linking i am getting many symbol referencing errors as mentioned in previoues post


Thanks in advance,
Revathi R.
# 21  
Old 02-12-2013
man strlen

You probably need to include string.h or strings.h.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need fix for rsync Error due to version mismatch

rsync --delay-updates -F --compress --archive --rsh='/usr/bin/ssh -t -a -x' /web/admin/Transfer/data/ user1@destserver1:/tmp/testf rsync version on sender server is:3.0.9 rsync version on sender server is:3.0.6 Linux sourceserver1 3.10.0-693.17.1.el7.x86_64 #1 SMP Sun Jan 14 10:36:03 EST... (1 Reply)
Discussion started by: mohtashims
1 Replies

2. Linux

Linking issue due to so version number

Hi all, currently I'm facing a issue in linking a .so file. In my build machine, I've libcrypto.so.6 and there is a softlink as libcrypto.so. In my make file I'm trying to link to the lib using -L -lcrypto and it is success and created my test.exe. When I copy this test.exe to other... (4 Replies)
Discussion started by: vijkrr
4 Replies

3. AIX

Checking xlc compiler version

Hi, Below is output of lslpp command. bash-3.00# lslpp -L | grep xlC xlC.aix50.rte 11.1.0.1 C F XL C/C++ Runtime for AIX 5.3 xlC.cpp 9.0.0.0 C F C for AIX Preprocessor xlC.msg.en_US.cpp 9.0.0.0 C F C for AIX... (2 Replies)
Discussion started by: manoj.solaris
2 Replies

4. Programming

Choose compiler version

Hi, I'm new, here, and I'm searching for a simple solution for a simple problem. I'm working on RedHat 4.4.6-4 through a CentOS Virtual Machine and due to some reasons I must compile my C++ codes with these two different g++ versions: 4.4.6 and 4.2.2. The fact is that I should be able to... (4 Replies)
Discussion started by: Marcuss
4 Replies

5. Solaris

java version mismatch for normal user and root user

:confused: I installed latest version of java ( jre 1.6) on Solaris Machine ......when I run java -version as root, shows the latest version but when I run java -version as normal user, shows the old / previous version What should I do to fix this ...should show the latest version... (3 Replies)
Discussion started by: frintocf
3 Replies

6. AIX

install two different compiler version

Hi all. I have a simple question. There's a way to install under AIX system (5.3) two different compiler version, i.e. ibm xlf fortran 11 and 12? Seems that smitty doesn't allows user to change the default installation path; it only allows you to save the replaced files of the superseded... (1 Reply)
Discussion started by: poldo000
1 Replies

7. AIX

how to find out the compiler version and OS from binary file

Command to get the Compiler version(xlc/gcc) from the binary on AIX platform. I m searching for the Command, to get the Compiler(xlc/gcc) used to build the binary on AIX. I got two commands used on Linux Platform: - readelf -a <lib> | grep comment - hexdump -C -s 0x49e7b -n 1812 <lib> ... (1 Reply)
Discussion started by: Prajakta
1 Replies

8. UNIX for Dummies Questions & Answers

What version is the compiler?

Hi ! we have a intel fortran compiler on our computer. How do i find out what version it is ? Thank you, dsmv. (1 Reply)
Discussion started by: dsmv
1 Replies

9. Solaris

X Keyboard Extension version mismatch

I want to use calls from the X Keyboard Extension, but get "library version mismatch" error. First one is XkbLibraryVersion(..). This one already returns false. Then I call XkbOpenDisplay(...) which does not return a valid display; return value is XkbOD_NonXkbServer. If I open the display with... (0 Replies)
Discussion started by: hiker04
0 Replies

10. UNIX for Dummies Questions & Answers

gcc compiler version?

How do you determine which version of the GNU gcc compiler is on your system? (1 Reply)
Discussion started by: Ben070371
1 Replies
Login or Register to Ask a Question