This section provides information on how to compile the generated code using gcc.
The ASN.1 C Runtime Library Package are made up of a c runtime library and a set of include header files. Click here to download the latest ASN.1 C Runtime Package for Windows (Cygwin gcc).
Follow these instructions (Replace test
with your desired target executable file name):
$ gcc -c *.c
$ gcc -o test *.o -L. -lasnrt
$ ./test