10000 build broken for feather_m0_basic · Issue #33 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content

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

Closed

g-ollivier opened this issue Oct 22, 2016 · 3 comments
Closed

build broken for feather_m0_basic #33

g-ollivier opened this issue Oct 22, 2016 · 3 comments

Comments

@g-ollivier
Copy link

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)

@g-ollivier
Copy link
Author
g-ollivier commented Oct 22, 2016

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"
#define Lun_0_test_unit_ready vfs_fs_test_unit_ready
#define Lun_0_read_capacit y vfs_fs_read_capacity
#define Lun_0_wr_protect vfs_wr_protect
#define Lun_0_removal vfs_removal
#define Lun_0_usb_read_10 vfs_usb_read_10
#define Lun_0_usb_write_10 vfs_usb_write_10
#define LUN_0_NAME ""MicroPython VFS[0]""

@tannewt
Copy link
Member
tannewt commented Oct 24, 2016

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.

@tannewt tannewt closed this as completed Oct 24, 2016
@tannewt
Copy link
Member
tannewt commented Oct 25, 2016

Thanks for the report! I'll fix it on Monday.
On Sat, Oct 22, 2016 at 10:40 AM Guillaume notifications@github.com wrote:

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
#31)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#33, or mute the thread
https://github.com/notifications/unsubscribe-auth/AADNqR6-HeB7aPZ8Gbz2h91cj2ZtiskHks5q2kqVgaJpZM4Kd673
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0