This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

-frepo and -r (VxWorks)


I'm trying to use -frepo with dynamically loaded object modules under
VxWorks.  I want to generate a .o file from a set of input .o files and
have collect2 instantiate the templates referenced by the input .o
files, but I have to use the "-r" option since I can't resolve the board
support package symbols until runtime (when the VxWorks loader resolves
them).

Is there any straight-forward way of doing this?

I'm running egcs built from a "cvs up" I did on June 23 for
target=m68k-wrs-vxworks5.3.


Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]