git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@710 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-02-25 12:27:04 +00:00
parent 3767bcf81a
commit 6304f884e7
2 changed files with 7 additions and 6 deletions

9
BUGS
View File

@ -11,8 +11,7 @@ by ASN.1. Not a problem as most specifications use very small values anyway.
NOTE: This statement does not apply to the target code _produced_
by the compiler.
2. ASN Macros are prohibited by the current ASN.1 standard,
and are not supported.
2. A MACRO facility is part of obsolete ASN.1 standard, and is not supported.
3. Multiple tags applied at the same level are not supported:
BadTags ::= [0] EXPLICIT [2] IMPLICIT OtherType
@ -29,10 +28,8 @@ decoder is perfectly capable of decoding such sequences.
5. Encoding or decoding of structures with combined length greater than 16MB
is not tested.
6. XER decoding does not support integer (INTEGER, ENUMERATED) values
6. XER codec does not support integer (INTEGER, ENUMERATED) values
outside the signed long range.
7. XER codecs do not handle the identifiers in ENUMERATED, INTEGER and
BIT STRING types. The problem is that it is unclear how to forward-compatibly
handle the future extensions.
7. XER codecs do not handle the identifiers in BIT STRING type.

View File

@ -2,9 +2,13 @@ QUICK START INSTALLATION
========================
./configure # Configure the build infrastructure for your platform
make # Build the libraries and the compiler
make check # Ensure that the code is still behaving well
# after compiling on your platform
# PLEASE CONTACT ME IF THIS FAILS ON YOUR PLATFORM!
make install # Install the compiler into standard location
man asn1c # Display the asn1c manual page