je lance avec le sdk ndless
- Code: Select all
# nspire-tools new test
Makefile created.
voici le code de mon test.c
- Code: Select all
#include <stdio.h>
#include <stdlib.h>
#include <os.h>
int main()
{
printf("test");
return 0;
}
- Code: Select all
# make
nspire-gcc -Wall -W -marm -Os -c test.c -o test.o
mkdir -p .
nspire-ld test.o -o test.elf
genzehn --input test.elf --output test.tns.zehn --name "test"
Warning: Using neither old (SCREEN_BASE_ADDRESS) nor new (lcd_blit) API!
Assuming '--uses-lcd-blit false'!
Warning: Your application does not appear to support 240x320px displays!
If it does, override with '--240x320-support true'.
make-prg test.tns.zehn test.tns
rm test.tns.zehn
Quand j'execute test.tns sur la calculatrice rien ne se passe
ma calculatrice est une CAS touchpad monochrome os 3.6 ndless idem
A l'aide
