seatest icon indicating copy to clipboard operation
seatest copied to clipboard

strings.h file

Open DarkEnergy9 opened this issue 10 years ago • 1 comments
trafficstars

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

DarkEnergy9 avatar Jul 27 '15 21:07 DarkEnergy9

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

keithn avatar Sep 30 '16 23:09 keithn