You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: