Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build for 18.04? #40

Open
tranzmatt opened this issue Mar 24, 2020 · 0 comments
Open

Build for 18.04? #40

tranzmatt opened this issue Mar 24, 2020 · 0 comments

Comments

@tranzmatt
Copy link

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:

root@e10539d2b402:~/openbts# find . -name asn_SET_OF.h -ls
3952748 4 -rw-r--r-- 1 root root 2042 Mar 24 00:14 ./ASN/asn_SET_OF.h
3978640 0 lrwxrwxrwx 1 root root 15 Mar 24 00:16 ./ASN/o/asn_SET_OF.h -> ../asn_SET_OF.h
3954713 4 -rwxr-xr-x 1 501 staff 1691 Jun 25 2011 ./vlm-asn1c-0959ffb/skeletons/asn_SET_OF.h

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant