Omnimaga

Calculator Community => TI Calculators => Calculator C => Topic started by: blue_bear_94 on August 28, 2012, 06:12:44 pm

Title: [68k] GCC4TI makes .z89 file?!!
Post by: blue_bear_94 on August 28, 2012, 06:12:44 pm
I was writing a program but for some reason GCC4TI (0.96 Beta 10) now making files with reversed extensions (.z89, .z9x, .zv2). The glitch is with only this specific project.
Title: Re: [68k] GCC4TI makes .z89 file?!!
Post by: Lionel Debroux on August 29, 2012, 01:02:01 am
This is the expected behaviour when a TPR contains the following line :)
Code: [Select]
Binary Output=1
Title: Re: [68k] GCC4TI makes .z89 file?!!
Post by: blue_bear_94 on August 29, 2012, 05:28:55 pm
I tried changing the line to "Binary Output=0" then tried removing it, and now I have a "kraphyko.89z" file. Thanks for the help! But I wonder how this happened in the first place.
Title: Re: [68k] GCC4TI makes .z89 file?!!
Post by: Lionel Debroux on August 30, 2012, 01:06:32 am
You have probably checked this box by mistake :)
Binary Output defaults to 0.