0 Members and 2 Guests are viewing this topic.
Levak: strange. Are you testing on real HW or on nspire_emu?
int isalnum(int c) { return isdigit(c) || isalpha(c); } int isalpha(int c) { return islower(c) || isupper(c); }
Levak, according to your screenshot, the issue happens somewhere in stage1.c, and most probably in fopen since you don't have the third bar created by the fread. Either there is not enough memory to (f)open ndless_resources, or it simply cannot be found.Could you please try the installation with much less files on the calculator, if it's not a problem for you to delete them?