mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Update for new version
git-svn-id: svn://svn.cc65.org/cc65/trunk@103 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,18 +6,20 @@ Instructions for compiling cc65 and the ca65 binutils:
|
|||||||
Linux (and probably most other Unices)
|
Linux (and probably most other Unices)
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
||||||
You need the GNU C compiler. Do a
|
You need the GNU C compiler. Enter the src/ directory and do a
|
||||||
|
|
||||||
make -f make/gcc.mak
|
make -f make/gcc.mak
|
||||||
|
|
||||||
twice(!) in each of the directories
|
This will build all executables. You may use
|
||||||
|
|
||||||
cc65
|
make -f make/gcc.mak strip
|
||||||
binutils
|
|
||||||
|
to remove debugging information from the binaries.
|
||||||
|
|
||||||
After that, you need to compile the libraries. Do
|
After that, you need to compile the libraries. Do
|
||||||
|
|
||||||
cd lib
|
cd libsrc
|
||||||
|
make clean atarilib
|
||||||
make clean c64lib
|
make clean c64lib
|
||||||
make clean c128lib
|
make clean c128lib
|
||||||
make clean plus4lib
|
make clean plus4lib
|
||||||
@@ -147,13 +149,11 @@ Watcom tools, or you have to change the makefile.
|
|||||||
|
|
||||||
make -f make\watcom.mak
|
make -f make\watcom.mak
|
||||||
|
|
||||||
in each of the directories
|
in the src/ directory.
|
||||||
|
|
||||||
cc65
|
|
||||||
binutils
|
|
||||||
|
|
||||||
3. Use Linux to build the libraries:-) If you don't have Linux, get it
|
3. Use Linux to build the libraries:-) If you don't have Linux, get it
|
||||||
now! More serious: There is no makefile to build the libraries. Use a
|
now! More serious: There is no makefile to build the libraries under
|
||||||
batch file similar to the one above, or rewrite the makefile.
|
any of the DOS based operating systems. Use a batch file similar to
|
||||||
|
the one above, or rewrite the makefile.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user