Curtis Hamilton
Curtis Hamilton
Thanks for the feedback. > What exactly is your processor model? I’m using a raptor blackbird that supports both big endian and little endian. I was using ppc64 and will...
Following the suggestion of @kekcleader, I modified `Data/bin/OfrontPlus/Target/FreeBSD_ppc64/Bin/cc` to `CC="gcc -m64 -malign-power -fPIC -I. -I../../../../Mod/Lib -Os -g0 -fomit-frame-pointer -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -c"`. I also had to make a changes...
Has there been any progress on this issue? Is this related to the issue reading files with little endian BOM?
That would be great. Looking forward to it.
Is it possible to get access to the code fix for the BOM and file I/O bugs? FBC is having BOM issues when building VisualFBEditor on big endian.
Had the same problem. Add the below line to the .cabal file: Default-extensions: NoMonadFailDesugaring Perform a "clean" and retry the build.
I can confirm that the fix provided by @dbankov-vmware works. I’ve used it when building LDC on FreeBSD PowerPC64 when using GDC as Host D. Without this patch, LDC is...
@dbankov-vmware I understand completely. > Having said the above I wonder which version of GCC/GDC you have used to bootstrap LDC. I’m using GCC 11.2 on FreeBSD 13. > The...
Any further progress on this?
Thanks for all your work. I understood that you were probably busy, just wanted to see if you’d done any more on the big endian BOM issues. I’ll checkout your...