This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


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: ecos-3.0 current stm32 bug?


On Wed, 24 Aug 2011, Philipp Meier wrote:

[snip]

> I now went a step back and built (under Linux) my "bootloader" and my
> "application" under Linux using the same ecos sources and
> configuration files as when I built them under Windows/cygwin.
> 
> Therefore - I wanted to see if the problem comes from building under
> Linux, or from changes in the ecos stm32 parts (or any other ecos
> parts).
> 
> But - I have the same problem as described above; i.e. the problem
> must be somehow in my Linux toolchain?

In any case, ask. Maybe you have installed more arm-eabi toolchains,
i.e. and from another vendor, e.g. from CodeSourcery, etc. Check it,
please, check your PATH variable

  % which arm-eabi-gcc
  % echo $PATH
  % $(which arm-eabi-gcc) --version

also

  % echo $ECOS_REPOSITORY
  % ecosconfig --version

also (you told about HG tree)

  % hg status -R $ECOS_REPOSITORY/..

It would be nice to be sure that you use the right tools.


Sergei

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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