Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHow do you run the host program?
If you compile with the -march=emulator flag the compiler will tell you how to run the host program. you need to call it with env CL_CONTEXT_EMULATOR_DEVICE_ALTERA=<board> <host program> <host program options>.