[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RTEMS running the examples with an rpm installation
- Date: Tue, 13 Jan 2009 08:53:44 -0500
- From: gds at chartertn.net (Gene Smith)
- Subject: RTEMS running the examples with an rpm installation
Pool, LC, Mr <14117614 at sun.ac.za> wrote:
> Hi...
>
> I've installed the RTEMS package on scientific linux via rpm's. I would
like to test my installation running the examples that I got from the
source rtems-4.10. The installation is also rtems-4.10. The problem is
that I'm not sure what is meant by the environment variable, export
RTEMS_MAKEFILE_PATH=<INSTALLATION_POINT>/<CPU>-rtems/<BOARD_SUPPORT_PACKAGE>,
where the problem is the BOARD_SUPPORT_PACKAGE....
> so the INSTALLATION_POINT= /opt/rtems-4.10
> the CPU-rtems = m32c-rtems4.10
> but the BOARD_SUPPORT_PACKAGE = ? "(m32c)"
>
> This is the current directory view of say m32c...
>
> pwd = /opt/rtems-4.10/m32c-rtems4.10
>
> total 24
> drwxr-xr-x 2 root root 4096 Jan 13 09:30 bin
> drwxr-xr-x 5 root root 4096 Jan 13 09:30 include
> drwxr-xr-x 4 root root 4096 Jan 13 09:30 lib
>
>
> uhm any help would be great!!!
I'll give it a shot. On my system my cpu is arm and bsp is csb337 so I
have RTEMS_MAKEFILE_PATH set to /opt/rtems-4.9/arm-rtems4.9/csb337
So BOARD_SUPPORT_PACKAGE for me is csb337 and <CPU>-rtems is
arm-rtems4.9. Is this what you are asking?