On 25/09/2023 18:54, Dingjun Chen wrote:
Hi Dear Sir or Madam, Could you tell me where I can download g++ 32 bit compiler? I need to build a 32-bit application with 32-bit g++ compiler. Today I cannot get it from ubuntu. Coud you tell me where I can get 32-bit g++ compiler? Thanks and regards, Dingjun
You don't need a 32-bit compiler to build 32-bit applications - you can happily use a 64-bit compiler with a 32-bit target. If you are targeting x86 (I'm guessing you are, since you did not specify), you use the "-m32" flag to generate 32-bit code.