Supercomputing on the cheap with Parallellaでは、最初のユニット(Generation-Zero:Gen-0)ユーザーからのレポートです。
下記のように、Epiphanyを使うアプリケーションは、ホストプログラムと別にEpiphany用のブログラムを書いて、別途コンパイル後、ファイル変換するようがあるようです。
引用、 # Build HOST side application gcc src/hello_world.c -o Debug/hello_world.elf -I ${EINCS} -L ${ELIBS} -le-hal # Build DEVICE side program e-gcc -T ${ELDF} src/e_hello_world.c -o Debug/e_hello_world.elf -le-lib # Convert ebinary to SREC file e-objcopy --srec-forceS3 --output-target srec Debug/e_hello_world.elf Debug/e_hello_world.srec