|
L1001: Data base mismatch |
Top Previous Next |
Description:
This error is occurs when the linker tries to link two object files which have different data base addresses.
Lower addresses are reserved for passing arguments and returning values from platform syscalls. The data base address for program variables is calculated according to how much memory platform syscalls require for arguments and return values.
Most commonly, this error means that you are trying to link object files built for different platforms.
See Also