Error in Building Environment Options

Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Error in Building Environment Options

Viewing 1 reply thread
  • Author
    Posts
    • #1568
      Anonymous

        I have done the building part in installation by typing

        scons bin
        scons bin mode=release

        which says “scons: done building targets”

        Now next step is Additional Build Environment Options for which i get

        scons bin my_pilot_apps

        **scons: building terminated because of errors**

        Could you please tell me what is the next step to be followed after building. how to make File target `my_pilot_apps’?

        Please help!

      • #8701
        Anonymous

          Which pilot app are you interested in? Remodel? Your own?

          Have you done something like this? cp src/pilot_apps.src.settings.template src/pilot_apps.src.settings.my
          Then edited that pilot_apps.src.settings.my to include one of your own applications?

          If that is the case, the name must match the name of the new file:
          scons bin my

          You may also want to think about using -j option to use more processors: (-j4 to use 4).

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.