Altera_Forum
Honored Contributor
21 years agoimplementing own _start function
Hi all,
I am trying to implement my own _start function. According to the hello_alt_main readme file any definition of _start in my directory will override the library definition. If I built my project I get an error message saying that there are multiple definitions of _start and that it was first defined in crt0.S. Obviously, my _start function does not just override the function in crt0.S I define _start as global of type function Any ideas?