public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Building eCos.
@ 2014-04-02 19:52 kalibar6
  2014-04-03 10:11 ` AW: " Richard Rauch
  2014-04-03 18:02 ` [ECOS] " John Dallaway
  0 siblings, 2 replies; 10+ messages in thread
From: kalibar6 @ 2014-04-02 19:52 UTC (permalink / raw)
  To: ecos-discuss

Hi all,

I am trying to play a bit with eCos on STM32F4 Discovery board. I am
working under Ubuntu 12.04 (32bit). I know that in downloaded binaries
there is no support for this platform. I have to download source files from
CVS repository and compile them myself. OK. I have downloaded them:

cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P ecos
cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P host

System variable $ECOS_REPOSITORY has been set up to my downloaded files:
/home/kalbar/CVS_repo/ecos_host/packages

Now after multiple approaches I can't get this thing fully compiled and
installed. In main source folder I have created folder 'build' and run
configure script and make and install:

/home/kalbar/CVS_repo/ecos_host/configure
--prefix=/home/kalbar/CVS_repo/ecos_host/build --with-tcl=/usr/lib/tcl8.4
--with-tk=/usr/lib/tk8.4
make
sudo make install


Some files are getting compiled/build but not all of them. There is still
lack of GUI for eCos configuration and package for for my board does not
seem to build. I would really appreciate some help on this matter as I have
spend quite a lot of time on this and got stuck in dead end with no help
from README files nor google.

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [ECOS] RedBoot for Assabet (strongarm) problem
@ 2001-11-13  3:41 todd.kallam
  2001-11-13  5:41 ` Jordi Colomer
  0 siblings, 1 reply; 10+ messages in thread
From: todd.kallam @ 2001-11-13  3:41 UTC (permalink / raw)
  To: ebenard; +Cc: ecos-discuss




Hi,

This looks like a similar problem that I had with the reset vector being
initiailized
to the wrong address.  You can tell by looking at the third line of your hex
dump.
The first entry shows the address of the the reset_vector and should be 0040
instead of 0060.

You can search the archives for more info about reset_vector and UNMAPPED_PRT
to find out more about this problem, but here are three solutions from Chris
Lesiak:

        1. Add the following to your hal_platform_setup.h file:
                #define CYGHWR_HAL_ROM_VADDR 0x50000000
        2. Change your binutils.  Binutils-011002 does not have this problem .
        3. Define CYGSEM_HAL_ROM_RESET_USES_JUMP (I haven't tried this myself.)

I used method 1 to fix my problem.

Todd

> Hi Jesper,
>
> Yes the flash is 32 bits width but I don't think this is the problem :
> I've got a running binary of redboot and mine non working binary.
>
> I've checked with hexdump and the bytes seems to be properly ordered in both
files :
> working redboot.bin :
> 0000000 f018 e59f f018 e59f f018 e59f f018 e59f
> 0000010 f018 e59f 0000 0000 f018 e59f f018 e59f
> 0000020 0060 0000 037c 5000 0400 5000 0438 5000
>
> non-working redboot.bin :
> 0000000 f018 e59f f018 e59f f018 e59f f018 e59f
> 0000010 f018 e59f 0000 0000 f018 e59f f018 e59f
> 0000020 0040 0002 0128 0002 01ac 0002 01e4 0002
>
> Thanks
> Eric



^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <200003011700.e21H0Aq62955@smtp.abac.com>]
[parent not found: <200003011701.JAA18830@cygnus.com>]
[parent not found: <200003011700.JAA18722@cygnus.com>]
* [ECOS] Building eCos
@ 2000-03-01  8:59 Robert Swindells
  0 siblings, 0 replies; 10+ messages in thread
From: Robert Swindells @ 2000-03-01  8:59 UTC (permalink / raw)
  To: ecos-discuss

Is anyone building eCos under UNIX ?

If so, is there any documentation that describes how to do this.

If I try to use pkgconf.tcl to configure a build tree I just get:

% gmake
makefile:9: pkgconf/pkgconf.mak: No such file or directory
gmake: *** No rule to make target `pkgconf/pkgconf.mak'. Stop.

Robert Swindells
GenRad Ltd

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-04-03 22:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-02 19:52 [ECOS] Building eCos kalibar6
2014-04-03 10:11 ` AW: " Richard Rauch
2014-04-03 18:02 ` [ECOS] " John Dallaway
2014-04-03 22:11   ` kalibar6
  -- strict thread matches above, loose matches on Subject: below --
2001-11-13  3:41 [ECOS] RedBoot for Assabet (strongarm) problem todd.kallam
2001-11-13  5:41 ` Jordi Colomer
2001-11-14 20:36   ` [ECOS] Building ecos RolandKane
2001-11-15  4:50     ` Julian Smart
     [not found] <200003011700.e21H0Aq62955@smtp.abac.com>
2000-03-01 10:24 ` [ECOS] Building eCos John Finley
     [not found] <200003011701.JAA18830@cygnus.com>
2000-03-01  9:27 ` Bart Veer
     [not found] <200003011700.JAA18722@cygnus.com>
2000-03-01  9:14 ` Jonathan Larmour
2000-03-01  8:59 Robert Swindells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).