# HG changeset patch # User jld # Date 1046680174 0 # Node ID 14f00bde1f7a7e198adadc597d93ca00b63344a2 # Parent a9ff9f7e3010a614bde6907946c5598abc9b92bb * programming-concepts-techniques.sgml: PKG_INSTALL_DIR -> INSTALL_DIR diff --git a/doc/sgml/user-guide/ChangeLog b/doc/sgml/user-guide/ChangeLog --- a/doc/sgml/user-guide/ChangeLog +++ b/doc/sgml/user-guide/ChangeLog @@ -1,3 +1,8 @@ +2003-03-03 John Dallaway + + * programming-concepts-techniques.sgml: + PKG_INSTALL_DIR -> INSTALL_DIR + 2003-02-12 Nick Garnett * user-guide.sgml: @@ -10,7 +15,7 @@ 2003-02-12 Nick Garnett Here is how you could compile and run this program in the examples directory, using (for example) the MN10300 simulator target: -$ make XCC=mn10300-elf-gcc PKG_INSTALL_DIR=/tmp/ecos-work-mn10300/install instrument-test +$ make XCC=mn10300-elf-gcc INSTALL_DIR=/tmp/ecos-work-mn10300/install instrument-test mn10300-elf-gcc -c -o instrument-test.o -g -Wall -I/tmp/ecos-work-mn10300/install/include \ -ffunction-sections -fdata-sections instrument-test.c mn10300-elf-gcc -nostartfiles -L/tmp/ecos-work-mn10300/install/lib -W1,--gc-sections -o \