From 15bae0de968d7c22fde47fbb37ec91bcca5544ab Mon Sep 17 00:00:00 2001 From: Thibaut VIARD <thibaut.viard@atmel.com> Date: Thu, 8 May 2014 18:02:53 +0200 Subject: [PATCH] Updating howto --- ...=> HOWTO_compiling_a_project_with_GCC.txt} | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) rename cores/arduino/{HOWTO - compiling a project.txt => HOWTO_compiling_a_project_with_GCC.txt} (58%) diff --git a/cores/arduino/HOWTO - compiling a project.txt b/cores/arduino/HOWTO_compiling_a_project_with_GCC.txt similarity index 58% rename from cores/arduino/HOWTO - compiling a project.txt rename to cores/arduino/HOWTO_compiling_a_project_with_GCC.txt index 7c3b4d5d..27900026 100644 --- a/cores/arduino/HOWTO - compiling a project.txt +++ b/cores/arduino/HOWTO_compiling_a_project_with_GCC.txt @@ -21,29 +21,7 @@ ARM_GCC_TOOLCHAIN=C:\GNU Tools ARM Embedded_4.8 2013q4\bin Add to PATH the path were Make has been installed -3- Compile libarduino (Arduino API) - -Go to hardware/arduino/samd/cores/arduino/build_gcc - -run the command: 'make' - -This will compile the libarduino library and deliver to main Arduino folder the files: - -hardware/arduino/samd/cores/arduino/libarduino_arduino_zero_gcc_dbg.a -hardware/arduino/samd/cores/arduino/libarduino_arduino_zero_gcc_dbg.a.txt (result of nm) - -4- Compile libvariant (variant specific library, use Arduino API and libsam) - -Go to hardware/sam/variants/arduino_zero/build_gcc - -run the command: 'make' - -This will compile the libvariant library and deliver to main Arduino folder the files: - -hardware/arduino/samd/cores/arduino/libvariant_arduino_zero_gcc_dbg.a -hardware/arduino/samd/cores/arduino/libvariant_arduino_zero_gcc_dbg.a.txt (result of nm) - -5- Compile test application +3- Compile test application Go to hardware/arduino/samd/cores/arduino/validation/build_gcc -- GitLab