OSTC_eeprom.h

Legacy OSTC's
Post Reply
Mr_C
Posts: 2
Joined: Saturday 8. September 2012, 20:34

OSTC_eeprom.h

Post by Mr_C »

Hello,

I have searched through the forum hoping to find my answer. Hopefully, this will make sense.

I am attempting to compile the bühlmann/GF code found in the p2_deco.c file and am doing this on a Mac (unix). Anyhow, I am getting a compiler error saying the OSTC_eeprom.h is not found. I have looked through all of the source and do not see this file.

Is it part of another source tree?

Thanks for any pointers.

Eric
Iglooz
Posts: 44
Joined: Tuesday 30. August 2011, 11:43

Re: OSTC_eeprom.h

Post by Iglooz »

As far as I have understood, this file is only requested in native context for eeprom simulation.

For my need, I'm using this stub ...
OSTC 2N #2755
Mr_C
Posts: 2
Joined: Saturday 8. September 2012, 20:34

Re: OSTC_eeprom.h

Post by Mr_C »

thanks. Since I am trying to use the deco code exclusive of the eeprom, I might have to go and modified the code. But will see if your header file gets me over the hump.

Eric
Iglooz
Posts: 44
Joined: Tuesday 30. August 2011, 11:43

Re: OSTC_eeprom.h

Post by Iglooz »

As far as I can see, this stub is just used to simulate the accesses to CF54 ... CF58.
You can easily stub the code but you will loose the benefit of reusing a maintained p2_deco.c file which is also embedded like that in the OSTC.
OSTC 2N #2755
Post Reply