Hello,
 I am a new M% user. When I use crosstool-NG to compile a file helloworld.c
:
 #include <stdio.h>

 int main()
  {
      int index=0;
      printf("gdanskamir welcome!");
  }

use alphaev67-unknown-linux-gnu-gcc helloworld.c -static -o hello to static
compile the file. then  replace the
file /m5/m5-84fd1726290d/tests/test-progs/hello/bin/alpha/linux/hello with
the new compile file.

when i run the hello example:
 build/ALPHA_SE/m5.debug configs/example/se.py

there is en error:
info: Increasing stack size by one page.
and my console is full with this message.

thanks for your help~!
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to