Unable to compile asn1certgen
When trying to compile asn1certgen I get the following error: ~/dev/STF525_Its/tools/itscertgen/asn1certgens$ make ... ... ../build/x86_64-linux-gnu-d/libItsCertAsn.a(Time32.o): In function `Time32_print': /home/etsi/dev/STF525_Its/tools/itscertgen/asn1certgen/asncodec/Time32.c:87: undefined reference to `stritsdate32' collect2: error: ld returned 1 exit status ../common.mk:165: recipe for target '../build/x86_64-linux-gnu-d/asn1certgen' failed make: *** [../build/x86_64-linux-gnu-d/asn1certgen] Error 1 If I go back to git commit from Feb 6 with SHA 214bddfe, then I can successfully compile.
issue