Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wiki:aca2019:sscompiler [2019/01/19 20:46] Andreas Moshovoswiki:aca2019:sscompiler [2019/01/19 20:47] (current) Andreas Moshovos
Line 52: Line 52:
 ''/usr/local/ss/v3/bin/sslittle-na-sstrix-objdump  --syms hello > hello.syms'' ''/usr/local/ss/v3/bin/sslittle-na-sstrix-objdump  --syms hello > hello.syms''
  
-Look in //hello.syms// to find all the symbols that are defined. YOu should be able to find _main in there, the address where your main function has been compiled to.+Look in //hello.syms// to find all the symbols that are defined. You should be able to find _main in there, the address where your main function has been compiled to.