-
Notifications
You must be signed in to change notification settings - Fork 6
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
Windows missing dlls when running very basic example. #12
Comments
FaisalAhmedAlghamdi
changed the title
Windows missing dlls when compiling very basic example.
Windows missing dlls when running very basic example.
May 9, 2024
Weird... I think I ran into this issue before too, try using HEAD instead of the most recent version. |
how do i specify it in the nimble file? |
According to the Nimble docs its
|
works thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
libgcc_s_seh-1.dll was not found
libstdc++-6.dll was not found
my code looks like this
my nimble package
The text was updated successfully, but these errors were encountered: