Posted on: 2009-07-26 23:58
Hi, I have litle problem with Yagarto tools make command in 64 bit Windows. Yagarto tools works ok with 32 bit Windows 7 (laptop) Error: C:\ARM\LEDglow_LPC2138>make make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x425073) Have anyone seen this error?
Posted on: 2009-07-30 16:31
Since make is independent of the code generation tools, you might simply replace it with a 64 bit version of make. There is one available here: http://www.equation.com/servlet/equation.cmd?fa=make An alternative but somewhat heavyweight solution may be to run a 32bit version of Windows in a virtual machine on your 64bit platform. Both VMware Server and Virtual PC are free and will allow you to do this. One advantage of a VM is that it provides a consistent and standardised virtual platform regardless of the physical hardware and drivers installed. Because you can have a virtual network between the VM and the host (and the rest of your physical network) accessing files in either environment can be seamless. http://www.microsoft.com/downloads/details.aspx?Fa... http://www.vmware.com/products/server/ If you do not have a spare Windows license to install on the VM, you can use one of the IE compatibility test VHDs for Virtual PC, which are in fact time-limited full OS installations. http://www.microsoft.com/downloads/details.aspx?di... Clifford
Posted on: 2010-01-14 20:43
I got the same error message, but the solution was plain simple: Don't install the yagarto into a directory containing spaces (like "Program Files(x86)") On my Win7 64bit machine, installing the toolkit in c:\yagarto\ fixed the issues...
Posted on: 2010-01-14 21:31
XploD wrote: > I got the same error message, but the solution was plain simple: > Don't install the yagarto into a directory containing spaces (like > "Program Files(x86)") Oh yes; never do that with any GNU tools, especially make. You may be a bit late with the suggestion however; thread necromancy is seldom useful.