This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patches for crosscompiling on Mac OS X


Geoffrey, Titus, All,

On Monday 01 November 2010 10:10:34 Geoffrey Lee wrote:
> > Still, in which way "non-latin" characters are special?
> > Files on the Mac are generally encoded using UTF-8. Do you mean any character with 
> > a mÃltibyte representation?
[--SNIP--]
> Yes, it is multibyte.

Not only is your example multibyte, it also is a wide-glyph (that is,
it takes more space to render than an ASCII 'A', for example). Also I
have been using crosstool-NG on non-ASCII, UTF-8 characters with accents
(eg. Ã), that are also multibytes (wide chars), but are rendered as wide
as an ASCII char.

I just tried current tip of the tree with those paths:
# pwd
/home/ymorin/dev/crosstool-NG/ct-ng.test-ããã
# grep CT_PREFIX_DIR= .config
CT_PREFIX_DIR="/opt/x-tools/test-ããã/${CT_TARGET}"

And the toolchains builds OK, the kernel headers are properly installed.

I believe this might be an issue on your system, and not related to the
handling of multi-byte chars, or wide-glyphs either.

> > The links to the configured programs are created in the
> > target working directory, I think in tools/bin or so.

Yes, basically, crosstool-NG creates shell wrappers in
${CT_WORK_DIR}/tools/bin and you should see a file named 'sed' in there.

> > And since PATH should be modified to point there first

Yes, definitely it is.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]