hexagon logo

I would like to get more informations concerning Directives. e.g.: !!TRACE option ? what are "option" values ? !!DEBUG option ? !!OPTIONS option ? !!SIZE CODE newsize ? what is newsize ? how to define the value ? Thanks for your help. Regards.

I would like to get more informations concerning Directives. e.g.:
!!TRACE option ? what are "option" values ?
!!DEBUG option ?
!!OPTIONS option ?
!!SIZE CODE newsize ? what is newsize ? how to define the value ?
Thanks for your help.
Regards.
Parents
  • Hello Ken, thank you very much for this clarification ! Very useful !
    I try to set directives by using sys_path() and sys_library() functions but for example if​ I want to write the equivalent command of !!LIBRARY myLib.plb by using the following command:
    sys_library("", "myLib.plb") .. I got the following error message :
    $# (PCL) Bad argument to LIBRARY directive
    I do not understand why it does not work!?  :-(
     
Reply
  • Hello Ken, thank you very much for this clarification ! Very useful !
    I try to set directives by using sys_path() and sys_library() functions but for example if​ I want to write the equivalent command of !!LIBRARY myLib.plb by using the following command:
    sys_library("", "myLib.plb") .. I got the following error message :
    $# (PCL) Bad argument to LIBRARY directive
    I do not understand why it does not work!?  :-(
     
Children
No Data