Difference between revisions of "Compilation of components Outside IDE"

(Created page with "* After generating code in IDE or Customized code in IDE * Goto command-line and Navigate to the Project directory * Execute the following command <pre> #/opt/clovis/6.1/con...")
 

Latest revision as of 12:27, 7 May 2013

  • After generating code in IDE or Customized code in IDE
  • Goto command-line and Navigate to the Project directory
  • Execute the following command
   #/opt/clovis/6.1/configure 
               or
   #/opt/clovis/6.1/configure --with-model-name=ProjectName 
               or
   #/opt/clovis/6.1/configure --help 
  • Navigate to bulid/local directory and do make
  • Finally do make images