Skip to content

Enhancing asn1c interfaces for building with other build systems #511

@rcoscali

Description

@rcoscali

Hi Lev

I found your asn1c compiler very usefull. I work at Renault as a Cybersecurity Architect and I'm designing an In-Vehicule EDR. For this I need to generate some monitoring data from Linux Kernel and providing it to an inference engine (deep learning). This data is a Provenance graph. For generating it inside the kernel I need then to serialize/deserialize.
For this I have to build the asn1c generated code inside

  1. cmake for the serialization/deserialization tests
  2. Linux build system (Kconfig + Linux Makefile)

So I'am adding a cmake interface and a Linux build system interface with your compiler. At now I'm using
-GMakefile
-Gcmake
-Glxmake
for selecting the build interface wanted. I'm also adding the doc snippet for all this.
At now it is a work in progress.
I did fork your repo in github for this at https://github.com/rcoscali/asn1c and I will propose PR when it will be stable.
Do not hesitate to comment if you think it is necessary.

Thanks for your work

Best

Rémi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions