|
|
| Author |
Message |
meenbombs
Joined: 20 Nov 2008
Posts: 27
|
|
Posted: 22 October 2009, 2:58 AM Post subject: Another back end build error |
|
|
This is what is in the output window when I try to run code that runs on my old computer
>"C:\Program Files (x86)\ZBasic\zbasic.exe" --target-device=ZX328l --directory="C:\Users\Russell Szczepaniec\Desktop\TSC\Zbasic/" --project="RLINKRXHCS.pjt"
"C:\Program: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4217b3)
Error: one or more errors occurred in the back-end build process for "RLINKRXHCS.zxb"
>Exit code: 1
I have a suspicion it is related to my migration from a 32 bit OS to 64 OS as everything else I have tried moving to my new computer doesn't work either. I have attached the code if that is the problem. Thanks in advance.
| Description: |
|
 Download |
| Filename: |
RLINKRXHCS.bas |
| Filesize: |
4.07 KB |
| Downloaded: |
2374 Time(s) |
|
|
| Back to top |
|
 |
mikep
Joined: 24 Sep 2005
Posts: 765
Location: Austin, TX
|
|
Posted: 22 October 2009, 3:28 AM Post subject: |
|
|
| It compiles fine for a ZX328n using 32-bit Windows XP. Your suspicion may be correct.
|
|
| Back to top |
|
 |
meenbombs
Joined: 20 Nov 2008
Posts: 27
|
|
Posted: 22 October 2009, 3:31 AM Post subject: |
|
|
| That is what I suspected. For some reason it compiles fine for VM devices just not native ones. This is what gave me hope that it might not be a 64 bit problem but I still suspect it is. Thanks for giving it a go.
|
|
| Back to top |
|
 |
dkinzer Site Admin
Joined: 03 Sep 2005
Posts: 2493
Location: Portland, OR
|
|
Posted: 22 October 2009, 3:31 AM Post subject: Re: Another back end build error |
|
|
| meenbombs wrote: | | I have a suspicion it is related to my migration from a 32 bit OS to 64 OS | As Mike noted, it compiles without error on Windows XP. We haven't done any testing on 64-bit Windows yet.
|
|
| Back to top |
|
 |
dkinzer Site Admin
Joined: 03 Sep 2005
Posts: 2493
Location: Portland, OR
|
|
Posted: 22 October 2009, 3:33 AM Post subject: |
|
|
| meenbombs wrote: | | For some reason it compiles fine for VM devices just not native ones. | That just means that the back-end compiler (used only for native mode) is having a problem on the 64-bit platform. Apparently, the ZBasic compiler itself is OK.
|
|
| Back to top |
|
 |
meenbombs
Joined: 20 Nov 2008
Posts: 27
|
|
Posted: 22 October 2009, 3:34 AM Post subject: |
|
|
| I will just chalk it up to 64. I guess I will have to repair the old computer. Thanks for giving it a shot.
|
|
| Back to top |
|
 |
|