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

Error on link, missing libfl.so #10

Closed
rvnash opened this issue Jul 27, 2020 · 5 comments
Closed

Error on link, missing libfl.so #10

rvnash opened this issue Jul 27, 2020 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@rvnash
Copy link

rvnash commented Jul 27, 2020

Describe the bug
While compiling my project I get the error described below.

To Reproduce
In my project I do "neopo compile" and the following error occurs. A compile using the cloud particle-cli does not produce any problems. If you require all my code to observe this yourself, I will provided.

Screenshots

image

Desktop (please complete the following information):

  • OS: raspberrypi 4
@rvnash rvnash added the bug Something isn't working label Jul 27, 2020
@nrobinson2000
Copy link
Owner

I did some quick googling and it looks like libfl.so is part of the libfl-dev package. Try installing the package and then compile again.

sudo apt install libfl-dev

@rvnash
Copy link
Author

rvnash commented Jul 27, 2020 via email

@nrobinson2000
Copy link
Owner

Great to hear! I’ll add libfl-dev to the Raspberry Pi apt dependencies in install.sh.

nrobinson2000 added a commit that referenced this issue Jul 27, 2020
@nrobinson2000
Copy link
Owner

@rvnash I‘ve added support for deviceOS 2.0.0 and gcc-arm 9.2.1 recently. Hope you find it useful.

@rvnash
Copy link
Author

rvnash commented Aug 2, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants