IDE installation error

Questions and discussion about the ZBasic IDE.
Post Reply
Don_Kirby
Posts: 341
Joined: 15 October 2006, 3:48 AM
Location: Long Island, New York

IDE installation error

Post by Don_Kirby »

I've somehow damaged my IDE installation under XP SP2 and would be eternally grateful to hear some suggestions. I continually get the following error when compiling for a ZX24n:
Compiler wrote: >"C:\Program Files\ZBasic\zbasic.exe" --target-device=ZX24n --directory="C:\Documents and Settings\Don\My Documents\Projects\Hover\Uni\ZBasic Code/" --project="Hover.pjt"
Error: one or more errors occurred in the back-end build process for "Hover.zxb"
>Exit code: 1
The code compiles without error both on another XP machine and also if I change the device to a non-native mode unit. This apparently points toward the WinAVR compiler as the cause.

I uninstalled the IDE, manually removed the ZBasic directory, removed an unrelated installation of WinAVr as well, and rebooted after each step.

I've downloaded the latest IDE and installed, and rebooted, yet the problem persists.

While my antivirus comes up clean, there is always the possibility that the issue is virus related. However, are there any other bits of the IDE that might be left behind after an uninstall that I can try?

-Don
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: IDE installation error

Post by dkinzer »

Don_Kirby wrote:However, are there any other bits of the IDE that might be left behind after an uninstall that I can try?
The uninstall does not remove the SciTEUser.properties file (since it does not install one). You'll find this file in the "Documents and Settings/<user name> directory. Deleting it may correct the problem.
- Don Kinzer
Don_Kirby
Posts: 341
Joined: 15 October 2006, 3:48 AM
Location: Long Island, New York

Post by Don_Kirby »

Despite my best efforts, I was unable to remedy the issue. I have learned long ago that it's often faster to reinstall windows than to muck about trying blindly to fix the problem. Thus, a clean install of both windows and the IDE have produced a functioning compiler. Now on to the next problem...
Post Reply