Re: How to say there is a struct of this type at this memory location?

2016-03-07 Thread Timo Sintonen via D.gnu
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

Re: How to say there is a struct of this type at this memory location?

2016-03-07 Thread Taylor Hillegeist via D.gnu
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

Re: How to say there is a struct of this type at this memory location?

2016-03-07 Thread David Nadlinger via D.gnu
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

How to say there is a struct of this type at this memory location?

2016-03-07 Thread Taylor Hillegeist via D.gnu
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*)

Re: "GNU D Compiler" project for GSoC 2016

2016-03-07 Thread Abhishek Kumar via D.gnu
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

Re: "GNU D Compiler" project for GSoC 2016

2016-03-07 Thread Iain Buclaw via D.gnu
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