Samraksh / eMote

eMote OS -- Multiple Ports (using .NET MF v4.3)
0 stars 0 forks source link

Emote USB host side driver for 32-bit windows #3

Closed mukundansridharan closed 10 years ago

mukundansridharan commented 12 years ago

Need to compile a 32-bit driver

MargaretAtSamraksh commented 12 years ago

Hi Mukundan   thanks for the email -- I tried to look at the details at github, but received a '404' error -- not found.   can you tell me if there is a switch to complile 32 bits (in the eclipse config) ? or if there is a part of the current code base that is set to be done at 32 bit compile ?   I am getting familiar with the code base, but i am not totally clear on what code is part of the compile path.   if you want to call me, I am on skype ("m no name here" is my skype name)   thanks Margaret    

-------- Original Message --------Subject: [DotNet-MF] Emote USB host side driver for 32-bit windows (#3)From: MukundanAtSamrakshreply@reply.github.comDate: Thu, January 26, 2012 10:13 amTo: MargaretAtSamraksh Margaret.Lyell@samraksh.comNeed to compile a 32-bit driver--- Reply to this email directly or view it on GitHub:https://github.com/Samraksh/DotNet-MF/issues/3

NivedAtSamraksh commented 12 years ago

Margaret,

I know this was meant for mukundan, but i am going to take a crack at it. Please find the answers inline.

"can you tell me if there is a switch to complile 32 bits (in the eclipse config) ?" Not sure what you mean by 32 bit compile. The arm compiler builds 32 bit executables based on the flags that are supplied to it which have been set with in the Micro Framework settings and are not under the control of eclipse. References to 32 bit compilation that you may see on eclipse refer to building on Windows for executables to run on windows as laptop/desktop processors support both 32 and 64 bit compilation.

"or if there is a part of the current code base that is set to be done at 32 bit compile ?" The entire code base is always compiled for 32 bit.

"I am getting familiar with the code base, but i am not totally clear on what code is part of the compile path." The compile path begins with file MF/Solutions/STM32F10x/TinyCLR/TinyCLR.proj. This is the universal makefile. The compilation proceeds from this point to other projects specified in this file. You can refer to this file for more details on which projects are actually involved.

Hope that answers your questions.

Thanks Nived

MargaretAtSamraksh commented 12 years ago

Hi Nived,   Thanks for your answers.   -Margaret    

-------- Original Message --------Subject: Re: [DotNet-MF] Emote USB host side driver for 32-bit windows(#3)From: NivedAtSamrakshreply@reply.github.comDate: Fri, January 27, 2012 9:21 amTo: MargaretAtSamraksh Margaret.Lyell@samraksh.comMargaret,I know this was meant for mukundan, but i am going to take a crack at it. Please find the answers inline."can you tell me if there is a switch to complile 32 bits (in the eclipse config) ?"Not sure what you mean by 32 bit compile. The arm compiler builds 32 bit executables based on the flags that are supplied to it which have been set with in the Micro Framework settings and are not under the control of eclipse. References to 32 bit compilation that you may see on eclipse refer to building on Windows for executables to run on windows as laptop/desktop processors support both 32 and 64 bit compilation."or if there is a part of the current code base that is set to be done at 32 bit compile ?"The entire code base is always compiled for 32 bit. "I am getting familiar with the code base, but i am not totally clear on what code is part of the compile path."The compile path begins with file MF/Solutions/STM32F10x/TinyCLR/TinyCLR.proj. This is the universal makefile. The compilation proceeds from this point to other projects specified in this file. You can refer to this file for more details on which projects are actually involved. Hope that answers your questions. ThanksNived--- Reply to this email directly or view it on GitHub:https://github.com/Samraksh/DotNet-MF/issues/3#issuecomment-3689327

JasonAtSamraksh commented 12 years ago

Gents ---I'm CC'ing Jiannan Zhai, who is handling this work at Clemson. Best, Jason

-------- Original Message -------- Subject: [DotNet-MF] Emote USB host side driver for 32-bit windows (#3) From: MukundanAtSamraksh reply@reply.github.com Date: Thu, January 26, 2012 10:13 am To: JasonAtSamraksh Jason.Hallstrom@samraksh.com

Need to compile a 32-bit driver

Reply to this email directly or view it on GitHub:https://github.com/Samraksh/DotNet-MF/issues/3

JasonAtSamraksh commented 12 years ago

Gents ---Jiannan has been getting up to speed with the development board that we received last week. To help us maximize his progress on this, we'd like to setup a conference call to discuss some of the technical details as early as possible next week. Could we plan a time to get together to chat on Tuesday? Jiannan will need some help getting the micro framework compiled for the development board, and I believe you folks have already done this. Please let us know. Thanks much. Best,Jason

mukundansridharan commented 12 years ago

I think there is some confusion about this GitHub Issue. I created this issue to keep track of pending tasks and assigned it to myself. I was not aware that an email is sent to everybody who has access to the repository, when a new issue is created. Strangely for whatever reason, I donot get these emails from GitHub on any Issues created or commented. The 32-bit driver I was talking about was on the PC side and not on the mote side. This is task on my plate. Hope this clarifies, the Issue.

JasonAtSamraksh commented 12 years ago

Gents ---I have some concern that I'm using the wrong email addresses. If so, please let me know. Would it work for us to chat briefly tomorrow to help Jiannan get going with the SOC8200? Best,Jason

-------- Original Message -------- Subject: Meeting? From: Jason.Hallstrom@samraksh.com Date: Sun, January 29, 2012 2:08 pm To: "MukundanAtSamraksh" reply@reply.github.com, "NivedAtSamraksh" reply@reply.github.com, "Jiannan Zhai" jzhai@g.clemson.eduGents ---Jiannan has been getting up to speed with the development board that we received last week. To help us maximize his progress on this, we'd like to setup a conference call to discuss some of the technical details as early as possible next week. Could we plan a time to get together to chat on Tuesday? Jiannan will need some help getting the micro framework compiled for the development board, and I believe you folks have already done this. Please let us know. Thanks much. Best,Jason

MargaretAtSamraksh commented 12 years ago

Hi,   I am attaching the originals in .vsd and the jpegs of each of the pages.   Please let me know of potential additions to the map.   My goal is to generate a final ver soon and then check it into .Now product documentation. (We will haveto have a repository for that).   --Margaret

Nathan-Stohs commented 10 years ago

Rolling into Native USB general support issue: https://github.com/Samraksh/MF/issues/70