Other Parts Discussed in Thread: AM3359, SYSBIOS
Hello!
I want to build the full ethercat apllication to create my own slave device with a am3359 ice board. I followed the description in the sdk user guide, but when I build the project, i get an error:
#5 could not open source file "p24Hxxxx.h"
This error is located in the el9800hb.h
So I thought to turn this makro off, because I'm not using a Beckhoff Board:
#define EL9800_HW 1
Then I get the next error about the _PIC24 makro, also turned this off, but it doesn't help.
I'm using the latest version, sdk_1.1.0.1.
Additonally, according to the user guide I made "Applying a Patch File" step, how can I know that this was made successfully? In my opinion the source files of SSC have to change afterwards, but I couldn't see that. Maybe here is the error?
Does anyone have an idea?