KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire
Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire
Then the download link for OS 4.0 in https://github.com/nspire-emus/firebird/wiki/First-Time-Setup is misleading, you should fix it.
-
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 3663
- Joined: 13 Dec 2013, 16:35
- Gender:
- Calculator(s):→ MyCalcs profile
Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire
I have tried with OS 4.0.3 downloaded from ti planet link. ndless installs but then I can not run giac.tns nor khicas.tns, it just reboots
Warning (1219d8d0): Resetting due to watchdog timeout
This happens for both alpha and released firebird.
In other words, it took me 2 hours to try to upgrade to a better configuration, and in the end it's unusable
I think that unless somebody sends me the required files (flash and snapshot) I abandon.
Warning (1219d8d0): Resetting due to watchdog timeout
This happens for both alpha and released firebird.
In other words, it took me 2 hours to try to upgrade to a better configuration, and in the end it's unusable
I think that unless somebody sends me the required files (flash and snapshot) I abandon.
-
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 3663
- Joined: 13 Dec 2013, 16:35
- Gender:
- Calculator(s):→ MyCalcs profile
Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire
Let me guess, no tns works at all? That means a key is stuck. (Ctrl or Shift, most likely).
Restart firebird and the emulation.
If it still doesn't work, I'll send you both files.
Restart firebird and the emulation.
If it still doesn't work, I'll send you both files.
-
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)- Posts: 217
- Joined: 29 Mar 2014, 15:55
- Gender:
- Calculator(s):→ MyCalcs profile
Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire
parisse wrote:In other words, it took me 2 hours to try to upgrade to a better configuration
I'll just say that for real-time help instead of waiting for forum replies, IRC is a much better medium - things would have been solved in a matter of minutes
(there is a dedicated Firebird channel: #firebird-emu on EFNet)
And yes, [Ctrl] is bound to [Cmd] on Mac. Generally the keymap is trying to be as easy as possible.
MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)My calculator programs
Mes programmes pour calculatrices
-
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 14744
- Images: 1119
- Joined: 01 Jun 2007, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Twitter: adriweb
- GitHub: adriweb
Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire
Indeed restarting firebird and resetting worked.
It seems I can now debug!! these 2 days were not lost after all thanks for the help (I think this should be copied somewhere in a troubleshoot documentation page).
It seems I can now debug!! these 2 days were not lost after all thanks for the help (I think this should be copied somewhere in a troubleshoot documentation page).
-
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 3663
- Joined: 13 Dec 2013, 16:35
- Gender:
- Calculator(s):→ MyCalcs profile
Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire
I got a backtrace of the "1°" crash: It's a stack overflow.
giac::chartab2gen("1°") calls gen("1°"), which calls giac::chartab2gen("1°") and so on:
giac::chartab2gen("1°") calls gen("1°"), which calls giac::chartab2gen("1°") and so on:
- Code: Select all
#31 0x1251439c in giac::protected_giac_yyparse (contextptr=0x128223f8 <caseval::C>, parse_result=..., chaine=...) at gen.cc:11014
#32 giac::gen::gen (this=0x1800cb24, s=..., contextptr=0x128223f8 <caseval::C>) at gen.cc:11012
#33 0x12514768 in giac::chartab2gen (s=@0x114ac788: 0x11333270 "1°", contextptr=0x128223f8 <caseval::C>) at gen.cc:10745
#34 0x1252bd20 in giac_yylex (yylval_param=yylval_param@entry=0x1800cbac, yyscanner=yyscanner@entry=0x114ac738) at input_lexer.ll:808
#35 0x122b4a8c in giac::giac_yyparse (scanner=0x114ac738) at input_parser.cc:4558
#36 0x12513c78 in giac::try_parse (contextptr=0x128223f8 <caseval::C>, s=...) at gen.cc:10819
#37 giac::protected_giac_yyparse (chaine=..., parse_result=..., contextptr=contextptr@entry=0x128223f8 <caseval::C>) at gen.cc:10982
#38 0x1251439c in giac::protected_giac_yyparse (contextptr=0x128223f8 <caseval::C>, parse_result=..., chaine=...) at gen.cc:11014
#39 giac::gen::gen (this=0x1800f624, s=..., contextptr=0x128223f8 <caseval::C>) at gen.cc:11012
#40 0x1251caa8 in giac::gen::gen (contextptr=0x128223f8 <caseval::C>, s=0x12822469 <anscopy> "1°", this=0x1800f604) at gen.h:638
#41 giac::caseval (s=s@entry=0x12822469 <anscopy> "1°") at gen.cc:14701
#42 0x12532270 in giac_caseval (s=0x12822469 <anscopy> "1°") at luabridge.cc:16
-
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)- Posts: 217
- Joined: 29 Mar 2014, 15:55
- Gender:
- Calculator(s):→ MyCalcs profile
Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire
I have updated khicas, now 1° will return undef.
-
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 3663
- Joined: 13 Dec 2013, 16:35
- Gender:
- Calculator(s):→ MyCalcs profile
-
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 3663
- Joined: 13 Dec 2013, 16:35
- Gender:
- Calculator(s):→ MyCalcs profile
Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire
Mise a jour de khicas http://www-fourier.ujf-grenoble.fr/~parisse/calc/khicas.zip (note aux admins: ca meriterait sans doute une mise a jour dans la section des Archives).
Nouvelle commande en beta-test tabvar qui affiche un tableau de variations, par ex.
tabvar(sin(x))
Fonctionne aussi pour des courbes parametriques, par ex. tabvar([cos(2t),sin(3t)])
Je ne sais pas dans quelle mesure il est possible de faire afficher les etapes intermediaires (recherche du domaine, de certaines symetries et des asymptotes) comme dans la derniere version de Xcas.
Nouvelle commande en beta-test tabvar qui affiche un tableau de variations, par ex.
tabvar(sin(x))
Fonctionne aussi pour des courbes parametriques, par ex. tabvar([cos(2t),sin(3t)])
Je ne sais pas dans quelle mesure il est possible de faire afficher les etapes intermediaires (recherche du domaine, de certaines symetries et des asymptotes) comme dans la derniere version de Xcas.
-
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 3663
- Joined: 13 Dec 2013, 16:35
- Gender:
- Calculator(s):→ MyCalcs profile
Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire
parisse wrote:Mise a jour de khicas http://www-fourier.ujf-grenoble.fr/~parisse/calc/khicas.zip (note aux admins: ca meriterait sans doute une mise a jour dans la section des Archives).
Le téléchargement de la page d'archive est en fait externe vers cette adresse-là, donc ça devrait être tout bon
MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)My calculator programs
Mes programmes pour calculatrices
-
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 14744
- Images: 1119
- Joined: 01 Jun 2007, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Twitter: adriweb
- GitHub: adriweb
Who is online
Users browsing this forum: ClaudeBot [spider] and 21 guests