You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone been able to build thi sfor 18.04? I was able to run a build using a 16.04 Docker, but want to run this on an 18.04 Jetson Nano. I've built the 0.9.23 asn1c compiler from the tarball, but things seem to go wrong because "asn_SET_OF.h" isn't being properly inserted into ASN/ and if I simply copy the skeleton version, that's where you get the redefined errors.
So is asn1c somehow failing to create ASN/asn_SET_OF.h on 18.04. What step does this happen in? I'd like to drill deeper, but it's not clear to me where it takes place so I can see what differs between 16.04 and 18.04. (I'm using gcc-5 on 18.04 to keep the same major gcc version as 16.04)
The text was updated successfully, but these errors were encountered:
Has anyone been able to build thi sfor 18.04? I was able to run a build using a 16.04 Docker, but want to run this on an 18.04 Jetson Nano. I've built the 0.9.23 asn1c compiler from the tarball, but things seem to go wrong because "asn_SET_OF.h" isn't being properly inserted into ASN/ and if I simply copy the skeleton version, that's where you get the redefined errors.
16.04:
So is asn1c somehow failing to create ASN/asn_SET_OF.h on 18.04. What step does this happen in? I'd like to drill deeper, but it's not clear to me where it takes place so I can see what differs between 16.04 and 18.04. (I'm using gcc-5 on 18.04 to keep the same major gcc version as 16.04)
The text was updated successfully, but these errors were encountered: