Fermer2
FarewellLe 21/06/2014 à 15:05
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 main
Et je me tape un "No calculator specified". Why ?? Où est-ce que je déconne ?