-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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:
go run go.einride.tech/can/cmd/cantool generate `pwd` `pwd` > out.txt
cantool: error: failed to parse DBC source file: /home/marek/CSS-Electronics-OBD2-Extended-v1.4.dbc:190:28: invalid multiplexer value (parse), try --help
exit status 1
which point to the line:
SG_ ParameterID_Service01 m1M : 23|8@0+ (1,0) [0|255] "" Vector__XXX
by replacing m1M to m1 only it seems to generate code but generation fails with go generated output and at the end:
: 4:12: expected ';', found '-', try --help
exit status 1
I really have no clue what is going on there ;). Any ideas? Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels