Hi,
I'd like to download the total software image and then want to add a
module (.o file) to the image during runtime. I do not want to disturb
the existing/working image.
I'm using Cross compiler ccppc version cygnus-2.7.2-960126 egcs-971225
tornado 2.0 on Solaris Machine and my development machine is Windows
NT with Tornado 2.0
Could you please let me know, how to add .o files to the existing
image during runtime?
I want to be able to compile and create the object (.o files) files on
my windows development machine and download the same to my target
VxWorks machine without affecting the existing image.
I'm able to download either complete image or just object file, but
not both of them together.
In the worst case, I want to be able to switch from the image to the
object file that I downloaded and vice versa from VxWorks prompt.
I am looking for something similar to 'insmod' that allows us to
insert modules to the working kernel/image. It worked for me with
uCLinux Embedded OS.
Regards
Arun