Forum Discussion
Altera_Forum
Honored Contributor
8 years agoSegmentation faults usually occur when the executable tries to access a memory it does not have access to and may be difficult to debug (such as accessing data past a pointer's allocated space). The example should work out of the box if the binary is generated and in the expected location for the host to find. Otherwise using a debugger would be helpful to find out where the segfault is happening.