URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [libmisc/] [dummy/] [README] - Rev 1765
Compare with Previous | Blame | View Log
dummy.rel=========A relocatible objects which contains a dummy configuration for RTEMS.Helps linking standard c-program code with RTEMS, which shall *not* be runon a target, such as configure script code fragments generated by autoconf'sAC_TRY_LINK.Example:tar xzvf somepkg.tar.gzcd somepkgLDFLAGS=/usr/local/rtems/<cpu>-rtems/<bsp>/lib/dummy.rel \CC="<cpu>-rtems-gcc \-B/usr/local/rtems/<cpu>-rtems/<bsp>/lib/ -specs bsp_specs -qrtems" \CC_FOR_BUILD="gcc" \configure --host=<cpu>-rtems --build=i686-pc-linux-gnumakeHistory:Starting dummy.c with a copy of rtems-19990528/c/src/tests/samples/minimum/init.c
