News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Fail to build two targets with different compiler

Started by mariusm, February 11, 2023, 05:17:19 PM

Previous topic - Next topic

mariusm

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?



mariusm

Solved.

I had to set object_output differently on each target   ;D