Hi
I am trying to create a DLL with c cobject file for 64-BIT and it fails with below error code. It works for 31 bit , buy when I use "lp64" option it fails.Appreciate any help.
c89 -W l,lp64,dll -o libMyLib.so TEST.o "//'TEST.JOBLIB.OBJ(TEST)'"
Error details:
IEW2469E 9907 THE ATTRIBUTES OF A REFERENCE TO ETFTEST FROM SECTION TEST#C
DO NOT MATCH THE ATTRIBUTES OF THE TARGET SYMBOL. REASON 2
Note : It compiles and generates a .o file with lp64 option without any errors.
Appreciate any help.
pathi7