Is the X86 cross compiler still supported?

OpenVMS x86 native compilers, cross compilers news and questions.
Post Reply

Topic author
jonesd
Valued Contributor
Posts: 78
Joined: Mon Aug 09, 2021 7:59 pm
Reputation: 0
Status: Offline

Is the X86 cross compiler still supported?

Post by jonesd » Tue Mar 05, 2024 11:15 pm

Is there reason anyone would still be using the IA64 cross compiler for C on X86_64 (i.e. porting tools), rather than develop with the native C compiler? My SQLite build file still recognizes that environment, but if it is no longer a product I can remove it from the descrip.mms file.

User avatar

arne_v
Master
Posts: 347
Joined: Fri Apr 17, 2020 7:31 pm
Reputation: 0
Location: Rhode Island, USA
Status: Online
Contact:

Re: Is the X86 cross compiler still supported?

Post by arne_v » Wed Mar 06, 2024 8:38 am

The native C compiler on x86-64 is officially production ready. So I can't see any reason. Having license for C cross compiler on Itanium but not having license for C compiler on x86-64 must be a theory only scenario.

(Cobol compiler is still in FT and Basic compiler is stilling missing on x86-64)
Arne
arne@vajhoej.dk
VMS user since 1986


roberbrooks
VSI Expert
Contributor
Posts: 20
Joined: Thu Jun 20, 2019 11:48 am
Reputation: 0
Status: Offline

Re: Is the X86 cross compiler still supported?

Post by roberbrooks » Wed Mar 06, 2024 9:19 pm

I've got several products that require SDL (which is not yet available), so I'm still cross-building them.

Yeah, I could splice something in where I natively build the non-SDL parts and just cross-build SDL, but
rather than jerking around with the build procedure, I'll just wait until native SDL is available.

It's close, from what I'm told. It's written in C++, and apparently it has revealed some issues in our C++ runtime support.


-- Rob


fim
Active Contributor
Posts: 31
Joined: Wed Jan 04, 2023 5:14 am
Reputation: 0
Status: Offline

Re: Is the X86 cross compiler still supported?

Post by fim » Thu Mar 07, 2024 9:07 am

"Cobol compiler is still in FT "

What is FT?
/fim W


joukj
Master
Posts: 175
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Offline

Re: Is the X86 cross compiler still supported?

Post by joukj » Thu Mar 07, 2024 9:12 am

Field Test

User avatar

arne_v
Master
Posts: 347
Joined: Fri Apr 17, 2020 7:31 pm
Reputation: 0
Location: Rhode Island, USA
Status: Online
Contact:

Re: Is the X86 cross compiler still supported?

Post by arne_v » Fri Mar 08, 2024 10:24 am

Version X3.2 instead of V3.2.

:-)
Arne
arne@vajhoej.dk
VMS user since 1986

Post Reply