lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 6b9355a was 6b9355a, checked in by Petr Koupy <petr.koupy@…>, 14 years ago |
Added two more toolchain demos (edit and top).
|
-
Property mode
set to
100644
|
File size:
253 bytes
|
Line | |
---|
1 | cc -D__PCC__ -I/inc/c -E -o sheet.i sheet.c
|
---|
2 | cc -D__PCC__ -I/inc/c -E -o edit.i edit.c
|
---|
3 |
|
---|
4 | cc -S -o sheet.s sheet.i
|
---|
5 | cc -S -o edit.s edit.i
|
---|
6 |
|
---|
7 | as -o sheet.o sheet.s
|
---|
8 | as -o edit.o edit.s
|
---|
9 |
|
---|
10 | ld -T /inc/_link.ld -o edit_ sheet.o edit.o /lib/libc.a /lib/libsoftint.a
|
---|
Note:
See
TracBrowser
for help on using the repository browser.