vlm / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
1.05k stars 559 forks source link

undefined reference to BIT_STRING_decode_oer , OCTET_STRING_decode_oer in ASN1C compiler #498

Open capduchan opened 5 months ago

capduchan commented 5 months ago

hello when iam doing Rectangle ASN1c Iam getting error

/tmp/ccnnpyoF.o:(.data.rel+0x38): undefined reference to BIT_STRING_decode_oer' /tmp/ccnnpyoF.o:(.data.rel+0x40): undefined reference toBIT_STRING_encode_oer' /tmp/cce8JxN3.o:(.data.rel+0x38): undefined reference to OCTET_STRING_decode_oer' /tmp/cce8JxN3.o:(.data.rel+0x40): undefined reference toOCTET_STRING_encode_oer' collect2: error: ld returned 1 exit status

already BIT_String.c ,OCTET_string are exist in current directory

thank you

chetanpandey1266 commented 3 months ago

Try this fork: https://github.com/mouse07410/asn1c