Code Generation Tools: 6.1.12
Compiler: 6lx
Target: 64+
Endiannes: little
Runtime support library: rts64plus.lib
I am trying to produce a relocatable object file of my source but when I indicate the output extension to be .obj in the linker settings; the compiler automatically tries to build the target without compiling any of the sources and the linker is never invoked. Apart from full symbolic debug option and Diagnostic set to 225 I have no other option selected in the compiler settings. Preprocessor Parser and Directory Specifier are set to Automatic. My configuration name is: Release
However a regular (non-relocatable) .out file is generated perfectly. My code compiles and runs fine on the target destination. This configuration I named: Debug. To create Release I merely copied Debug settings to Release, selected "produce relocatable object file" and changed the output extension to .obj.
Any ideas why this would happen? I greatly appreciate your attention.
Sincerely,
Javier