Hi,
I have implemented a simple APU design using ImpulseC which consists two processes one hardware and one software communicating through a shared memory and one 32-bit process (target board is ML410).
I have some basic questions:
1- How I should port the design to the Linux. I brought up a kernel 2.6 linux on PowerPC and I want to run my software process under this OS. Is some kind of device driver required? Or just simply cross-compile my sources for PowerPC.
2- When I want to compile software sources exported to EDK, the compiler complaining: expecting ':' or ')' before p_config_sys_status when calling HW_STREAM_WRITE(config,sys,&membase); macro. I think I've included almost all of the header files, but the problem still exists.
thanks in advanced
Hamed Khan