[RTEMS Project] #2639: RSB long path support on Windows is still broken.
RTEMS trac
trac at rtems.org
Fri Mar 11 06:05:19 UTC 2016
#2639: RSB long path support on Windows is still broken.
--------------------+----------------------------
Reporter: chrisj | Owner: chrisj
Type: defect | Status: new
Priority: high | Milestone: 4.11
Component: RSB | Version: 4.11
Severity: normal | Keywords: RSB 4.11.0-RC2
--------------------+----------------------------
Long path support on Windows requires the use of Unicode paths. The
current path is not Unicode and some paths in C++ can be longer than 255
character when building the release candidates using the standard paths in
the releases.
The solution is to change paths.py so it's host call returns a Unicode
string. The also requires changes to the macro key logic to convert any
unicode string to an ascii string, all macro keys are ascii. Also the
execute module needs to better manage Unicode strings.
--
Ticket URL: <http://devel.rtems.org/ticket/2639>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list