by SuperXX » 19 Jun 2021, 11:11
So, after what @Adriweb said, I´ve decided to do what he said and try that on my Ubuntu VM, even thought that yes, doesn´t make sense being the distro´s fault, but still I waited to try it on my Ubuntu VM
And after changing the toolchain directories on the Makefile.nspire, I finally got a new error (It´s an error but finally it´s something different):
- Code: Select all
gen.h:59:10: fatal error: gmpxx.h: No such file or directory
59 | #include <gmpxx.h>
| ^~~~~~~~~
compilation terminated.
make: *** [Makefile:32: sym2poly.o] Error 1
Now that the file changed, as I can understand it´s now reading the ".../toolchain/install/include" folder. So in that time, I had the idea to download every single file that appeared as missing. But a lot of files later I´ve understand how much time this would cost to me. Isn´t there a more quicker solution then what I´m doing? Or maybe I´m so blind that I don´t find it on the readme files.
I´ve stopped downloading every singles file in this error:
- Code: Select all
home/ubuntu/Ndless/ndless-sdk/toolchain/install/include/FL/Enumerations.H:44:10: fatal error: FL/abi-version.h: No such file or directory
44 | #include <FL/abi-version.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile.nspire:32: sym2poly.o] Error 1
Anyways, here is a screenshot, as usual:

Note:It´s appearing just "make" because I changed the file from Makefile.nspire to just Makefile. But in the newest tries I´ve changed it back to normal and I´m doing the same as parisse said later. But as far as I can understand, it doesn´t affect anything
P.S:Oh, one more thing. @parisse, it seems that "
https://www-fourier.ujf-grenoble.fr/~parisse/install_en" is down.
And thanks for everything until now.