-
Notifications
You must be signed in to change notification settings - Fork 1.3k
build broken for feather_m0_basic #33
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
Comments
After update of boards/feather_m0_basic/conf_access.h with similar parameters as for arduino_zero, build is ok #define LUN_0_INCLUDE "access_vfs.h" |
Thanks for the heads up. Sorry I broke the build! I've setup Travis to check the build against pushes and pull requests so we can catch it earlier. I've fixed the build in 16584df. |
Thanks for the report! I'll fix it on Monday.
|
Hello,
Build works for default arduino_zero board, but it doest not work anymore for feather_m0_basic
In file included from access_vfs.h:33:0,
from access_vfs.c:29:
asf/common/services/storage/ctrl_access/ctrl_access.h:142:25: fatal error: rom_fs.h: No such file or directory
#include LUN_0_INCLUDE
^
compilation terminated.
../py/mkrules.mk:47: recipe for target 'build-feather_m0_basic/access_vfs.o' failed
I tried to get arround with a symbolic link between access_vfs.h and rom_fs.h but I get more error messages.
(This seems linked to PR 31 #31)
The text was updated successfully, but these errors were encountered: