ADC Home > Reference Library > Technical Q&As > Legacy Documents > Tools >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
NOTE: This Technical Q&A has been retired. Please see the Technical Q&As page for current documentation. |
|
Q: We have a problem with the MPW SIOW and Stubs.o libraries. A program
("Show_bug") linked without either of these libraries works properly (the test
sequence is basically an The following list shows the target, the library that is linked, and the bug shown:
A: The Stubs.o library is intended for use in building MPW Tools, but the make file that you are using is building an application. Changing that to an MPW Tool should solve your problem. For a brief discussion of Stubs.o, see page 9-4 of Building and Managing Programs in MPW. The SIOW library is intended for use in applications that perform simple I/O to a console. SIOW cannot be used with an application that opens windows. There is a warning to this effect on page 6-3 of Building and Managing Programs in MPW. With regard to your Naked build, you should not be making calls to |
|