source: rtems/cpukit/libmisc/dummy/README @ f26145b

4.104.114.84.95
Last change on this file since f26145b was b07e06a1, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/99 at 19:35:36

New files from Ralf Corsepius <corsepiu@…> which
are a dummy for linking programs together when you are primarily
concerned with tricking another package into building.

This may grow into something which could help link programs on
the command line by having a default start sequence.

  • Property mode set to 100644
File size: 630 bytes
Line 
1dummy.rel
2=========
3
4A relocatible objects which contains a dummy configuration for RTEMS.
5
6Helps linking standard c-program code with RTEMS, which shall *not* be run
7on a target, such as configure script code fragments generated by autoconf's
8AC_TRY_LINK.
9
10Example:
11
12tar xzvf somepkg.tar.gz
13cd somepkg
14
15LDFLAGS=/usr/local/rtems/<cpu>-rtems/<bsp>/lib/dummy.rel \
16CC="<cpu>-rtems-gcc \
17-B/usr/local/rtems/<cpu>-rtems/<bsp>/lib/ -specs bsp_specs -qrtems" \
18CC_FOR_BUILD="gcc" \
19configure --host=<cpu>-rtems --build=i686-pc-linux-gnu
20make
21
22History:
23Starting dummy.c with a copy of rtems-19990528/c/src/tests/samples/minimum/init.c
Note: See TracBrowser for help on using the repository browser.