Where are these functions implemented
Mike Stump:
grep will show you the code that should be used to build it. unwind- dw2.c is the usual place.
OK, I found unwind-dw2.c in the GCC directory. I also found the object files in the linux host directory, but not in the RDOS cross compilation directory. I cannot run the GCC configuration process natively on RDOS (yet), so I must somehow build libgcc with thecross-compiler. Any idea (FAQs) on how to do this?
Leif