About code generation

2001-02-23 Thread p. meyer
Hi, When talking about code generation for highly constrained real time application, a "good" C code is often not sufficient. The most critical functions of the system (e.g. FFT) must be implemented with assembly code i.e. optimized for the target processor. In order to keep the advantages of

pigiRpc.debug with XEmacs

2000-03-01 Thread p. meyer
Hi, Is there someone who uses gdb with XEmacs instead of Emacs for debugging stars in Ptolemy 0.7.1p1? I tried to modify $PTOLEMY/bin/ptgdb but I didn't succeed. Any idea is welcome. Regards, Patrick Posted to the

How to setup linkOptions parameter with unixMulti target?

1999-08-23 Thread p. meyer
Hi, I'm working with CGC domain. I use unixMulti_C target for my universe. I've set the childType parameter to Makefile_C and I would like to change the linkOptions parameter. Unfortunately this parameter is not listed in the unixMulti_C target configuration window ("T" command). Is there

Re: Ptolemy fails to compile

1999-07-23 Thread p. meyer
Hi Wolfgang, Thank you very much for your answer. It seems you are the only one who is working intensively with Ptolemy at the moment. Is it true? I made the few changes in ptlang.y, and now everything works well. Please let me introduce my job. I'm working for a European Program which aims to

Re: Ptolemy0.7.1p1 and Matlab5.3

1999-07-23 Thread p. meyer
Hi all, Now everything is all right for me ; I've just fixed my problem with Matlab interface. I simply added the path to the matlab library (/opt/matlab/default/extern/lib/sol2 for example) to LD_LIBRARY_PATH environment variable. That's all! I can run the demos. Best regards, Patrick Meyer

Ptolemy fails to compile

1999-07-22 Thread p. meyer
Hi all, I tried to build Ptolemy 0.7.1p1 from scratch (including GNU Tools) on SUN Sparcstation4 Solaris2.5.1 and I didn't succeed because ptlang failed to compile the ACS domain stars (files with corona statement only). Segmentation Fault message is generated. What's the problem? Could someone