Compiler Update v2.3.11

A private (members-only) forum for discussing all issues related to the Beta test of Native mode devices.
Locked
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Compiler Update v2.3.11

Post by dkinzer »

A problem was discovered with the native code generated for Boolean to integral conversions. You can get the updated compiler at http://www.zbasic.net/download/ZBasic/2 ... 2-3-11.zip

Note that the .zip file also contains updated files that go in the zxlib subdirectory of the installation directory.
Last edited by dkinzer on 09 February 2008, 14:43 PM, edited 1 time in total.
- Don Kinzer
Don_Kirby
Posts: 341
Joined: 15 October 2006, 3:48 AM
Location: Long Island, New York

Post by Don_Kirby »

The updated compiler compiles without error, but the .zxc file is empty (0 bytes). The compiler reports the following:
No errors. Target device: ZX24n, Code: 0 bytes, RAM: 0 bytes, Persistent memory: 0 bytes
>Exit code: 0
Compiling for a '24a reports:
No errors. Target device: ZX24a, Code: 15041 bytes, RAM: 447 bytes, Persistent memory: 924 bytes
-Don
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

Don_Kirby wrote:The updated compiler compiles without error, but the .zxc file is empty (0 bytes).
Fixed. See http://www.zbasic.net/forum/about884.html
- Don Kinzer
Locked