La recherche a retourné 4 résultats

par jgpeiro
jeu. oct. 14, 2010 8:59 am
Forum : Giac
Sujet : Build Giac for Cortex-M3 devices
Réponses : 7
Vues : 202023

Re: Build Giac for Cortex-M3 devices

I assume your program compiles but does not execute. Can you get a backtrace of the failure, or better can you debug your program? No, the program no compiles. I can compile the giac library, but when I try to use, the compiler show some errors. The most important errors are: undefined reference to...
par jgpeiro
mar. oct. 12, 2010 7:52 pm
Forum : Giac
Sujet : Build Giac for Cortex-M3 devices
Réponses : 7
Vues : 202023

Re: Build Giac for Cortex-M3 devices

Is it indiscrete to ask you what kind of project/device do you want to run with giac? nooo, I am only a hobbyist, a 26 years old telecomunications student. I have more than 5 years of embedded C programming, you can view an example project here: http://www.todopic.com.ar/foros/index.php?topic=25318...
par jgpeiro
mar. oct. 12, 2010 6:03 pm
Forum : Giac
Sujet : Build Giac for Cortex-M3 devices
Réponses : 7
Vues : 202023

Re: Build Giac for Cortex-M3 devices

You will need a C compiler with the standard libraries (libc, libm, standard template libraries, exception handling). I use a Sourcery G compiler for ARM. It includes standar C/C libs, but no POSIX threads, dirent.h,sysinfo.h or others SO related headers or libs. Then you must compile GMP I tested,...
par jgpeiro
mar. oct. 12, 2010 11:13 am
Forum : Giac
Sujet : Build Giac for Cortex-M3 devices
Réponses : 7
Vues : 202023

Build Giac for Cortex-M3 devices

Hi,

How I can build Giac library, and all of dependences, for ARM Cortex-M3 devices?
It is possible use Giac library without linux?

thanks