This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| wiki:aca2019:sscompiler [2019/01/19 20:46] – Andreas Moshovos | wiki:aca2019:sscompiler [2019/01/19 20:47] (current) – Andreas Moshovos |
|---|
| ''/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. |
| |
| |
| |