[Issue 18901] New: [Visual D] fatal error C1905: Front-End and Back-End are not compatible (have to use the same processor)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu May 24 06:18:13 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18901
Issue ID: 18901
Summary: [Visual D] fatal error C1905: Front-End and Back-End
are not compatible (have to use the same processor)
Product: D
Version: D2
Hardware: x86_64
URL: http://dlang.org/
OS: Windows
Status: NEW
Severity: blocker
Priority: P3
Component: visuald
Assignee: nobody at puremagic.com
Reporter: robert.muench at saphirion.com
A project I can compile via the command line and dub, gives an error in
VisualD. I created the VisualD configuration through dub:
fatal error C1905: Front-End und Back-End sind nicht kompatibel (müssen den
gleichenProzessor verwenden).
This translates to: "Front-End and Back-End are not compatible (have to use the
same processor)"
Well, I don't have a clue what this should mena, nor how this could happen. It
sounds a bit like if the compiler & linker are not useing the same architecture
(I want to use x64) but I didn't find any options to check/change this.
--
More information about the Digitalmars-d-bugs
mailing list