[RTEMS Project] #3284: RSB uses hard coded GCC binary paths

RTEMS trac trac at rtems.org
Tue Jan 30 09:36:36 UTC 2018


#3284: RSB uses hard coded GCC binary paths
------------------------------+--------------------
  Reporter:  Sebastian Huber  |      Owner:  (none)
      Type:  defect           |     Status:  new
  Priority:  normal           |  Milestone:  5.1
 Component:  tool/rsb         |    Version:
  Severity:  normal           |   Keywords:
Blocked By:                   |   Blocking:
------------------------------+--------------------
 In order to build a tool chain with Ada support you need a native GCC with
 Ada support of the same version as the cross compiler. The RSB uses hard
 coded paths for the gcc and g++ programs:

 {{{
 source-builder/defaults.mc:__cc:                exe,     required,
 '/usr/bin/gcc'
 source-builder/defaults.mc:__cxx:               exe,     required,
 '/usr/bin/g++'
 }}}

 So, the RSB user must change the main GCC installation of the machine to
 build a particular RTEMS tool chain.  This is undesired/infeasible in most
 situations.

--
Ticket URL: <http://devel.rtems.org/ticket/3284>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list