Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eeems

Pages: 1 ... 14 15 [16] 17 18 ... 370
226
Ndless / Re: ndless sdk
« on: July 12, 2017, 01:24:32 pm »
I still don't know why it does not work...
Maybe i could use a copy of someone's toolchain folder? Would this work?
Eems, you said some people had precompiled packages. Do you know how i could  reach those persons?
It's Eeems not Eems.
You still haven't answered @Legimet's questions.
Have you followed the steps he outlined here:
It has nothing to do with genzehn. Did you install gcc-g++ (the C++ compiler) in cygwin? I think that is the issue.

Make sure you have all of the dependencies in the list given on https://hackspire.org/index.php/C_and_assembly_development_introduction
Quote
php (5.6+), libboost-devel, libboost_program_options*, binutils, gcc-core, gcc-g++, git, mpfr, mpfr-devel, gmp, libgmp-devel, libmpc3, libmpc-devel, make, zlib-devel, wget
You can install these with the cygwin installer.

Also, you still need to fix the zehn.h symlink, but it is located in ndless-sdk/tools/genzehn. You need to replace it with the file in ndless-sdk/include.

As for the precompiled packages, I'm not sure who actually have them. You could create an issue asking for it here: https://github.com/ndless-nspire/Ndless/issues
It would still probably be best to just sort out the issues that @Legimet mentioned.

227
News / Re: Calculator Community Music News/Showcase #1
« on: June 22, 2017, 03:28:17 pm »
Will the super smash bros be playable?
This topic is over a year old. This topic also has nothing to do with smash bros. Please don't necropost, and please keep your posts on-topic. If you want to talk about something new open up a new topic.

228
Ndless / Re: ndless sdk
« on: June 19, 2017, 03:34:06 pm »
Unfortunately, Git on Windows doesn't enable support for symlinks by default because of differences between Windows symlinks and POSIX symlinks: https://github.com/git-for-windows/git/wiki/Symbolic-Links
That's git on windows, from what I understand cygwin uses it's own build that should be able to handle symlinks.
In any case, the instructions for windows should be updated to reflect how to enable symlinks in git.

229
Ndless / Re: ndless sdk
« on: June 16, 2017, 01:34:38 pm »
Also, you still need to fix the zehn.h symlink, but it is located in ndless-sdk/tools/genzehn. You need to replace it with the file in ndless-sdk/include.
Is this link done in a way that cygwin libraries can't handle?

230
TI Calculators / MOVED: Ti83+ Program help.
« on: June 15, 2017, 05:15:07 pm »

231
The Axe Parser Project / Re: Breaking the 8K limit
« on: June 13, 2017, 05:59:45 pm »
@Runer112 @BrandonW
Just going to highlight them so they are more likely to view this thread.

232
Ndless / Re: ndless sdk
« on: June 10, 2017, 06:32:02 pm »
:( I found the makefile it was executing, but i have no idea what the problem might be...
Aren't there any precompiled versions of this sdk? It would work for me, if tey wuldn't be
terribly outdatet...
I'll send the makefile, if it helps. It was located at <ndless directory>\ndless-sdk\toolchain\build .
Unfortunatley i have no idea what those default commands might be...
Spellcheck is your friend.
There may be some people with precompiled versions of the SDK on windows that might be willing to share with you. At this point unless someone who works on it comes forward with a solution, you may want to open an issue here: https://github.com/ndless-nspire/Ndless/issues/new

From what I can tell it's failing when attempting to determine what directory it's running in. @ExtendeD @Legimet or @Vogtinator do you have any idea what is going on here? It's failing on the following code
Code: [Select]
@r=`${PWD_COMMAND}`; export r; \

233
Ndless / Re: ndless sdk
« on: June 09, 2017, 03:49:32 pm »
Well...
There's the problem.
I'm still running build_toolchain.sh, and it only has lihe 87 lines or so...
I would suggest taking a look at one of the makefiles it mentions and looking at line 854 and see if that helps you understand what might be going wrong.
So look at the output you just gave me:
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating bfd-in3.h
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing bfd_stdint.h commands
config.status: executing default commands
make[1]: Opuszczenie katalogu '/cygdrive/c/users/lioł/ndless/ndless-sdk/toolchain/build'
make: *** [Makefile:854: all] Błąd 2
It mentions a couple Makefiles, look at them. Or look into what this default commands thing is.

234
Ndless / Re: ndless sdk
« on: June 09, 2017, 11:46:19 am »
Replacing the polish words would be nice :)

That said, what are you running to get this to happen?. I would suggest taking a look at one of the makefiles it mentions and looking at line 854 and see if that helps you understand what might be going wrong.

235
Ndless / Re: ndless sdk
« on: June 08, 2017, 05:57:51 pm »
Btw, do you have an idea what this might be?
make: *** [Makefile:854: all] Błąd 2
"Błąd" --> "Error"
Not really, it seems to be a generic error. What exactly are you running? Maybe include some more of the output so that I can understand the context.

236
TI Calculators / Re: TI Calculators
« on: June 08, 2017, 05:54:56 pm »
I do repairs and upgrades to all the models of TI Calculators
So are you just advertising yourself, or are you going to post about more?

237
General Calculator Help / MOVED: TI Calculators
« on: June 08, 2017, 05:53:46 pm »

238
Ndless / Re: ndless sdk
« on: June 07, 2017, 05:32:02 pm »
I'm doing it from cygwin, but maybe i don't know how to install dependencies...



...so what do i do to install dependencies?



Ok. I figured it out myself.
I can only hope, i selected the right packages.

You have to select the packages that are required. According to the documentation on the page I linked you to, you need to select the following packages: php (5.6+), libboost-devel, libboost_program_options*, binutils, gcc-core, gcc-g++, git, mpfr, mpfr-devel, gmp, libgmp-devel, libmpc3, libmpc-devel, openssl-dev, make, texinfo, zlib-devel, wget


Please stop double/triple posting. Instead use the edit button on your previous post.

239
Ndless / Re: ndless sdk
« on: June 07, 2017, 04:42:31 pm »
Ok. I don,t get it.  :banghead:
I go to the toolchain folder using cygwin and do ./build_toolchain.sh and i get this:
Quote
$ ./build_toolchain.sh
Building and installing to '/cygdrive/c/users/lioł/ndless/ndless-sdk/toolchain/install'...
./build_toolchain.sh: linia 47: gcc: nie znaleziono polecenia
GMP (gmp-devel/libgmp-dev) dependency seems to be missing!
./build_toolchain.sh: linia 48: gcc: nie znaleziono polecenia
MPFR (mpfr-devel/libmpfr-dev) dependency seems to be missing!
./build_toolchain.sh: linia 49: gcc: nie znaleziono polecenia
MPC (mpc-devel/libmpc-dev) dependency seems to be missing!
./build_toolchain.sh: linia 50: gcc: nie znaleziono polecenia
zlib (zlib-devel/zlib1g-dev) dependency seems to be missing!
./build_toolchain.sh: linia 51: gcc: nie znaleziono polecenia
libpython2.7 (python-devel/python2.7-dev) dependency seems to be missing!
"nie znaleziono polecenia" means "command not found" in polish.
What did i do wrong?
Are you running this from cygwin or from the windows command line?
Did you also install gcc and the other dependencies or just php?

240
Ndless / Re: ndless sdk
« on: June 07, 2017, 03:25:00 pm »
Quote
Install Cygwin (32bit, x86) and the following dependencies
You will install them as part of installing Cygwin. You'd find them on this screen:

Pages: 1 ... 14 15 [16] 17 18 ... 370