On Monday, 7 March 2016 at 21:12:02 UTC, Taylor Hillegeist wrote:
I'm working on getting my FRDM-kl25z board up and running with
d. whatever works at this point.
The issue is when i try to specify hey this struct is over
here! using:
__gshared SIM_MemMap * SIMY = cast(SIM_MemMap *)
0
On Monday, 7 March 2016 at 23:58:11 UTC, David Nadlinger wrote:
On Monday, 7 March 2016 at 21:12:02 UTC, Taylor Hillegeist
wrote:
switched from LDC because i couldn't get the section attribute
working on 0.14.
LDC 0.14 is ancient at this point.
What you are looking for is @ldc.attributes.sect
On Monday, 7 March 2016 at 21:12:02 UTC, Taylor Hillegeist wrote:
switched from LDC because i couldn't get the section attribute
working on 0.14.
LDC 0.14 is ancient at this point.
What you are looking for is @ldc.attributes.section("..."), which
is available from LDC 0.17.0:
https://wiki.dl
I'm working on getting my FRDM-kl25z board up and running with d.
whatever works at this point.
The issue is when i try to specify hey this struct is over here!
using:
__gshared SIM_MemMap * SIMY = cast(SIM_MemMap *)
0x40047000;
__gshared PORT_MemMap * TMP2CH = cast(PORT_MemMap*)
On Monday, 7 March 2016 at 13:52:13 UTC, Iain Buclaw wrote:
On Saturday, 5 March 2016 at 19:46:34 UTC, Abhishek Kumar wrote:
Hello
I am Abhishek a computer science sophomore from India,I have
interest in "GNU D Compiler" project for GSoC 2016.I have
downloaded and built D compiler as instructe
On Saturday, 5 March 2016 at 19:46:34 UTC, Abhishek Kumar wrote:
Hello
I am Abhishek a computer science sophomore from India,I have
interest in "GNU D Compiler" project for GSoC 2016.I have
downloaded and built D compiler as instructed on documentation
page and got familiar with D language.I h