yop,
J'ai une installation de gcc4ti standard sous nux.
J'essaye de compiler un hello world on ne peut plus con :
#include <tigcclib.h>
#define USE_TI89
void _main(void)
{
printf("hello world\n");
}
en faisant un
tigcc main.c -o mainEt je me tape un "No calculator specified". Why ?? Où est-ce que je déconne ?