Hi!
I'm working with the EVMK2H board (Rev 4.0) and I have trouble cross-compiling a simple application on the ARM side of the chip. My goal is to simply create a MessageQ (using the IPC API) on the ARM and then read some packets sent by the DSPs. I'm trying to cross-compile that application from my laptop using linaro gcc.
The Makefile I use is a modified version of the one given in the image processing demo (attached to this post). I cross-compiled the IPC libraries into a custom directory that I then pass to the linker. However I'm stuck with the reference to "ti/targets/std.h" missing and a storm of type-related error (I assume the xdc/std.h file is not taken in account properly though its path is given with the -I option to the compiler). I also attached the compilation errors.
I'm sure I'm missing something obvious but I can't find out what. Also I can't test to compile on the board right now but will be able to do so tomorrow or the day after. I can also say that I can't cross-compile the master part of the image processing example and I have the same errors if I try to compile with gcc or the TI compiler from CCS (v6). Also, I can't import the master part of the demo inside CCS, it's not recognize as a CCS project, is that normal ?
Thanks for your help,
Thomas.