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
Cannot build candev_linux when vfs is used.
Bisecting returned 93a521c as the culprit (introduced in #8652)
Steps to reproduce the issue
cd tests/conn_can
USEMODULE=vfs make BOARD=native
Expected results
Build OK
Actual results
/home/vincent/Devel/git/RIOT/cpu/native/can/candev_linux.c: In function ‘_init’:
/home/vincent/Devel/git/RIOT/cpu/native/can/candev_linux.c:165:29: error: ‘PF_CAN’ undeclared (first use in this function); did you mean ‘AF_MAX’?
dev->sock = real_socket(PF_CAN, SOCK_RAW, CAN_RAW);
^~~~~~
AF_MAX
/home/vincent/Devel/git/RIOT/cpu/native/can/candev_linux.c:165:29: note: each undeclared identifier is reported only once for each function it appears in
/home/vincent/Devel/git/RIOT/cpu/native/can/candev_linux.c:198:23: error: ‘AF_CAN’ undeclared (first use in this function); did you mean ‘PF_CAN’?
addr.can_family = AF_CAN;
^~~~~~
PF_CAN
Description
Cannot build
candev_linux
whenvfs
is used.Bisecting returned 93a521c as the culprit (introduced in #8652)
Steps to reproduce the issue
Expected results
Build OK
Actual results
Versions
The text was updated successfully, but these errors were encountered: