Author Topic: Fail to build two targets with different compiler  (Read 1662 times)

Offline mariusm

  • Multiple posting newcomer
  • *
  • Posts: 46
Fail to build two targets with different compiler
« on: February 11, 2023, 05:17:19 pm »
Great IDE, simple but complex, help me a lot  :D

I made a virtual build target and check to contain two targets. This targets use different compilers, one for win 32 bits and other for 64 bits.

When I build this targets individual works, but when I try to build the virtual target, fail with module machine type 'x64' conflicts with target machine type 'X86'

I think it doesn't take into account the individual settings for the compiler and build virtual with one.

Can I fix that?


Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Fail to build two targets with different compiler
« Reply #1 on: February 11, 2023, 10:44:37 pm »

Offline mariusm

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: Fail to build two targets with different compiler
« Reply #2 on: February 12, 2023, 07:54:23 am »
Solved.

I had to set object_output differently on each target   ;D