Quantcast
Channel:
Viewing all articles
Browse latest Browse all 43798

Wiki Page: AcuCobol Program Error - Program contains object code for a different processor

$
0
0
Problem The reason this error occurs is that the object was compiled with a flag that designates it to be executed by a specific processor type Intel, sparc, etc. Resolution When an object is compiled the instructions that are placed in the object are generic, intended to be run by any processor. This gives AcuCobol-GT its portability. When a program is compiled with one of our processor specific flags then the instruction set will be specific for a specific processor type. For example if you compile a program for "Intel" and then move it over to a machine with a "SPARC" processor then you would get this error. The runtime does check for native code objects immediately when they are loaded into memory. Please review the V9.2 online documentation: - http://documentation.microfocus.com/help/topic/com.microfocus.eclipse.infocenter.extendACUSuite/BKUSUSCOMPUS2.2.2.html

Viewing all articles
Browse latest Browse all 43798

Trending Articles