Error when compiling whith gcc in order to create a dynamic librairy.

Hy all,
I facing the following error at compilation time :
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
The list of commands I have issued are here :
# env
PATH=/usr/sbin:/usr/bin:/usr/local/bin
CC=/usr/local/bin/gccLD_LIBRARY_PATH=/usr/local/lib:/usr/local/ssl/lib
Tools used under solaris 8 ( all is under /usr/local/bin)
ANDIrand-0.7-5.8-sparc-1.pkgbc-1.06-sol8-sparc-local
binutils-2.20.1-sol8-sparc-local => GNU for sparc
gcc-3.4.6-sol8-sparc-local => GNU for sparclibiconv-1.13.1-sol8-sparc-local
libintl-3.4.0-sol8-sparc-localm4-1.4.15-sol8-sparc-local
libsigsegv-2.9-sol8-sparc-localmake-3.82-sol8-sparc-local
nss_ldap-265openssl-1.0.0a
rsaref20.tar => library openssl
# pwd/usr/local/doc/openssl-1.0.0a/demos/engines/rsaref/install
# ls -ltotal 490
-rw-r--r-- 1 root other 7056 Nov 17 14:12 desc.o-rwxr-xr-x 1 root other 27520 Nov 17 14:25 dhdemo
-rw-r--r-- 1 root other 10216 Nov 17 14:25 dhdemo.o-rw-r--r-- 1 root other 1520 Nov 17 14:12 digit.o
drwx------ 2 3191 40 512 Mar 25 1994 dos-rw-r--r-- 1 root other 47960 Nov 17 14:12 librsaref.a
-rwxr-xr-x 1 root other 6056 Nov 17 14:32 librsaref.sodrwx------ 2 3191 40 512 Mar 25 1994 mac
-rw------- 1 3191 40 1217 Nov 17 14:12 makefile-rw-r--r-- 1 root other 2384 Nov 17 14:12 md2c.o
-rw-r--r-- 1 root other 4740 Nov 17 14:12 md5c.o-rw-r--r-- 1 root other 5420 Nov 17 14:12 nn.o
-rw-r--r-- 1 root other 2144 Nov 17 14:12 prime.o-rw-r--r-- 1 root other 2400 Nov 17 14:12 r_dh.o
-rw-r--r-- 1 root other 3436 Nov 17 14:12 r_encode.o-rw-r--r-- 1 root other 7696 Nov 17 14:12 r_enhanc.o
-rw-r--r-- 1 root other 3160 Nov 17 14:12 r_keygen.o-rw-r--r-- 1 root other 1372 Nov 17 14:12 r_random.o
-rw-r--r-- 1 root other 804 Nov 17 14:12 r_stdlib.o-rwxr-xr-x 1 root other 51932 Nov 17 14:25 rdemo
-rw-r--r-- 1 root other 3660 Nov 17 14:12 rsa.o-rw-r--r-- 1 root other 47960 Nov 17 14:25 rsaref.a
drwx------ 2 3191 40 512 Mar 25 1994 unix
COMPILATION COMMAND : "the error is at the end" :
# gcc -o librsaref.so.2 -shared -Wl,-soname,librsaref.so *.o
ld: warning: option -o appears more than once, first setting taken
Text relocation remains
referenced
against symbol offset in file
<unknown> 0xb84 dhdemo.o
<unknown> 0xb88 dhdemo.o
<unknown> 0xb8c dhdemo.o
<unknown> 0xb90 dhdemo.o
<unknown> 0xb94 dhdemo.o
<unknown> 0xb98 dhdemo.o
<unknown> 0xb9c dhdemo.o
<unknown> 0xba0 dhdemo.o
<unknown> 0xba4 dhdemo.o
<unknown> 0xba8 dhdemo.o
<unknown> 0xbac dhdemo.o
<unknown> 0xbb0 dhdemo.o
<unknown> 0xbb4 dhdemo.o
R_GetRandomBytesNeeded 0x22c dhdemo.o
NN_Zero 0x978 nn.o
NN_Zero 0xab4 nn.o
NN_Zero 0x274 prime.o
PARAMS2 0x540 dhdemo.o
PARAMS2 0x544 dhdemo.o
PARAMS2 0x548 dhdemo.o
PARAMS2 0x550 dhdemo.o
PARAMS2 0x55c dhdemo.o
PARAMS2 0x560 dhdemo.o
PARAMS2 0x580 dhdemo.o
PARAMS2 0x6a4 dhdemo.o
PARAMS2 0x6a8 dhdemo.o
PARAMS2 0x6b0 dhdemo.o
PARAMS2 0x844 dhdemo.o
PARAMS2 0x848 dhdemo.o
<unknown> 0x608 desc.o
<unknown> 0x60c desc.o
<unknown> 0x614 desc.o
<unknown> 0x618 desc.o
<unknown> 0x65c desc.o
<unknown> 0x660 desc.o
<unknown> 0x66c desc.o
<unknown> 0x670 desc.o
<unknown> 0x678 desc.o
<unknown> 0x67c desc.o
<unknown> 0x9cc desc.o
<unknown> 0x9d0 desc.o
<unknown> 0x9d4 desc.o
<unknown> 0x9d8 desc.o
<unknown> 0x9dc desc.o
<unknown> 0x9e0 desc.o
<unknown> 0x9e4 desc.o
<unknown> 0x9e8 desc.o
<unknown> 0x9ec desc.o
<unknown> 0x9f0 desc.o
<unknown> 0x9f4 desc.o
<unknown> 0x9f8 desc.o
<unknown> 0x9fc desc.o
<unknown> 0xa00 desc.o
<unknown> 0xa04 desc.o
<unknown> 0xa08 desc.o
DESX_CBCUpdate 0xed4 r_enhanc.o
DES3_CBCRestart 0xf28 r_enhanc.o
R_memset 0x134 desc.o
R_memset 0x144 desc.o
R_memset 0x304 desc.o
R_memset 0x314 desc.o
R_memset 0x4c8 desc.o
R_memset 0x4d8 desc.o
R_memset 0x7e8 desc.o
R_memset 0x7f8 desc.o
R_memset 0x808 desc.o
R_memset 0x384 nn.o
R_memset 0x638 nn.o
R_memset 0x648 nn.o
R_memset 0x688 nn.o
R_memset 0x6d8 nn.o
R_memset 0x860 nn.o
R_memset 0x870 nn.o
R_memset 0x9c4 nn.o
R_memset 0x9d4 nn.o
R_memset 0x9e4 nn.o
R_memset 0x9f4 nn.o
R_memset 0xa04 nn.o
R_memset 0xa14 nn.o
R_memset 0xa24 nn.o
R_memset 0xa34 nn.o
R_memset 0xae4 nn.o
R_memset 0xaf4 nn.o
R_memset 0xb04 nn.o
R_memset 0x2a4 prime.o
R_memset 0x310 prime.o
R_memset 0x2b0 r_dh.o
R_memset 0x390 r_dh.o
R_memset 0x3a0 r_dh.o
R_memset 0x160 r_enhanc.o
R_memset 0x170 r_enhanc.o
R_memset 0x264 r_enhanc.o
R_memset 0x274 r_enhanc.o
R_memset 0x284 r_enhanc.o
R_memset 0x394 r_enhanc.o
R_memset 0x488 r_enhanc.o
R_memset 0x550 r_enhanc.o
R_memset 0x6e8 r_enhanc.o
R_memset 0x7cc r_enhanc.o
R_memset 0x8d4 r_enhanc.o
R_memset 0x9b8 r_enhanc.o
R_memset 0x9c8 r_enhanc.o
R_memset 0xb10 r_enhanc.o
R_memset 0xb20 r_enhanc.o
R_memset 0xb90 r_enhanc.o
R_memset 0xce0 r_enhanc.o
R_memset 0xe04 r_enhanc.o
R_memset 0xe14 r_enhanc.o
R_memset 0x458 r_keygen.o
R_memset 0x468 r_keygen.o
R_memset 0x478 r_keygen.o
R_memset 0x488 r_keygen.o
R_memset 0x498 r_keygen.o
R_memset 0x4a8 r_keygen.o
R_memset 0x4b8 r_keygen.o
R_memset 0x4c8 r_keygen.o
R_memset 0x4d8 r_keygen.o
R_memset 0x4e8 r_keygen.o
R_memset 0x550 r_keygen.o
R_memset 0x5d0 r_keygen.o
R_memset 0x14 r_random.o
R_memset 0xb8 r_random.o
R_memset 0x1b4 r_random.o
R_memset 0xc8 rsa.o
R_memset 0x1d4 rsa.o
R_memset 0x290 rsa.o
R_memset 0x390 rsa.o
R_memset 0x47c rsa.o
R_memset 0x48c rsa.o
R_memset 0x6f8 rsa.o
R_memset 0x708 rsa.o
R_memset 0x718 rsa.o
R_memset 0x728 rsa.o
R_memset 0x738 rsa.o
R_memset 0x748 rsa.o
R_memset 0x758 rsa.o
R_memset 0x768 rsa.o
R_memset 0x778 rsa.o
R_memset 0x788 rsa.o
R_memset 0x798 rsa.o
DES_CBCRestart 0xf08 r_enhanc.o
DESX_CBCRestart 0xf1c r_enhanc.o
DES3_CBCInit 0xe8c r_enhanc.o
DES_CBCUpdate 0xebc r_enhanc.o
DES3_CBCUpdate 0xee0 r_enhanc.o
DESX_CBCInit 0xe7c r_enhanc.o
DES_CBCInit 0xe6c r_enhanc.o
<unknown> 0x7dc dhdemo.o
<unknown> 0x814 dhdemo.o
seedByte.0 0x224 dhdemo.o
seedByte.0 0x244 dhdemo.o
<unknown> 0xab8 dhdemo.o
<unknown> 0xabc dhdemo.o
<unknown> 0x28 dhdemo.o
<unknown> 0x30 dhdemo.o
<unknown> 0x3c dhdemo.o
<unknown> 0x44 dhdemo.o
<unknown> 0x48 dhdemo.o
<unknown> 0x50 dhdemo.o
<unknown> 0x54 dhdemo.o
<unknown> 0x5c dhdemo.o
<unknown> 0x60 dhdemo.o
<unknown> 0x68 dhdemo.o
<unknown> 0x6c dhdemo.o
<unknown> 0x74 dhdemo.o
<unknown> 0x80 dhdemo.o
<unknown> 0x88 dhdemo.o
<unknown> 0xc8 dhdemo.o
<unknown> 0xe8 dhdemo.o
<unknown> 0xf0 dhdemo.o
<unknown> 0xf8 dhdemo.o
<unknown> 0x118 dhdemo.o
<unknown> 0x120 dhdemo.o
<unknown> 0x130 dhdemo.o
<unknown> 0x16c dhdemo.o
<unknown> 0x180 dhdemo.o
<unknown> 0x204 dhdemo.o
<unknown> 0x20c dhdemo.o
<unknown> 0x268 dhdemo.o
<unknown> 0x270 dhdemo.o
<unknown> 0x288 dhdemo.o
<unknown> 0x290 dhdemo.o
<unknown> 0x2a4 dhdemo.o
<unknown> 0x2a8 dhdemo.o
<unknown> 0x2f0 dhdemo.o
<unknown> 0x2f8 dhdemo.o
<unknown> 0x310 dhdemo.o
<unknown> 0x318 dhdemo.o
<unknown> 0x32c dhdemo.o
<unknown> 0x334 dhdemo.o
<unknown> 0x36c dhdemo.o
<unknown> 0x374 dhdemo.o
<unknown> 0x3c0 dhdemo.o
<unknown> 0x3c8 dhdemo.o
<unknown> 0x3ec dhdemo.o
<unknown> 0x3f0 dhdemo.o
<unknown> 0x414 dhdemo.o
<unknown> 0x41c dhdemo.o
<unknown> 0x450 dhdemo.o
<unknown> 0x458 dhdemo.o
<unknown> 0x470 dhdemo.o
<unknown> 0x478 dhdemo.o
<unknown> 0x4d4 dhdemo.o
<unknown> 0x4dc dhdemo.o
<unknown> 0x4f0 dhdemo.o
<unknown> 0x4f4 dhdemo.o
<unknown> 0x508 dhdemo.o
<unknown> 0x510 dhdemo.o
<unknown> 0x524 dhdemo.o
<unknown> 0x5c4 dhdemo.o
<unknown> 0x5cc dhdemo.o
<unknown> 0x5d4 dhdemo.o
<unknown> 0x5dc dhdemo.o
<unknown> 0x600 dhdemo.o
<unknown> 0x604 dhdemo.o
<unknown> 0x608 dhdemo.o
<unknown> 0x618 dhdemo.o
<unknown> 0x650 dhdemo.o
<unknown> 0x660 dhdemo.o
<unknown> 0x674 dhdemo.o
<unknown> 0x678 dhdemo.o
<unknown> 0x68c dhdemo.o
<unknown> 0x690 dhdemo.o
<unknown> 0x6bc dhdemo.o
<unknown> 0x6c0 dhdemo.o
<unknown> 0x760 dhdemo.o
<unknown> 0x764 dhdemo.o
<unknown> 0x768 dhdemo.o
<unknown> 0x790 dhdemo.o
<unknown> 0x82c dhdemo.o
<unknown> 0x830 dhdemo.o
<unknown> 0x85c dhdemo.o
<unknown> 0x860 dhdemo.o
<unknown> 0x864 dhdemo.o
<unknown> 0x878 dhdemo.o
<unknown> 0x898 dhdemo.o
<unknown> 0x89c dhdemo.o
<unknown> 0x8c4 dhdemo.o
<unknown> 0x8d4 dhdemo.o
<unknown> 0x92c dhdemo.o
<unknown> 0x930 dhdemo.o
<unknown> 0x964 dhdemo.o
<unknown> 0x968 dhdemo.o
<unknown> 0x9a8 dhdemo.o
<unknown> 0x9b8 dhdemo.o
<unknown> 0x9f0 dhdemo.o
<unknown> 0x9f4 dhdemo.o
<unknown> 0xacc dhdemo.o
<unknown> 0xad4 dhdemo.o
<unknown> 0xad8 dhdemo.o
<unknown> 0xae0 dhdemo.o
<unknown> 0xae4 dhdemo.o
<unknown> 0xaec dhdemo.o
<unknown> 0xaf0 dhdemo.o
<unknown> 0xaf8 dhdemo.o
<unknown> 0xafc dhdemo.o
<unknown> 0xb04 dhdemo.o
<unknown> 0xb08 dhdemo.o
<unknown> 0xb10 dhdemo.o
<unknown> 0xb14 dhdemo.o
<unknown> 0xb1c dhdemo.o
<unknown> 0xb20 dhdemo.o
<unknown> 0xb28 dhdemo.o
<unknown> 0xb2c dhdemo.o
<unknown> 0xb34 dhdemo.o
<unknown> 0xb38 dhdemo.o
<unknown> 0xb40 dhdemo.o
<unknown> 0xb4c dhdemo.o
<unknown> 0xb54 dhdemo.o
<unknown> 0xb5c dhdemo.o
<unknown> 0xb60 dhdemo.o
SILENT_PROMPT 0x1ac dhdemo.o
SILENT_PROMPT 0x1f8 dhdemo.o
SILENT_PROMPT 0xa58 dhdemo.o
SILENT_PROMPT 0xa5c dhdemo.o
SILENT_PROMPT 0xbbc dhdemo.o
SILENT_PROMPT 0xbc0 dhdemo.o
__iob 0x640 dhdemo.o
__iob 0x648 dhdemo.o
__iob 0x6e4 dhdemo.o
__iob 0x6e8 dhdemo.o
__iob 0x9a0 dhdemo.o
__iob 0x9ec dhdemo.o
__iob 0xa0c dhdemo.o
__iob 0xa18 dhdemo.o
__iob 0xa30 dhdemo.o
__iob 0xa34 dhdemo.o
__iob 0xa74 dhdemo.o
__iob 0xa7c dhdemo.o
__iob 0xb6c dhdemo.o
__iob 0xb74 dhdemo.o
__iob 0xbd8 dhdemo.o
__iob 0xbe0 dhdemo.o
__iob 0xbec dhdemo.o
__iob 0xbf4 dhdemo.o
fprintf 0x78c dhdemo.o
fread 0x8f4 dhdemo.o
fread 0x914 dhdemo.o
putchar 0xa28 dhdemo.o
puts 0x208 dhdemo.o
puts 0xa6c dhdemo.o
puts 0xa9c dhdemo.o
puts 0xbd0 dhdemo.o
sscanf 0x2ac dhdemo.o
sscanf 0x4f8 dhdemo.o
sscanf 0x528 dhdemo.o
fgets 0xbf0 dhdemo.o
memset 0x340 dhdemo.o
memset 0x484 dhdemo.o
memset 0x498 dhdemo.o
memset 0x18 r_stdlib.o
fopen 0x64c dhdemo.o
fopen 0x8c0 dhdemo.o
fopen 0x9a4 dhdemo.o
R_SetupDHAgreement 0x2dc dhdemo.o
fflush 0xa78 dhdemo.o
fflush 0xb70 dhdemo.o
fflush 0xbdc dhdemo.o
fputc 0x7a4 dhdemo.o
printf 0xb64 dhdemo.o
R_RandomInit 0x21c dhdemo.o
R_RandomFinal 0x184 dhdemo.o
fwrite 0x684 dhdemo.o
fwrite 0x69c dhdemo.o
fwrite 0x6cc dhdemo.o
fwrite 0x774 dhdemo.o
fwrite 0x9dc dhdemo.o
malloc 0x2b4 dhdemo.o
malloc 0x2c4 dhdemo.o
malloc 0x384 dhdemo.o
malloc 0x394 dhdemo.o
malloc 0x3a4 dhdemo.o
malloc 0x578 dhdemo.o
malloc 0x598 dhdemo.o
PARAMS2_READY 0x530 dhdemo.o
PARAMS2_READY 0x534 dhdemo.o
PARAMS2_READY 0x5e4 dhdemo.o
PARAMS2_READY 0x5ec dhdemo.o
PARAMS2_READY 0x7bc dhdemo.o
PARAMS2_READY 0x7f0 dhdemo.o
PARAMS2_READY 0x800 dhdemo.o
fclose 0x6f8 dhdemo.o
fclose 0x94c dhdemo.o
fclose 0xa44 dhdemo.o
sprintf 0xb50 dhdemo.o
free 0x348 dhdemo.o
free 0x350 dhdemo.o
free 0x4a0 dhdemo.o
free 0x4a8 dhdemo.o
free 0x4b0 dhdemo.o
free 0x54c dhdemo.o
free 0x554 dhdemo.o
R_ComputeDHAgreedKey 0x43c dhdemo.o
R_GenerateDHParams 0x5b0 dhdemo.o
R_RandomUpdate 0x248 dhdemo.o
NN_DigitDiv 0x550 nn.o
.udiv 0xf4 digit.o
.udiv 0x224 digit.o
.udiv 0x20 r_encode.o
.udiv 0xc0c r_enhanc.o
NN_DigitMult 0xc60 nn.o
NN_DigitMult 0xcdc nn.o
.umul 0x20 digit.o
.umul 0x30 digit.o
.umul 0x44 digit.o
.umul 0x54 digit.o
.umul 0x10c digit.o
.umul 0x120 digit.o
.umul 0x23c digit.o
.umul 0x250 digit.o
<unknown> 0xf0 md2c.o
<unknown> 0xf4 md2c.o
<unknown> 0x194 md2c.o
<unknown> 0x198 md2c.o
<unknown> 0x1f0 md2c.o
<unknown> 0x1f4 md2c.o
MD2Update 0xf8 md2c.o
MD2Update 0x108 md2c.o
MD2Update 0x60 r_enhanc.o
MD2Init 0x24 r_enhanc.o
MD2Final 0x98 r_enhanc.o
R_SealUpdate 0xc38 r_enhanc.o
R_SealUpdate 0xc88 r_enhanc.o
<unknown> 0x140 md5c.o
<unknown> 0x148 md5c.o
MD5Final 0xa4 r_enhanc.o
MD5Final 0x4c r_random.o
MD5Final 0x138 r_random.o
MD5Update 0x144 md5c.o
MD5Update 0x154 md5c.o
MD5Update 0x6c r_enhanc.o
MD5Update 0x40 r_random.o
MD5Update 0x12c r_random.o
MD5Init 0x34 r_enhanc.o
MD5Init 0x30 r_random.o
MD5Init 0x11c r_random.o
NN_Sub 0x5c0 nn.o
NN_Sub 0x9a0 nn.o
NN_Sub 0x54 prime.o
NN_Sub 0xd8 prime.o
NN_Sub 0x144 prime.o
NN_Sub 0x16c prime.o
NN_Sub 0x5c r_dh.o
NN_Sub 0x100 r_dh.o
NN_Sub 0xcc r_keygen.o
NN_Sub 0x1a0 r_keygen.o
NN_Sub 0x2c8 r_keygen.o
NN_Sub 0x2dc r_keygen.o
NN_Sub 0x528 r_keygen.o
NN_Sub 0x640 rsa.o
NN_Sub 0x660 rsa.o
NN_Sub 0x674 rsa.o
NN_Decode 0x3c prime.o
NN_Decode 0x208 r_dh.o
NN_Decode 0x22c r_dh.o
NN_Decode 0x260 r_dh.o
NN_Decode 0x2dc r_dh.o
NN_Decode 0x304 r_dh.o
NN_Decode 0x32c r_dh.o
NN_Decode 0x3bc rsa.o
NN_Decode 0x3d4 rsa.o
NN_Decode 0x3ec rsa.o
NN_Decode 0x4b8 rsa.o
NN_Decode 0x4d0 rsa.o
NN_Decode 0x4e8 rsa.o
NN_Decode 0x4fc rsa.o
NN_Decode 0x510 rsa.o
NN_Decode 0x524 rsa.o
NN_Decode 0x538 rsa.o
NN_Add 0x928 nn.o
NN_Add 0x80 prime.o
NN_Add 0xac prime.o
NN_Add 0xec prime.o
NN_Add 0x118 prime.o
NN_Add 0x19c prime.o
NN_Add 0x70 r_dh.o
NN_Add 0x114 r_dh.o
NN_Add 0xa0 r_keygen.o
NN_Add 0xe0 r_keygen.o
NN_Add 0x174 r_keygen.o
NN_Add 0x1b4 r_keygen.o
NN_Add 0x6c8 rsa.o
NN_Digits 0x2f8 nn.o
NN_Digits 0x308 nn.o
NN_Digits 0x478 nn.o
NN_Digits 0x750 nn.o
NN_Digits 0xbc4 nn.o
NN_Digits 0x214 r_dh.o
NN_Digits 0x26c r_dh.o
NN_Digits 0x2e8 r_dh.o
NN_Digits 0x310 r_dh.o
NN_Digits 0x3f8 rsa.o
NN_Digits 0x408 rsa.o
NN_Digits 0x544 rsa.o
NN_Digits 0x554 rsa.o
NN_Digits 0x564 rsa.o
NN_Cmp 0x5e8 nn.o
NN_Cmp 0xfc prime.o
NN_Cmp 0x128 prime.o
NN_Cmp 0x180 prime.o
NN_Cmp 0x244 prime.o
NN_Cmp 0x2f8 prime.o
NN_Cmp 0x33c r_dh.o
NN_Cmp 0x224 r_keygen.o
NN_Cmp 0x5b8 r_keygen.o
NN_Cmp 0x41c rsa.o
NN_Cmp 0x578 rsa.o
NN_Cmp 0x624 rsa.o
NN_Div 0x678 nn.o
NN_Div 0x900 nn.o
NN_Div 0x18c r_dh.o
NN_ModInv 0x29c r_keygen.o
NN_ModInv 0x310 r_keygen.o
NN_ModMult 0x718 nn.o
NN_ModMult 0x730 nn.o
NN_ModMult 0x7d0 nn.o
NN_ModMult 0x7e8 nn.o
NN_ModMult 0x820 nn.o
NN_ModMult 0x698 rsa.o
NN_RShift 0x628 nn.o
NN_Gcd 0x590 r_keygen.o
NN_ModExp 0x2e8 prime.o
NN_ModExp 0x1a8 r_dh.o
NN_ModExp 0x28c r_dh.o
NN_ModExp 0x36c r_dh.o
NN_ModExp 0x44c rsa.o
NN_ModExp 0x5e8 rsa.o
NN_ModExp 0x614 rsa.o
NN_Mult 0x6b0 nn.o
NN_Mult 0x914 nn.o
NN_Mult 0x284 r_keygen.o
NN_Mult 0x2f4 r_keygen.o
NN_Mult 0x6b0 rsa.o
NN_Mod 0x6c8 nn.o
NN_Mod 0xa88 nn.o
NN_Mod 0x98 prime.o
NN_Mod 0xc4 prime.o
NN_Mod 0x268 prime.o
NN_Mod 0x32c r_keygen.o
NN_Mod 0x348 r_keygen.o
NN_Mod 0x5a8 rsa.o
NN_Mod 0x5c8 rsa.o
NN_LShift 0x4cc nn.o
NN_LShift 0x4e4 nn.o
NN_LShift 0x128 r_dh.o
NN_Encode 0x1c8 r_dh.o
NN_Encode 0x1dc r_dh.o
NN_Encode 0x2a0 r_dh.o
NN_Encode 0x380 r_dh.o
NN_Encode 0x374 r_keygen.o
NN_Encode 0x390 r_keygen.o
NN_Encode 0x3d0 r_keygen.o
NN_Encode 0x3e8 r_keygen.o
NN_Encode 0x400 r_keygen.o
NN_Encode 0x418 r_keygen.o
NN_Encode 0x430 r_keygen.o
NN_Encode 0x448 r_keygen.o
NN_Encode 0x46c rsa.o
NN_Encode 0x6e8 rsa.o
NN_AssignZero 0x1c4 nn.o
NN_AssignZero 0x2ec nn.o
NN_AssignZero 0x4ac nn.o
NN_AssignZero 0x4f8 nn.o
NN_AssignZero 0x610 nn.o
NN_AssignZero 0x73c nn.o
NN_AssignZero 0x88c nn.o
NN_AssignZero 0x8a0 nn.o
NN_AssignZero 0x64 prime.o
NN_AssignZero 0x220 prime.o
NN_AssignZero 0x2c0 prime.o
NN_AssignZero 0x40 r_dh.o
NN_AssignZero 0x7c r_dh.o
NN_AssignZero 0xe4 r_dh.o
NN_AssignZero 0x160 r_dh.o
NN_AssignZero 0x48 r_keygen.o
NN_AssignZero 0xb0 r_keygen.o
NN_AssignZero 0xec r_keygen.o
NN_AssignZero 0x184 r_keygen.o
NN_AssignZero 0x1c0 r_keygen.o
NN_AssignZero 0x2ac r_keygen.o
NN_AssignZero 0x508 r_keygen.o
NN_AssignZero 0x56c r_keygen.o
NN_AssignZero 0x5a0 r_keygen.o
NN_AssignZero 0x5f8 rsa.o
NN_Assign2Exp 0x1c r_dh.o
NN_Assign2Exp 0xc0 r_dh.o
NN_Assign2Exp 0x78 r_keygen.o
NN_Assign2Exp 0x8c r_keygen.o
NN_Assign2Exp 0x14c r_keygen.o
NN_Assign2Exp 0x160 r_keygen.o
NN_Assign 0x374 nn.o
NN_Assign 0x6fc nn.o
NN_Assign 0x850 nn.o
NN_Assign 0x8b0 nn.o
NN_Assign 0x8c0 nn.o
NN_Assign 0x938 nn.o
NN_Assign 0x948 nn.o
NN_Assign 0x958 nn.o
NN_Assign 0x968 nn.o
NN_Assign 0x9b4 nn.o
NN_Assign 0xa54 nn.o
NN_Assign 0xa64 nn.o
NN_Assign 0xa98 nn.o
NN_Assign 0xaa8 nn.o
NN_Assign 0xad4 nn.o
NN_Assign 0x158 prime.o
NN_Assign 0x30 r_dh.o
NN_Assign 0xd4 r_dh.o
NN_Assign 0x244 r_keygen.o
NN_Assign 0x254 r_keygen.o
NN_Assign 0x264 r_keygen.o
NN_Assign 0x57c r_keygen.o
<unknown> 0x214 prime.o
<unknown> 0x218 prime.o
R_GenerateBytes 0x10 prime.o
R_GenerateBytes 0x23c r_dh.o
R_GenerateBytes 0x2c8 r_enhanc.o
R_GenerateBytes 0x2e4 r_enhanc.o
R_GenerateBytes 0x50 rsa.o
GeneratePrime 0xa0 r_dh.o
GeneratePrime 0x144 r_dh.o
GeneratePrime 0x110 r_keygen.o
GeneratePrime 0x1e4 r_keygen.o
R_SealFinal 0xc9c r_enhanc.o
R_DecodePEMBlock 0x80c r_enhanc.o
R_DecodePEMBlock 0x838 r_enhanc.o
R_DecodePEMBlock 0xa08 r_enhanc.o
R_DecodePEMBlock 0xd28 r_enhanc.o
R_DecodePEMBlock 0xd94 r_enhanc.o
R_EncodePEMBlock 0x734 r_enhanc.o
R_EncodePEMBlock 0x758 r_enhanc.o
R_EncodePEMBlock 0x978 r_enhanc.o
R_EncodePEMBlock 0xc50 r_enhanc.o
R_EncodePEMBlock 0xcc4 r_enhanc.o
<unknown> 0x698 r_enhanc.o
<unknown> 0x69c r_enhanc.o
<unknown> 0xba8 r_enhanc.o
<unknown> 0xbac r_enhanc.o
<unknown> 0xbd4 r_enhanc.o
<unknown> 0xbd8 r_enhanc.o
RSAPublicDecrypt 0x208 r_enhanc.o
R_VerifyUpdate 0x8a0 r_enhanc.o
R_OpenFinal 0xdd8 r_enhanc.o
R_OpenInit 0xa34 r_enhanc.o
R_VerifyFinal 0x8c0 r_enhanc.o
R_DigestInit 0xbc r_enhanc.o
R_DigestInit 0x150 r_enhanc.o
R_DigestInit 0x188 r_enhanc.o
R_DigestInit 0x254 r_enhanc.o
R_DigestInit 0xb44 r_enhanc.o
RSAPublicEncrypt 0x35c r_enhanc.o
R_SignBlock 0x714 r_enhanc.o
R_SignBlock 0x90c r_enhanc.o
RSAPrivateDecrypt 0x4e0 r_enhanc.o
R_memcmp 0x238 r_enhanc.o
R_memcmp 0x6a4 r_enhanc.o
R_DigestUpdate 0xd8 r_enhanc.o
R_DigestUpdate 0x1a4 r_enhanc.o
R_DigestUpdate 0xb60 r_enhanc.o
R_SealInit 0x958 r_enhanc.o
R_OpenUpdate 0xd4c r_enhanc.o
R_OpenUpdate 0xdb8 r_enhanc.o
R_DigestFinal 0xfc r_enhanc.o
R_DigestFinal 0x1d4 r_enhanc.o
R_DigestFinal 0xb7c r_enhanc.o
R_memcpy 0x30c r_enhanc.o
R_memcpy 0x3cc r_enhanc.o
R_memcpy 0x3f8 r_enhanc.o
R_memcpy 0x45c r_enhanc.o
R_memcpy 0x58c r_enhanc.o
R_memcpy 0x5b8 r_enhanc.o
R_memcpy 0x620 r_enhanc.o
R_memcpy 0x6cc r_enhanc.o
R_memcpy 0xbb0 r_enhanc.o
R_memcpy 0xbdc r_enhanc.o
R_memcpy 0xbec r_enhanc.o
R_memcpy 0x3a4 r_keygen.o
R_memcpy 0x3b8 r_keygen.o
R_memcpy 0x10c r_random.o
R_memcpy 0x18c r_random.o
R_memcpy 0x98 rsa.o
R_memcpy 0x1c4 rsa.o
R_memcpy 0x264 rsa.o
R_memcpy 0x380 rsa.o
R_VerifyBlockSignature 0x860 r_enhanc.o
R_VerifyBlockSignature 0xafc r_enhanc.o
RSAPrivateEncrypt 0x134 r_enhanc.o
R_VerifyInit 0x884 r_enhanc.o
R_SignInit 0x77c r_enhanc.o
R_SignUpdate 0x798 r_enhanc.o
R_SignFinal 0x7b8 r_enhanc.o
memcmp 0x70 r_stdlib.o
memcpy 0x44 r_stdlib.o
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
Best regards.

did you compile the *.o's with -fPIC ?

Similar Messages

  • Errors when compiling the web service (SAP Web Service Design Tool)

    After downloading and installing the SAP de Web Service Design Tool (for Crystal Reports Server) I created a connection, a simple query and was able to deploy a web services. I tested the web service with an Xcelsius dashboard within InfoView. Thereafter I created a second connection (other name but same ODBC connection / server) and created another simple query with two date(range) parameters and a group by year and month function in order to do a select count(). It executes fine, but when I try to publish the web service I get an error.
    There are errors when compiling the web service.
    Is does not say whatu2019s wrong or how I can solve this problem.
    Who can help me?
    Some notes:
    1) Within expert mode I used a MONTH() SQL function which does not show in the normal mode.
    2) It seams that the u2018administrationu2019 of Web Service Design Tool got u2018corruptedu2019 after only creating the two connections, queries and services mentioned above. I believe so because I could select one of two queries when I created the second service, but within the current connection I had only one query.
    Thanks for any help,
    Ron
    ADDITIONAL INFO: The parameters seam to be the problem. After removing the parameters I can publish the service. But without parameters it is NO SOLOTION.
    Edited by: RonKoudijs on Aug 26, 2010 6:28 PM

    Hello Taylan,
    I think the error that you received was due to packaging issues.I placed the
    UtilClass.java file under a directory called data which was present under
    the project directory.
    When you want to access a java class, you can either place the compiled
    class file in the WEB-INF/classes folder or you can place the java file
    under the project directory.
    I have attached the sample project that I created with your files.
    Let me know if you have any other questions.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "taylan" <[email protected]> wrote in message
    news:3d6351b0$[email protected]..
    >
    I am trying to write a simpe web service in WebLogic Workshop, but havingan error
    which I could not understand. Could you please help me? Thanks in advance.
    Regards,
    Taylan
    My web service code is like belows:
    import weblogic.jws.control.JwsContext;
    import data.*;
    public class WebService1
    /** @jws:context */
    JwsContext context;
    * @jws:operation
    public UtilClass testType(UtilClass tTest){
    UtilClass returnObj=new UtilClass();
    if(tTest.getName()!= null){
    returnObj.setName(tTest.getName());
    return returnObj;
    and my UtilClass is placed in the data directory under the same directorywith
    my web service code. It is a simpe class as belows:
    package data;
    public class UtilClass
    private String name;
    public void setName(String name){
    this.name=name;
    public String getName(){
    return name;
    However I got an error when I try to compile the webservice class. Theerror is
    like belows:
    File Line Message
    WebService1.jws 0 Resource found on system classpath: data.UtilClass
    Build complete - 1 error(s), 0 warning(s)
    [ngroup.zip]

  • Pragma error when compiling with SDK X

    Hi,
    I am trying to compile my plugin application (which compiled fine with the previous sdk) using the SDK X, but receive errors in CAVAlert.h on the exception handler construct DURING, HANDLER, END_HANDLER.
    The errors are listed here:
    Headers/API/CAVAlert.h:156:3: error: 'suppress' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: 'warning' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: '__pragma' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: expected ';' before 'jmp_buf'
    Headers/API/CAVAlert.h:156:3: error: 'ASException' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: expected ')' before ':' token
    Headers/API/CAVAlert.h:156:3: error: expected ';' before 'struct'
    Headers/API/CAVAlert.h:162:3: error: request for member 'E_RETURNOutsideDURINGBlock' in 'gBadReturnCatcher', which is of non-class type 'int'
    Headers/API/CAVAlert.h:162:3: error: expected ')' before ':' token
    Headers/API/CAVAlert.h:162:3: error: expected ';' before 'int'
    Headers/API/CAVAlert.h:165:3: error: 'ENDHANDLEROutsideHANDLER' was not declared in this scope
    To compile against to SDK X all I did was:
    1) Used PIMain.c from the SDK X API directory.
    2) Changed ACRO_SDK_LEVEL=0x00090000 => ACRO_SDK_LEVEL=0x000A0000
    3) Changed the include directories to point to the new SDK X directories
    Is there another directive I must add to get the plugin to compile with SDK X?
    My preprocessor list is as follows:
    ACRO_SDK_LEVEL=0x000A0000
    HAVE_W32API_H
    PDMETADATA_HFT=1
    PLUGIN=1
    WIN32
    WIN_ENV
    WIN_PLATFORM
    WXUSINGDLL
    _CRT_SECURE_NO_DEPRECATE
    _DEBUG
    _WINDOWS
    __GNUWIN32__
    __WIN32__
    __WXMSW__
    Thank you,
    Magda

    Without seeing your code, I can't really help.
    If you want help with your code, open a formal support ticket.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 6 Dec 2011 04:09:25 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Pragma error when compiling with SDK X
    Pragma error when compiling with SDK X
    created by magdakuit<http://forums.adobe.com/people/magdakuit> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4066378#4066378

  • Method not found in class errors when compiling project

    Hi,
    I am getting the following errors when compiling my project:
    Error(3,8): ReqLinesNotificationsVORowImpl not found
    Error(25,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(31,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(37,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(43,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(49,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(55,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(61,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(67,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(67,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(79,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(85,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(91,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(97,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(103,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(109,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(115,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(121,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(127,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(133,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(139,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(145,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(151,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(157,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(163,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(169,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(175,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(181,23): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(187,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Date) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(193,23): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(199,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Date) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImplError(205,23): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    I have ReqLinesNotificationsVORowImpl and ReqLinesNotificationsVOImpl files in myprojects directory. Can anyone help please?
    Thanks

    Hi,
    From the error it seems that the code is refering ReqLinesNotificationsVOExRowImpl file.
    Please make sure that its class file is present in myclasses folder.
    Since u have mentioned that ReqLinesNotificationsVORowImpl is already placed in myclasses folder. Hope this should resolve your issue.
    Regards,
    Raj Papdeja

  • Error when compiling invalid object   XLA_00555_AAD_C_011117_PKG

    Hello folks,
    i am getting error when compiling the following object.
    XLA_00555_AAD_C_011117_PKG
    here i have mentioned below is what i have done for that invalid object.
    SQL> select owner,object_name,object_type
    2 from dba_objects
    3 where status='INVALID';
    OWNER
    OBJECT_NAME
    OBJECT_TYPE
    APPS
    XLA_00555_AAD_C_011117_PKG
    PACKAGE BODY
    SQL> connect apps/apps
    Connected.
    SQL> alter package XLA_00555_AAD_C_011117_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show errors;
    Errors for PACKAGE BODY XLA_00555_AAD_C_011117_PKG:
    LINE/COL ERROR
    32209/1 PLS-00103: Encountered the symbol "NVL" when expecting one of the
    following:
    * & - + / at mod remainder rem then <an exponent (**)> and or
    || multiset
    The symbol "*" was substituted for "NVL" to continue.
    32209/23 PLS-00103: Encountered the symbol "=" when expecting one of the
    following:
    . ( * % & - + / at mod remainder rem then <an exponent (**)>
    and or ||
    The symbol "* was inserted before "=" to continue.
    LINE/COL ERROR
    Please Provide me solution as soon as possible
    Regards,
    Farook

    Not exactly a custom object.
    XLA%AAD%PKG packages will be built dynamically by the XLA's AAD compiler. This will be used while generating the accounting entries.
    This error may occur due to two reasons:
    a) missing source, which is used in the setup
    SELECT *
    FROM xla_conditions xc
    WHERE application_id = &appl_id
    AND xc.source_code IS NOT NULL
    AND NOT EXISTS (SELECT 1
    FROM xla_sources_b xsb
    WHERE xc.source_application_id = xsb.application_id
    AND xc.source_type_code = xsb.source_type_code
    AND xc.source_code = xsb.source_code);
    b) wrong conditions in setup
    SELECT application_id,amb_context_code,entity_code,event_class_code
    ,accounting_line_type_code,accounting_line_code
    ,segment_rule_detail_id,description_prio_id
    FROM xla_conditions xc
    WHERE application_id = &appl_id
    GROUP BY application_id,amb_context_code,entity_code,event_class_code
    ,accounting_line_type_code,accounting_line_code
    ,segment_rule_detail_id,description_prio_id
    HAVING COUNT(*) > 1
    AND SUM(NVL2(source_code,1,0)) <> SUM(NVL2(logical_operator_code,1,0)) + 1;
    For (a) check any patch available for the missing source. Otherwise contact Oracle Support.
    For (b) check the condition of the JLT / JED / ADR, whether anything is wrongly entered.
    By
    Vamsi

  • .class expected error when compiling

    Ive been getting this frustrating error when compiling. My program is essentially supposed to add the values in two matrixes and return a new matrix using the added values
    Heres my code:
       public Matrix add(Matrix comp)
            int[][] temp = new int[this.numRows()][this.numCols()];
            for (int a = 0; a < comp.numRows(); a++) {
                for (int b = 0; b < comp.numCols(); b++) {
                    temp[a] = this.myCells[a][b] + comp.getVal(a, b);
    Matrix addedMatrix = new Matrix(temp[][]);
    return addedMatrix;
    heres the constructor for Matrix object:
      public Matrix(int[][] mat)
            int[][] myCells = new int[mat.length][mat[0].length];
            for (int i = 0; i < mat.length; i++) {
                for (int j = 0; j < mat[0].length; j++) {
                    myCells[i][j] = mat[i][j];
        }getVal, numRows, and numCols are all helper methods that just return values.
    The error is '.class' expected in the line which says Matrix addedMatrix = new Matrix(temp[][]); I checked for extra brackets but there dont seem to be any.
    Any help would be appreciated. Thanks.

    I think you just needMatrix addedMatrix = new Matrix(temp);

  • HDL Interface Node (UsingFilterCore.vi) and "timing constraint" error when compiling

    I'm trying to use the HDL interface node in LV8 FPGA with a PCI-5640R and had the "timing constraint" error when compiling my VI, however, the same VI was successfully compiled on a CRIO-9104, it seems the FPGA on PCI-5640R is not good as the one on CRIO-9104, or I'm not using it right. could you please kindly help me out?
    I tested it with the sample code downloaded from NI website
    ( http://zone.ni.com/devzone/conceptd.nsf/webmain/456722DDDE17986A86256E7B0065EE6F ) which demonstrates using an IP core for a filter. To simplify it, I only keep the HDL Interface Node and the While Loop (see "UsingFilterCore.vi" in attached zip file), and then I created 2 projects including this VI (1 for CRIO-9104, in sub folder "CRIO-9104", the other for PCI-5640R, in sub folder "IFRIO 5640"). When opening the 2 projects separately in LV8.0 and selecting the VI for compile, the one for 9104 passed and the other failed. Here I attach the source code, error message screenshot and the NIReport from MAX, hope you can reduplicate the problem.
    Can you help me out? Thanks very much !
    Message Edited by Jerry_L on 03-26-2006 09:28 PM
    Message Edited by Jerry_L on 03-26-2006 09:29 PM

    Hi Jerry,
    I'm just tried to make all these steps by myself (http://zone.ni.com/devzone/cda/tut/p/id/3516). I have generated FIR filter using Xilinx ISE and got *.VHD file which was going to use in HDL Node.
    In the Parameters tab of the HDL Interface Node configuration dialog, double-click in the Names column to add parameters. Create parameters as shown below.
    Next, switch to the Code tab. Notice that your parameters now appear in the entity section. To complete the next two sections of code, you will need to refer to the filt.vhd file that you generated earlier and interface the filter core to the LabVIEW FPGA execution system.
    1. The first problem I met was integrating VHDL code from earlier generated *.VHD file to CODE tab in properties of HDL Node. Content of entity section in *.VHD is not the same that in your attached file. Please check it in attached files. I'm sure this is the main reasen of problem.
    Next, switch to the External Files tab. Click the Add File button and select the filt.edn file that you created earlier. This is the EDIF netlist file that you generated earlier.
    2. I have no idea where can I get it and when during filter generation using Xilinx ISE it was generated too. How can I get it? I had to use your attached file filt.edn.
    3. After that I have made the same schematics like you have in your VI FPGA and try to run. But I've got two error messages:
    HDL Interfave node: enable chain not handled. Details: Refer to the documentation for the correct assignments for the enable_out output from your HDL code.
    HDL Interfave node: output not handled. Details: Right-click the node, select Configure to open the Configure HDL Interface Node dialog box, and use the Code tab to handle all output parameters. 
    Actually I need to model FIR filter:
    Bandwidth 200-600 Hz
    Sampling 8 KHz
    Attenuation 80 dB
    That's why I tried to follow all these steps by myself to understand how does it work.
    Thanks a lot.
    Nikita
    Attachments:
    Filter1.vi ‏16 KB

  • Assertion error when compiling ANSI C code - Forte 6.2

    I have a compilation error when compiling on my Ultra 10
    using Forte 6.2 C compiler (5.3). Here's the line:
    teds@enigma[195]% cc -xtarget=ultra3 -xarch=v8plusb -dalign -fns -fsimple=2 -ftrap=%none -xlibmil !!
    cc -xtarget=ultra3 -xarch=v8plusb -dalign -fns -fsimple=2 -ftrap=%none -xlibmil -xO4 -DCMO_DEBUG_DETAIL -DUSE_DATACONN -c cmoisubs.c -o cmoisubs.o
    cg: assertion failed in file ../src/ms_pipe/sp_interface.cc at line 689
    cg: Internal error: constval annotation set on reg with multiple defs
    cg: 1 errors
    cc: cg failed for cmoisubs.c
    teds@enigma[196]%
    Does anyone have any ideas?
    Thanks,
    Ted

    Are both files in the same directory? Is the directory in your classpath?

  • ERROR:HDLParsers:3370 Compile Error when compiling for NI-5640R

    I'm trying to get a FFT Core working inside the NI-5640R FPGA.  In my latest debugging step, I have received the following error when compiling:
    Compiling vhdl file "C:/NIFPGA82/srvrTmp/LOCALH~1/IFBC3E~1/bushold.vhd" in Library work.
    Entity <bushold> compiled.
    ERROR:HDLParsers:3370 - "C:/NIFPGA82/srvrTmp/LOCALH~1/IFBC3E~1/bushold.vhd" Line 142. Value 0 is not included in the range, 1 to 2147483647, of kConfiguration_ClkMaxWidth.
    ERROR:HDLParsers:3370 - "C:/NIFPGA82/srvrTmp/LOCALH~1/IFBC3E~1/bushold.vhd" Line 143. Value 0 is not included in the range, 1 to 2147483647, of kConfiguration_ClkCounterWidth.
    Has anybody seen this before?  I am including my FPGA VI that is causing this error (FFT (FPGA).vi).  I am also including my previous step in debugging the FFT that worked (FFTworking (FPGA).vi).
    Attachments:
    FFT (FPGA).vi ‏125 KB
    FFTworking (FPGA).vi ‏119 KB

    Hi,
    The main cause of this error message is the large array size. You configured a 16-bit fixed-size array with 4096 element for a total array size of 65536 (16 * 4096). Array uses a lot of FPGA resource and the general recommendation to limit the use and size of array as much as possible on the FPGA VI. This VI will certainly overmap the FPGA resource because of the large array size.
    Although this error message is not directly related to the array size, it has however been reported to R&D (#4G3COBJ0) for further investigation. A possible workaround would be to reduce the size of the array or use DMA FIFO to pass the data to the host.
    Thanks for the feedback!
    Tunde A.
    LabVIEW FPGA

  • [svn:fx-trunk] 10641: Fix ambiguous reference error when compiling a performance test.

    Revision: 10641
    Author:   [email protected]
    Date:     2009-09-28 08:44:38 -0700 (Mon, 28 Sep 2009)
    Log Message:
    Fix ambiguous reference error when compiling a performance test.
    Fully qualify mx.events.Requests in generated code for FlexInit.
    QE notes: None.
    Doc notes: None.
    Bugs:
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no.
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

    Start by validating your HTML code.  You have numerous code validation errors on line 230 caused by UPPER case tags.  XHTML doc types, need lower case tags.  After you fix your code errors, republish your page.
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/ 
    HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Bug report: ube_ipa: internal error when compiling with -xO5

    When compiling imlib2-1.1.2, one source file causes compilation to fail with the following error message:
    ube_ipa: internal error
    cc: ube_ipa failed for loader_tiff.c
    The command which fails is (probably wrapped):
    cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../src -I../loaders -I../libltdl -I/usr/X11R6/include -I/usr/openwin/include -I/opt/csw/include -I/opt/csw/include -I/opt/csw/include -g -fast -xarch=386 -xstrconst -v -xildoff -xO5 -c loader_tiff.c -KPIC -DPIC -o .libs/loader_tiff.o
    Changing -xO5 to -xO4 works around the problem. The source file in question is imlib2-1.1.2/loaders/loader_tiff.c
    Patch 112756-10 has been applied, and doesn't correct the problem. GCC doesn't have any problem compiling the file.
    A quick note to any Sun employees reading this: it took me 45 minutes to find somewhere to submit this bug report. Searching sun.com for "submit bug report" turned up many forum postings where people asked "Where do I submit bug reports?", a bug report form for Sun One Java Studio, and not much else. It might be in your interest to make submitting bugs easier.

    Internal errors, such as the one you encountered, are generally considered compiler bugs. They indicate that the compiler reached an unexpected state and therefore bailed out. I opened bug 20703141: internal error: pic_relocs(): hh reltype? to investigate. I see the same error message emitted by the current Studio development release; I will update this thread if I find a work-around.
    Thanks,
    Mark

  • Error when compiling for IOS

    When compiling for IOS in Standard mode an error ocurred:
    Error occurred while packaging the application:
    Exception in thread "main" com.adobe.air.ipa.ProcessError: Assembler failed
              at com.adobe.air.ipa.AOTCompiler.launchProcess(AOTCompiler.java:263)
              at com.adobe.air.ipa.AOTCompiler.compileBitcode(AOTCompiler.java:935)
              at com.adobe.air.ipa.AOTCompiler.trimAndCompileBitcode(AOTCompiler.java: 763)
              at com.adobe.air.ipa.ASMGenerator.main(ASMGenerator.java:72)
    Compilation failed while executing : ADT
    Flex 4.6
    Windows 7
    Any idea?

    Sinious thanks for your answer.
    I tried compiling from adt and it worked using this command line script.
    @set java_cmd="C:\Program Files\Common Files\Adobe\Adobe Flash CC\jre\bin\java.exe"
    @set java_param=-Xmx8192m -jar
    @set adt_cmd="C:\Program Files\Adobe\Adobe Flash CC\AIR4.0\lib\adt.jar"
    @set target=ipa-test
    @set cert=samples.p12
    @set cert_pass=12345
    @set provisioning=samples.mobileprovision
    @set build_file=Testing.ipa
    @set desc_files=Testing-app.xml
    @set files=Testing.swf assets externalSWF
    %java_cmd% %java_param% %adt_cmd% -package -target %target% -storetype pkcs12 -keystore %cert% -storepass %cert_pass%  -provisioning-profile %provisioning% %build_file% %desc_files% %files%
    pause
    Still there is now a different problem.
    When trying to compile more than a certain number of external swfs (eg. 350) then the process never ends. The java.exe  process consumes all of my memory and it is just stuck there for hours( I've waited for it to compile for nearly 10 hours before I killed the java.exe process). When I randomly remove some swfs then everything goes fine and the process finishes after nearly half an hour or so.
    The pc i'm using has an i7 processor with 16gb of ram and the java process consumes it all even though i've set a limit using the -Xmx8192m command.
    Is there a problem with the xmx command?
    Do i need even more ram to compile a larger number of swfs.
    Is there a way to monitor the java process in order to catch any errors that occur or maybe use any different java params to control ram usage limits?
    Thank you for your help.

  • Typedef Error when compiling niScope for DLL using CVI

    I am getting the following error when trying to compile a DLL for the NI 5122 digitizer using CVI:
    Error creating type library:
    All structs, unions, and enums required by exported functions must be typedefs in order to create a type library. The struct/union/enum "niScope_wfmInfo" does not use such a typedef.
    I have created a variable and "typedefed" it as niScope_wfmInfo to try and get rid of this error. This did not work. I have tried making several other changes. Some have eliminated the error but created problems with the DLL.
    Has anyone had a similar error to this? If so, how did you get around it?
    Thanks,
    Heather

    Hi Heather,
    The reason that you are receiving this error is because the niscope.h file (called by niScope.fp) uses a struct which cannot be compiled into a DLL. This means that the niScope.fp file cannot be included in the target settings. Here's a knowledgebase that describes the error.
    http://digital.ni.com/public.nsf/websearch/AC028D9586E947F08625661E006A182F?OpenDocument
    If you do want the niScope.fp file to be included then you will need to make some modifications to the niscope.h file and create a typedef for the niScope_wfmInfo struct. Here's info from the help file that describes the type library section and the use of the .fp file.
    "Type Library—This button lets you choose whether to add a type library resource to your DLL. Also, you can choose to include links in the type library resource to a Windows help file. LabWindows/CVI generates the type library resource from a function panel (.fp) file. You must specify the name of the .fp file. You can generate a Windows help file from the .fp file by using the Generate Windows Help command in the Options menu of the Function Tree Editor window.
    This feature is useful if you intend for your DLL to be used from Visual Basic."
    If you do not include the niScope.fp file then you will be able to compile the DLL.
    Hope this helps! Let me know if you have any questions.
    Erick

  • Database link error when compiling forms 6.0 and forms 6i.

    Dear sirs,
    We have a database link between two databases of the same version oracle 8.0.5.
    Recently we have upgraded one of our databases to version 9.2.0.1 (the database where the database link was originally created ) and now we are having problems when compiling forms that have PL/SQL blocks using the database link.
    The error message received when compiling the form is the following:
    ORA-02068: Following severe error from dbproduc.world
    ORA-00600: Internal error code, arguments: [No conversion op],[],[],[],[],[],[],[]
    The forms did not present this error before, it began when we made the upgrade.
    Is this a FORMS 6.0 problem ?
    Is this an ORACLE 8.0.5 problem ?
    Is this an ORACLE 9.2.0.1 problem ?
    Can you please give me some advice to solve this problem ?
    Thanks in advance

    As I see, when you use a non-oracle database the tables don`t appear, you must create the realation with the table manually, on the properties

  • Cc got assertion error, when compiling emacs-23.3

    I got an assertion error with cc as follows, when compiling emacs-23.3.
    It compiles fine without the "-O" option.
    I can provide a CPP processed file which reproduces it.
    ;; I could not find a place to report bugs, and I put it here.
    ;; Sorry if it is not an appropriate place.
    % cc -V
    cc: Sun C 5.12 SunOS_i386 2011/11/16
    % cc -c -Demacs -DHAVE_CONFIG_H -I. -I/work/emacs/emacs-23.3/src -I/usr/dt/include -g -O font.c
    "font.c", line 185: warning: integer overflow detected: op "<<"
    "font.c", line 197: warning: integer overflow detected: op "<<"
    "font.c", line 215: warning: integer overflow detected: op "<<"
    "font.c", line 2995: warning: integer overflow detected: op "<<"
    "font.c", line 3422: warning: integer overflow detected: op "<<"
    "font.c", line 3920: warning: assignment type mismatch:
    pointer to char "=" pointer to unsigned char
    "font.c", line 3945: warning: assignment type mismatch:
    pointer to char "=" pointer to unsigned char
    "font.c", line 4026: warning: integer overflow detected: op "<<"
    assertion failed in function pg_first_pass_do_block_rec() @ post_gen.c:3758
    assert(blk_sp_offset_(nextb) == (current_offset + get_prologue_size() + BITS2BYTES(be_cur_local_size)))
    cc: ube failed for font.c

    Got it ...
    Reduced testcase:
    % cat c.c
    enum Lisp_Type
    Lisp_Int0 = 0,
    Lisp_Float = 7,
    struct Lisp_Float
    union
    double data;
    struct Lisp_Float *chain;
    } u;
    struct Lisp_Vector
    unsigned int size;
    struct Lisp_Vector *next;
    int contents[1];
    int
    font_unparse_xlfd (font, pixel_size, name, nbytes)
    int font;
    int pixel_size;
    char *name;
    int nbytes;
    char *f[21];
    int val;
    int i, j, len = 0;
    val = ( ( struct Lisp_Vector * ) ( ( unsigned int ) ( ( ( font ) ) & ( ( ( ( int ) 1 ) << ( 32 - 3 ) ) - 1 ) ) ) ) -> contents [ 5 ];
    if ( ( ( ( enum Lisp_Type ) ( ( ( unsigned int ) ( ( val ) ) ) >> ( 32 - 3 ) ) ) == Lisp_Float ))
    i = ( ( ( void ) 0 , ( struct Lisp_Float * ) ( ( unsigned int ) ( ( val ) & ( ( ( ( int ) 1 ) << ( 32 - 3 ) ) - 1 ) ) ) ) -> u . data + 0 ) * 10;
    f[2] = __builtin_alloca ( 12 );
    else
    f[2] = "*-*", len += 4;
    % cc -g -O c.c -V
    cc: Sun C 5.12 SunOS_i386 2011/11/16
    acomp: Sun C 5.12 SunOS_i386 2011/11/16
    "c.c", line 41: warning: implicit function declaration: __builtin_alloca
    "c.c", line 41: warning: improper pointer/integer combination: op "="
    iropt: Sun Compiler Common 12.3 SunOS_i386 2011/11/16
    ir2hf: Sun Compiler Common 12.3 SunOS_i386 2011/11/16
    ube: Sun Compiler Common 12.3 SunOS_i386 2011/11/16
    assertion failed in function pg_first_pass_do_block_rec() @ post_gen.c:3758
    assert(blk_sp_offset_(nextb) == (current_offset + get_prologue_size() + BITS2BYTES(be_cur_local_size)))
    cc: ube failed for c.c
    Bug 7167252 filed. If we find a work-around I'll post it.

Maybe you are looking for

  • Windows 7 installation on Toshiba UEFI

    Hey all, I bought a new Toshiba L70-BST2NX1 laptop and I am trying to install Windows 7 (Home Premium 64-bit) on it using UEFI method, not dual boot with Windows 8.1, just Windows 7 all by itself. I got stuck early in the installation process. Here i

  • SAP Script Query

    Hi All, There is an requirement to create an table in the form where there are around 5 columns. This table displays the data from an internal table. No. of records can vary. I have two queries: 1)Is it possible to draw vertical line to separate the

  • Upgrading to iTunes 8.2.1

    I was prompted to upgrade to the latest version of iTunes 8.2.1. I went forward with the upgrade, but when I tried to launch iTunes I received a Microsoft Windows pop up screen that states 'iTunes has stopped working - A problem has caused the progra

  • Apple TV viewing previous purchases

    I have an ATV 2 and live in United Kingdom. I use apple iCloud and also subscribe to Music Match. I watched yesterday's apple keynote presentation re ATV 3, due for release next week and during the presentation it was said that users of ATV will be a

  • 2012 MacBook Pro 15" retina [USB 3.0 Issue]

    Hello all, I am having an issue with my new laptop, please read! I've purchased Macbook pro retina few days back, and I can't connect my 3.0 USB ext hdd I have tried formatting with my other Mac computer, under every possible system type(?) such as "