lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 2a7749d7 was 8797bae, checked in by Vojtech Horky <vojtechhorky@…>, 12 years ago |
Add demos/tetris build script for GCC
|
-
Property mode
set to
100644
|
File size:
291 bytes
|
Line | |
---|
1 | gcc -nostdinc -I/inc/c -c -Drestrict= scores.c
|
---|
2 | gcc -nostdinc -I/inc/c -c -Drestrict= screen.c
|
---|
3 | gcc -nostdinc -I/inc/c -c -Drestrict= shapes.c
|
---|
4 | gcc -nostdinc -I/inc/c -c -Drestrict= tetris.c
|
---|
5 | gcc -nostdlib -Wl,-T/inc/_link.ld -L/lib -o tetris_ scores.o screen.o shapes.o tetris.o -lc -lsoftint
|
---|
6 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.