Forum Discussion
Altera_Forum
Honored Contributor
15 years agohello world - strange variables behavior
Hello, I'm new to nios2 developpement and i'm having problems running the simple hello_world exemple : When I lauch this code : int main()
{
unsigned char i,j,k;
printf("Hello from N...
Altera_Forum
Honored Contributor
15 years agoQuite possibly the values are in registers and/or optimised away.