Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arduino Core for SAMD21 CPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
Arduino Core for SAMD21 CPU
Commits
15bae0de
Commit
15bae0de
authored
10 years ago
by
Thibaut VIARD
Browse files
Options
Downloads
Patches
Plain Diff
Updating howto
parent
993968f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cores/arduino/HOWTO_compiling_a_project_with_GCC.txt
+1
-23
1 addition, 23 deletions
cores/arduino/HOWTO_compiling_a_project_with_GCC.txt
with
1 addition
and
23 deletions
cores/arduino/HOWTO
-
compiling
a
project.txt
→
cores/arduino/HOWTO
_
compiling
_a_
project
_with_GCC
.txt
+
1
−
23
View file @
15bae0de
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment