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 - APoloG13

Pages: 1 [2] 3
16
General Calculator Help / Thermodynamic Cycles Program
« on: December 26, 2016, 11:22:27 pm »
Hello everyone;

I'm starting this topic because i want to start a project which could be (or at least I think would be) interesting and useful. The project is based on the AssTermo-D and the main propose is to create a Thermodynamic Cycles program which could be useful to all students with Technical Thermodynamics.

Basically, insert the objects (furnace, compressor, turbine, exchanger...) to create the cycle that the user wants and specify some of their attribute (efficiency, pressure, temperature, work...) to do the main calculations, providing the fluid properties from the AssTermo-D archive which is a great source.

I've the knowledge of what calculations have to do but no idea of programming (and don't know which type of code will be better if C, Lua, Basic...), anyone have interest on helping me or guide me?

Thanks for the attention.

P.D : I got the idea from this old HP48 file http://www.hpcalc.org/details/6258 I didn't prove it cause don't know how to open it but could be useful.

17
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 08:00:01 pm »
Only have W10... so I will try for the 3rd time hope no more BSOD...

18
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 07:42:35 pm »
It ended with two blue screen the two time i did it XD

19
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 07:13:48 pm »
Done. What's next? after runing ./build_toolchain.sh (you will end killing me jajaja)

20
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 07:05:39 pm »
pc@ /cygdrive/f/Ndless/ndless-sdk/toolchain/build
$ install-gcc && cd .. && rm -rf build/* && touch .built_gcc_step1
-bash: install-gcc: no se encontrĂ³ la orden

21
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 06:58:30 pm »
Ok, all-gcc ended with:

6.2.0/gcc/doc/gccint.texi; \
fi
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --no-split -I ../../gcc-6.2.0/gcc/doc \
                -I ../../gcc-6.2.0/gcc/doc/include -o doc/gccinstall.info ../../                 gcc-6.2.0/gcc/doc/install.texi; \
fi
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --no-split -I . -I ../../gcc-6.2.0/gcc/doc                  \
                -I ../../gcc-6.2.0/gcc/doc/include -o doc/cppinternals.info ../.                 ./gcc-6.2.0/gcc/doc/cppinternals.texi; \
fi
echo timestamp > gcc.pod
perl ../../gcc-6.2.0/gcc/../contrib/texi2pod.pl ../../gcc-6.2.0/gcc/doc/invoke.t                 exi > gcc.pod
echo timestamp > doc/gcc.1
(pod2man --center="GNU" --release="gcc-6.2.0" --date=2016-08-22 --section=1 gcc.                 pod > doc/gcc.1.T$$ && \
        mv -f doc/gcc.1.T$$ doc/gcc.1) || \
        (rm -f doc/gcc.1.T$$ && exit 1)
cp doc/gcc.1 doc/g++.1
rm gcc.pod
make[1]: se sale del directorio '/cygdrive/f/Ndless/ndless-sdk/toolchain/build/g                 cc'

now?

22
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 06:24:37 pm »
The same

pc@ /cygdrive/f/Ndless/ndless-sdk/toolchain/build
$ make all-gc
make: *** No hay ninguna regla para construir el objetivo 'all-gc'.  Alto.

23
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 06:20:12 pm »
pc@   /cygdrive/f/Ndless/ndless-sdk/toolchain
$ make all-gcc
make: *** No hay ninguna regla para construir el objetivo 'all-gcc'.  Alto.

24
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 06:10:40 pm »
.                .downloaded    build               gcc-6.2.0  newlib-2.4.0
..               .gitignore     build_toolchain.sh  gdb-7.12
.built_binutils  binutils-2.27  download            install

that is what i get

25
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 05:16:01 pm »
I'm reinstalling right now so I hope i don't miss any of them. Thanks for helping me i know it's not easy



Ok now it's a half success, I ended with this  ??? ???

Edit (Eeems): Merged double post

26
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 04:19:49 pm »
These ones:
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

The missing ones... Sorry my question wasn't accurate enough  ;D

27
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 04:15:58 pm »
And what dependence are? Because i'm writing and didn't find it

28
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 04:10:37 pm »
So now i have to re-install Cygwin ?  :banghead: :banghead:

29
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 03:58:47 pm »
i'm using Windows10 and the problem is when you have to Run the SDK's build_toolchain.sh script,

cd ndless-sdk/toolchain/
./build_toolchain.sh

look:

30
General Calculator Help / How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 03:20:23 pm »
Hi everyone,

I'm opening this post because i want some help to write a program in C for the TI Nspire (actually I have in mind a few programs... ) but first thing first... How it's done?

How do you do to write a C program for the Nspire? (I started trying to install the Ndless SDK but ended on a big failure and I don't know how to do it properly :banghead:)

Thanks omnimaga community

Pages: 1 [2] 3