lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 8797bae was 3508000, checked in by Petr Koupy <petr.koupy@…>, 14 years ago |
Added C demos to demonstrate the toolchain.
|
-
Property mode
set to
100644
|
File size:
139 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
|
---|
| 4 | ld -T /inc/_link.ld -o hello hello.o /lib/libc.a /lib/libsoftint.a
|
---|
Note:
See
TracBrowser
for help on using the repository browser.