Jimmy Brisson
|
3489b14643
|
Use sys_libs from mbedToolchain in Makefiles
|
2017-01-17 13:57:37 -06:00 |
Jimmy Brisson
|
63c650903c
|
Improve error message when exporting for make without a linker script
|
2016-12-20 14:11:58 -06:00 |
Sam Grove
|
0d3e9f0968
|
[exporters] make sure to clean .build and BUILD
|
2016-11-18 00:21:55 -06:00 |
Sam Grove
|
03b8ae1811
|
Merge pull request #3200 from bridadan/exporter_build_subprocess_change
Using Popen for uVision and unifying the structure of the build function
|
2016-11-04 14:45:54 -05:00 |
Sam Grove
|
13676f064b
|
Merge pull request #3189 from theotherjimmy/make-use-path
[Exporters - Make-based] Force make exporter to search PATH for compilers
|
2016-11-04 14:45:02 -05:00 |
Brian Daniels
|
9d91566927
|
Using Popen for uvision and unifying the structure of the build function
across exporters
|
2016-11-04 11:14:32 -05:00 |
Sam Grove
|
f044786f22
|
Merge pull request #3187 from theotherjimmy/fix-eclipse-export
[Export-Make] Use internal class variable for resolving templates in makefiles
|
2016-11-03 18:48:13 -05:00 |
Jimmy Brisson
|
79bccc14a2
|
Force make exporter to search PATH for compilers
|
2016-11-02 17:16:35 -05:00 |
Jimmy Brisson
|
c2470e9710
|
Use internal class variable for resolving templates in makefiles
This allows other exporters to inherit from make and change the name of
the exporter without breaking.
|
2016-11-02 15:42:30 -05:00 |
Sarah Marsh
|
cc154a48cd
|
[Exporters] Build method documentation. Removal of unused Exception classes.
|
2016-11-01 15:03:31 -05:00 |
Sarah Marsh
|
b9bac0516b
|
[Exporter tests] changing variable names and respecting requirement kwargs
|
2016-11-01 15:03:31 -05:00 |
Sarah Marsh
|
986af0dd5e
|
New export-build tests.
Allows command line workflow of:
mbed import
mbed export
Also revises exporter supported target checks
|
2016-11-01 15:03:31 -05:00 |
Jimmy Brisson
|
1a4dabd65d
|
Account for different linker flags across the compilers
|
2016-10-19 14:21:11 -05:00 |
Jimmy Brisson
|
7a8917fcf8
|
Use correct names for library files
|
2016-10-18 10:30:46 -05:00 |
Sarah Marsh
|
b39fbd3273
|
Use single quotes to escape make commands
|
2016-09-21 11:30:58 -05:00 |
Jimmy Brisson
|
e507b9e1c6
|
export make - Surround all command line stuff with quotes.
Should eliminate any space-in-path issues
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
d9c8365828
|
Use cflags instead of symbols
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
6838aa9372
|
Clean code style of python code for generic make
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
920bb47ffd
|
Change make exporter support to match target.json
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
00d2a45b91
|
Generalize make exporters for all toolchains
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
17e096b369
|
Move make stuff to it's own folder; add a make_gcc_arm exporter
|
2016-09-15 11:42:52 -05:00 |