Skip to content
Snippets Groups Projects
Commit 15bae0de authored by Thibaut VIARD's avatar Thibaut VIARD
Browse files

Updating howto

parent 993968f9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment