Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAs you main() function is the entry point of your project, everything outside of it is also outside of your project directory. But your project is started through a BSP, which should have been generated when you generated your project.
With this in mind, you should be able to find alt_main() in <BSP-Project>/HAL/src/alt_main.c Are you using Jtag-uart or altera_uart driver an stdin/out/err?