lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since c486f83 was c486f83, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago |
Remove unused obsolete files, and remove references to libsoftint in demos
|
-
Property mode
set to
100644
|
File size:
127 bytes
|
Rev | Line | |
---|
[3508000] | 1 | cc -E -o hello.i hello.c
|
---|
| 2 | cc -S -o hello.s hello.i
|
---|
| 3 | as -o hello.o hello.s
|
---|
[c486f83] | 4 | ld -T /inc/_link.ld -o hello hello.o /lib/libc.a -lgcc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.