Open capduchan opened 5 months ago
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
BIT_STRING_decode_oer' /tmp/ccnnpyoF.o:(.data.rel+0x40): undefined reference to
OCTET_STRING_decode_oer' /tmp/cce8JxN3.o:(.data.rel+0x40): undefined reference to
already BIT_String.c ,OCTET_string are exist in current directory
thank you
Try this fork: https://github.com/mouse07410/asn1c
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 to
BIT_STRING_encode_oer' /tmp/cce8JxN3.o:(.data.rel+0x38): undefined reference toOCTET_STRING_decode_oer' /tmp/cce8JxN3.o:(.data.rel+0x40): undefined reference to
OCTET_STRING_encode_oer' collect2: error: ld returned 1 exit statusalready BIT_String.c ,OCTET_string are exist in current directory
thank you