Page 1 of 1

How do i print to Console from the Core code?

PostPosted: Tue Sep 29, 2015 2:41 pm
by etim
Using `printf("Running on eCore...");` hangs the program. I searched, but cannot figure out how to print to the console for debugging purposes.

Re: How do i print to Console from the Core code?

PostPosted: Tue Sep 29, 2015 7:19 pm
by sebraa
The Epiphany cores are not connected to a console. You cannot use printf() and expect it to work.

However, the Epiphany simulator (e-gdb) implements the syscall interface, so printf() should work.