MichaelMontcalm <philbertflange@xxxxxxxxx> writes: > As for the Cmpware.lnk file, it appears to just reformat the code and > provide DWARF debugging information. Once we move away from using the CMP-DK > tool I probably won't need the lnk file. I'll try your suggestion about > getting support from CMPWare Inc. In the interim, I will probably try your > suggestion of llinking to libgcc. You can link to libgcc by adding something like this to your ld line: `/usr/local/sparc-elf/bin/gcc --print-libgcc-file-name` Ian