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

strings.h file #14

Open
DarkEnergy9 opened this issue Jul 27, 2015 · 1 comment
Open

strings.h file #14

DarkEnergy9 opened this issue Jul 27, 2015 · 1 comment

Comments

@DarkEnergy9
Copy link

Hi,

In the latest code, if WIN32 is not defined you include "strings.h" (line 12 of seatest.c). My compiler did not come with a "strings.h" file. It only has the standard library "string.h". Should "strings.h" be another include file in seatest repository?

I'm using the evaluation version of the Keil Arm compiler.

Marc

@keithn
Copy link
Owner

keithn commented Sep 30, 2016

I'll look at making a NO_STD_STRINGS #define and perhaps include a file with implementations of string functions that are needed. Though I do recommend you hack seatest for embedded environments. I was using a PIC compiler and because of all its weirdness with dealing with ROM vs RAM memory I had to hack things around a fair 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