-
Notifications
You must be signed in to change notification settings - Fork 7
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
building the library for STM32 #1
Comments
To build, execute runExamples.sh under cygwin using gcc 9.3+, rather than make. Most common issues reported have been related to CR/LF line-ending in the runExamples.sh script file. |
Hi Fredrik,
Thanks for the reply. Have you or anyone you know been successful in
porting this library to an embedded platform?
…On Mon, Oct 26, 2020 at 2:04 AM Fredrik Lundström ***@***.***> wrote:
To build, execute runExamples.sh under cygwin using gcc 9.3+, rather than
make. Most common issues reported have been related to CR/LF line-ending in
the runExamples.sh script file.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARDIBXWTMEEYJHYH6YVSBGLSMU3S7ANCNFSM4S5DRMVA>
.
|
Hi, I know we have customers that have evaluated or used it with good feedback. I have spent a few hours porting it to STM32F091 using Keil ARM 5, but time hasn't allowed me to complete the port. |
Hi Fredrik,
I finally got a compile however there are a few header files that don't
quite line up - specifically the one that is supposed to contain strnlen().
The on line docs say it's in string.h however there are several string.h
files on my PC.. Maybe I'll figure it out some other time.
I'm mostly concerned with getting an ARM (STM32) build working so I can
embed it in our product otherwise I will have to duplicate nearly
everything the library does - very tedious and prone to errors.
If you have a chance to contact anyone you know of who has ported the
library to STM32 I'd appreciate getting any help with that effort.
Thanks a lot!
…On Tue, Oct 27, 2020 at 1:25 AM Fredrik Lundström ***@***.***> wrote:
Hi,
I know we have customers that have evaluated or used it with good
feedback. I have spent a few hours porting it to STM32F091, but time hasn't
allowed me to complete the port.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARDIBXVXIWZRAPTJRB6N7HLSMZ7WXANCNFSM4S5DRMVA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I cloned the repository into a projects directory and ran make it errors on header files.
Why? I thought this was a no-brainer!
Doing the same thing with a cross-compiler yields similar results.
After modifying the makefile to add the needed include directories however I still get errors on all sorts of things.
Has anyone actually cloned this repo and performed a successful build and if so under what environment?
MinGW, Cygwin, Cross compiler so ARM, VS Code?
The text was updated successfully, but these errors were encountered: