File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ permalink: /docs/toolchain/
7
7
The BitThunder toolchain, BTDK (BitThunder Development Kit) is now available
8
8
on Github.
9
9
10
+ # NEWS: BTDK for Windows available imminently.
11
+ I'll be looking at getting the build environment and toolchain working on Apple's OSX very shortly.
12
+
10
13
## Quick Build Instructions
11
14
12
15
{% highlight bash %}
@@ -43,4 +46,7 @@ Under Build System set toolchain-prefix to:
43
46
/opt/btdk/arm-eabi-bitthunder-
44
47
45
48
46
-
49
+ # Windows
50
+
51
+ I'm just preparing an installer for the Windows BTDK release. I'll be providing the latest user-space and kernel-mode compilers.
52
+ I shall also provide a vanilla compiler for those who want to do bare-metal programming.
Original file line number Diff line number Diff line change @@ -93,3 +93,19 @@ <h2>User-space Compiler</h2>
93
93
< div class ="clear "> </ div >
94
94
</ div >
95
95
</ section >
96
+ < section class ="quickstart ">
97
+ < div class ="grid ">
98
+ < div class ="unit golden-small center-on-mobiles ">
99
+ < h4 > Develop on Windows</ em > .</ h4 >
100
+ </ div >
101
+ < div class ="unit golden-large code ">
102
+ < p class ="title "> BTDK Toolchain for Windows</ p >
103
+ < div class ="shell ">
104
+ < p class ="line ">
105
+ < span class ="output "> Windows toolchain available iminently.</ span >
106
+ </ p >
107
+ </ div >
108
+ </ div >
109
+ < div class ="clear "> </ div >
110
+ </ div >
111
+ </ section >
You can’t perform that action at this time.
0 commit comments