ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: News :: TIGCC v0.95 Released

TIGCC v0.95 Released
Posted by Michael on 27 October 2004, 18:49 GMT

The final version (after twenty betas) of TIGCC v0.95 has been released. You can read about the changes from v0.94 at the TIGCC website. The source code and "alternative files" are also available.

Update (Joey): The Linux/Unix binaries and source have been updated, too.

  Reply to this article


The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.


Re: TIGCC v0.95 Released
Jake Griffin  Account Info
(Web Page)

This is sweet! However, being that I haven't quite finished learning 68k ASM yet (I'm in a class in college for it right now) I probably won't try this for another 6 mos or so...but still, I would like to thank all those involved for investing their time in such a great (and free!) resource!

Reply to this comment    28 October 2004, 06:26 GMT


Re: Re: TIGCC v0.95 Released
Sam3.14 Account Info
(Web Page)

Your college offers a class in 68k ASM?! Where do you go?

Reply to this comment    28 October 2004, 11:12 GMT


Re: Re: Re: TIGCC v0.95 Released
Jake Griffin  Account Info
(Web Page)

Chandler-Gilbert Community College...the only downside to the class is it isn't calculator specific, so I don't learn any of the rom calls or anything like that...I've been trying to find them on here, but I have no idea where to look...

Reply to this comment    28 October 2004, 18:12 GMT


Re: Re: Re: Re: TIGCC v0.95 Released
CalcKing  Account Info

http://education.ti.com /us/resources/developer /8992/getstart/getstart.html

(remove the spaces)

Reply to this comment    28 October 2004, 20:39 GMT

Re: Re: Re: Re: Re: TIGCC v0.95 Released
calkfreak83  Account Info
(Web Page)

I know this is off-topic...

Does anyone know how to set more than 4 places to op1 in z80???

Sort of like the bcall(_setxxxxop1) call but to more places.

Reply to this comment    29 October 2004, 23:24 GMT


Re: Re: Re: Re: Re: TIGCC v0.95 Released
Jake Griffin  Account Info
(Web Page)

OH! TI's website! Hoodafthunk?! ;) I can't believe I didn't look there!!

Reply to this comment    30 October 2004, 03:18 GMT


Re: Re: Re: Re: Re: Re: TIGCC v0.95 Released
Kevin Kofler Account Info
(Web Page)

I'd say the documentation at http://tigcc.ticalc.org/doc/ is more useful, but I'm biased. :-)

Reply to this comment    30 October 2004, 22:18 GMT


Re: Re: Re: Re: Re: Re: Re: TIGCC v0.95 Released
Coolv  Account Info

TI C is so easy! I'm learning it!

Reply to this comment    31 October 2004, 00:04 GMT


Re: Re: Re: Re: Re: Re: Re: Re: TIGCC v0.95 Released
no_one_2000_  Account Info
(Web Page)

Yeah, that's why I like it. :P It does get a little more complicated when you start working with stuff like grayscale, low-level keyboard reading, etc., but I'm sure it would be a lot worse in asm. :\

Reply to this comment    3 November 2004, 21:18 GMT

Re: TIGCC v0.95 Released
Rafael H. Padilla V.  Account Info

yea it's great!!!

I want only one thing....
will be it compatible with the HP 49g+ ? :)

please don't kill me! :(

I like a lot me TI-89 but I like me Hp49g+ too.
it last just begin with HPGCC but TIGCC has much more work and time working.

sorry to for don't can write good English..maybe one day can write right ..and do these two calc compatibles, for use the same C code or with lite changes only.

Reply to this comment    28 October 2004, 17:14 GMT

Re: Re: TIGCC v0.95 Released
Kevin Kofler Account Info
(Web Page)

These calculators have completely different hardware, so they have completely different GCC ports and runtime libraries targeting them. Your best bet is to help out the HP-GCC developers, they just started their project and they are making great progress.

Reply to this comment    28 October 2004, 18:07 GMT

Re: Re: TIGCC v0.95 Released
anykey  Account Info

GET HIM AND REDIRECT HIM TO HPCALC WHERE HE BELONGS! jk. I just couldn't help it. :^)

Reply to this comment    28 October 2004, 22:15 GMT


Re: Re: TIGCC v0.95 Released
Lewk Of Serthic  Account Info
(Web Page)

*kills you*
:P~~~~~~~ (gaping bloody wound)

j/k

Reply to this comment    29 October 2004, 22:09 GMT


Re: Re: Re: TIGCC v0.95 Released
anykey  Account Info

But aren't you against smilies?

Reply to this comment    30 October 2004, 19:59 GMT


Re: Re: Re: Re: TIGCC v0.95 Released
Lewk Of Serthic  Account Info
(Web Page)

Yes, but does he look happy to you?

Reply to this comment    31 October 2004, 02:28 GMT


Re: Re: Re: Re: Re: TIGCC v0.95 Released
anykey  Account Info

You are very disturbed.

Reply to this comment    31 October 2004, 18:45 GMT


Re: Re: Re: Re: Re: Re: TIGCC v0.95 Released
Lewk Of Serthic  Account Info
(Web Page)

=P

Reply to this comment    1 November 2004, 00:44 GMT

Re: TIGCC v0.95 Released
Lewk Of Serthic  Account Info
(Web Page)

Can someone walk me through installing the linux version? I'm new to Linux so it baffles me.

Reply to this comment    30 October 2004, 00:26 GMT


Re: Re: TIGCC v0.95 Released
Kevin Kofler Account Info
(Web Page)

* Download the binary tarball.
* Download the setup wizard from http://tigcc.ticalc.org/linux/Install.sh (it's still in the queue for the main ticalc.org archives) into the same directory.
* cd to that directory.
* Make the script executable: chmod 755 Install.sh
* Run it: ./Install.sh
* Follow the instructions on the screen.

Alternatively, there is an RPM package at http://tigcc.ticalc.org/linux/ (this one is in the upload queue as well) which can be installed just like any other RPM.

Reply to this comment    30 October 2004, 00:36 GMT


Re: Re: Re: TIGCC v0.95 Released
Matthew Marshall  Account Info
(Web Page)

>> * Make the script executable: chmod 755 Install.sh <<

OK, this is a little off topic, but why is is 'chmod 755'? Doesn't 'chmod +x' work? I think that '+x' is far more readable than '755'. ('+x' means "adding eXecutable permitions")

MWM

Reply to this comment    31 October 2004, 18:23 GMT

Re: Re: Re: Re: TIGCC v0.95 Released
Jason Malinowski  Account Info

Well, they both add execute permissions, yes.

But chmod 755 makes you look smarter. :-)

Reply to this comment    31 October 2004, 18:28 GMT


Re: Re: Re: Re: Re: TIGCC v0.95 Released
Chivo  Account Info

Or you can type

`echo puzbq 200 vafgnyy.fu|tr a-z0-9 n-za-m5-90-4`

to look REALLY smart. :)

Reply to this comment    31 October 2004, 23:29 GMT


Re: Re: Re: Re: Re: Re: TIGCC v0.95 Released
Kevin Kofler Account Info
(Web Page)

LOL
This one seems harmless, but I really, really don't recommend running every `echo ...|tr ...` type command you find on the net, some of them do eeeeevil things.

Reply to this comment    1 November 2004, 07:22 GMT


Re: Re: Re: Re: TIGCC v0.95 Released
no_one_2000_  Account Info
(Web Page)

Really? To me, chmod 755 makes more sense than chmod +x. I always used the numbers.

Reply to this comment    3 November 2004, 21:21 GMT

1  2  3  4  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer