[Contents] [TitleIndex] [WordIndex

Porting Scicos-Flex to Scilab 5.0

"Embedded Systems fast development tools for Poets and Warriors"

What means "Flex" ?

Why you have developed "Flex" micro controller / DSP version on Windows ?

When you will release a version on Linux or Mac OSX ?

What you support (board/tolls chain) in this release ?

Scicos-FLEX internal organization

Scicos-FLEX is organized like any other Scilab 5 modules (there are only few minor differences).

The directories structure is :

 modules / scicos_flex /
                        demos /
                                linux /
                                windows /
                        etc /
                        examples /
                                   linux /
                                   windows /
                        help  /
                                en_US /
                                        scicos_flex_doc /
                                fr_FR /
                                images /
                        includes /
                        locales /
                        macros /
                                 flex_code_gen /(* the universal code generator : Scilab macros only *)
                                 native_integer /(* the IFs used for native integer simulation *)
                                 targets /(* target specific IFs macros *)
                                           rtai  /
                                           dspic /
                                           preemt_rt /
                                           <target_name> /
                        templates /
                        palettes/
                                 native_integer
                                 dummy_sim
                                 embcg
                                 flex
                                 dspicdsc
                        sci_gateway /
                                     c /
                                     fortran /
                        src /
                              c /
                                 native_integer
                                 dummy_for_sim / (*used for dummy simulation inside Scicos *)
                                                 targets /(* target specific CFs routines *)
                                                           rtai  /
                                                           dspic /
                                                           preempt_rt /
                                                           <target_name> /
     scicos_flex.start
     scicos_flex.quit

1. External dependencies and tools

For the Scilab binary versions:

For the Scilab source versions


2022-09-08 09:27