Operating System - Tru64 Unix
1827453 Members
4847 Online
109965 Solutions
New Discussion

Please help me to produce alpha executable binary

 
hungwei
New Member

Please help me to produce alpha executable binary

Hi!

I have installed alpha simulator in x86 linux. I have try to use cross compiler, But produces alpha executable is ELF format, Simulator accepts is coff format.

Because I do not have alpha computer, is unable to produce need alpha executable. Some people are willing to help me to produce alpha executable in alpha computer?

Because already analyzed to this simulator investment very much time,but does not have means to write the example to go to run.

------------------------------------
The simulator runs Alpha executables; however, to run on the simulator, the executable has to be compiled with the following flags:

for gcc: -static -Xlinker -T -Xlinker 20000000 -Xlinker -D -Xlinker 30000000
------------------------------------

Attachment file: Primitive c code

Is deeply grateful!

Best regards,
Hungwei.
1 REPLY 1
Orjan Petersson
Frequent Advisor

Re: Please help me to produce alpha executable binary

I don't know if it helps but "objcopy" (from gnu binutils) might be able to do the elf->coff translation.

Which simulator do you use?
Do you plan to run Tru64 on it?