VMware Cloud Community
srinivasaraojav
Contributor
Contributor
Jump to solution

compilers on ESX

Hi All,

How can I compile C/C++ programs on ESX4.1/ESX4.0? I want to write some management applications in ESX. Are there any compilers available for ESX4.1/ESX4.0?

Thank you,

Srinivas.

0 Kudos
1 Solution

Accepted Solutions
ScottBentley
Hot Shot
Hot Shot
Jump to solution

There are no compilers for ESX service console this document may help you

If you find this or any other answer useful please consider awarding points by marking the answer correct or helpful

I hope this helps

View solution in original post

0 Kudos
5 Replies
AntonVZhbankov
Immortal
Immortal
Jump to solution

1) ESX is declared "end of life", 4.1 is the last release with ESX, all future releases will be ESXi only.

2) Use gcc and RHEL machine to compile modules for ESX.


---

MCSA, MCTS Hyper-V, VCP 3/4, VMware vExpert

http://blog.vadmin.ru

EMCCAe, HPE ASE, MCITP: SA+VA, VCP 3/4/5, VMware vExpert XO (14 stars)
VMUG Russia Leader
http://t.me/beerpanda
0 Kudos
srinivasaraojav
Contributor
Contributor
Jump to solution

Did you mean there are no C/C++ compilers available for ESX? Or Is there any way to get the C/C++ compilers for ESX

0 Kudos
ScottBentley
Hot Shot
Hot Shot
Jump to solution

There are no compilers for ESX service console this document may help you

If you find this or any other answer useful please consider awarding points by marking the answer correct or helpful

I hope this helps
0 Kudos
AntonVZhbankov
Immortal
Immortal
Jump to solution

1) There are no compilers IN ESX, ESX is not a build server or development machine.

2) You can use standard Linux machine, no matter physical or virtual, with standard gcc to compile modules FOR ESX. RHEL5 is preferred.


---

MCSA, MCTS Hyper-V, VCP 3/4, VMware vExpert

http://blog.vadmin.ru

EMCCAe, HPE ASE, MCITP: SA+VA, VCP 3/4/5, VMware vExpert XO (14 stars)
VMUG Russia Leader
http://t.me/beerpanda
srinivasaraojav
Contributor
Contributor
Jump to solution

Thanks a lot

0 Kudos