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
Running the command you provided in after checking out PR #42 causes the error you get when replacing m1M with m1. This is due to the name of the dbc file, which contains a dot. This causes it to parse an invalid go package name CSS-Electronics-OBD2-Extended-v1.4can. By renaming the file to e.g. obd2Extended.dbc, you get a package name obd2Extendedcan which is valid, and the generation succeeds. In short:
I'm trying to generate code for this dbc file: https://canlogger1000.csselectronics.com/files/guides/mdf-intro/OBD2-DBC-MDF4.zip (CSS-Electronics-OBD2-Extended-v1.4.dbc) but if fails first with:
which point to the line:
by replacing
m1M
tom1
only it seems to generate code but generation fails with go generated output and at the end:I really have no clue what is going on there ;). Any ideas? Thanks.
The text was updated successfully, but these errors were encountered: