Skip to content
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

__process6_stack_size__ is not defined in u2f.ld #1

Closed
anvol opened this issue Aug 20, 2017 · 3 comments
Closed

__process6_stack_size__ is not defined in u2f.ld #1

anvol opened this issue Aug 20, 2017 · 3 comments

Comments

@anvol
Copy link

anvol commented Aug 20, 2017

Following error received while linking

u2f-token/u2f/pbt.c:114: undefined reference to '__process6_stack_size__'

I guess, we need to reserve some space on stack in u2f.ld

board.h -> board-blue-pill.h

@gl-sergei
Copy link
Owner

You need to put some effort to make it run on blue pill. Since this board doesn't have user buttons, you probably want to revert to commit e12df0f.

@anvol
Copy link
Author

anvol commented Aug 20, 2017

Yes, thanks!
FYI - device works as expected even using reset btn as user action (macOS, Chrome).
I think there might be easier to reroute/resolder reset btn to different pin and use it as user btn.

And thanks again for u2f project! Just what I was looking for)

@gl-sergei
Copy link
Owner

True. It works because device indicates user presence during the first 10 seconds after startup. I've missed that bit.

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