install path for libcpu

Hill, Jeff johill at lanl.gov
Tue Oct 2 14:38:03 UTC 2012


Hello,

Maybe someone will have a quick answer for an RTEMS build system mystery 
that I currently don't understand. I have had to make this change in
c/src/make/compilers/gcc-target-default.cfg but I don't understand
why others do not experience the same issue?

After:

LINK_FILES =\
    $(CONSTRUCTOR) \
    $(OBJS) \
    $(PROJECT_RELEASE)/lib/librtemsbsp$(LIBSUFFIX_VA) \
    $(PROJECT_RELEASE)/../lib/librtemscpu$(LIBSUFFIX_VA)

Before:

LINK_FILES =\
    $(CONSTRUCTOR) \
    $(OBJS) \
    $(PROJECT_RELEASE)/lib/librtemsbsp$(LIBSUFFIX_VA) \
    $(PROJECT_RELEASE)/lib/librtemscpu$(LIBSUFFIX_VA)

If I don't make this change then application codes like the 
netdemo will not build with the original RTEMS build system.

This is probably self inflicted, and no-doubt has something 
to do with install path for libcpu. I see this issue in all 
versions of RTEMS, with the Nios2 BSP.

Thanks,

Jeff
______________________________________________________
Jeffrey O. Hill           Email        johill at lanl.gov
LANL MS H820              Voice        505 665 1831
Los Alamos NM 87545 USA   FAX          505 665 5107

Message content: Correspondence







More information about the users mailing list