Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Segmentation Fault while compiling PikoPixel : 1.0-b9d

1 view
Skip to first unread message

Patrick Cardona

unread,
Jun 17, 2020, 7:51:41 AM6/17/20
to envir...@laposte.net, Discussion list for the GNUstep programming
Segmentation Fault while compiling PikoPixel : 1.0-b9d

Hi All,

This is what error occured while I was compiling PikoPixel :
...
PikoPixel_Prefix.pch.gch -x objective-c-header PikoPixel_Prefix.pch
-faddrsig
1. <eof> parser at end of file
2.
/usr/GNUstep/Local/Library/Headers/AppKit/DPSOperators.h:486:1:
serializing 'DPScurrentcmykcolor'
clang: error: unable to execute command: Segmentation fault
clang: error: clang frontend command failed due to signal (use -v to
see invocation)
clang version 7.0.1-8+rpi3 (tags/RELEASE_701/final)
Target: armv6k-unknown-linux-gnueabihf
Thread model: posix
InstalledDir: /usr/bin
clang: note: diagnostic msg: PLEASE submit a bug report to
https://bugs.llvm.org/ and include the crash backtrace, preprocessed
source, and associated run script.

clang: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/PikoPixel_Prefix-8ff59b.h
clang: note: diagnostic msg: /tmp/PikoPixel_Prefix-8ff59b.sh
clang: note: diagnostic msg:

********************
make[2]: *** [/usr/GNUstep/System/Library/Makefiles/rules.make:593:
obj/PikoPixel.obj/PrecompiledHeaders/ObjC/PikoPixel_Prefix.pch.gch]
Error 254
make[1]: ***
[/usr/GNUstep/System/Library/Makefiles/Master/rules.make:297:
PikoPixel.all.app.variables] Error 2
make: ***
[/usr/GNUstep/System/Library/Makefiles/Master/application.make:38:
internal-all] Error 2

Regards,

--
Bien cordialement,
Patrick CARDONA


Johannes Brakensiek

unread,
Jun 17, 2020, 8:00:35 AM6/17/20
to Patrick Cardona, envir...@laposte.net, Discussion list for the GNUstep programming
Hi Patrick,

On 17 Jun 2020, at 13:51, Patrick Cardona via Discussion list for the
GNUstep programming environment wrote:

> obj/PikoPixel.obj/PrecompiledHeaders/ObjC/PikoPixel_Prefix.pch.gch]
> Error 254

the precompiled header file is not compatible with clang/the libobjc2
runtime. Just remove the .pch file from the GNUmakefile and will compile
nicely.

Good luck
Johannes

Patrick Cardona

unread,
Jun 17, 2020, 9:54:20 AM6/17/20
to Johannes Brakensiek, Discussion list for the GNUstep programming
Hi Johannes,

On 2020-06-17 14:00:20 +0200 Johannes Brakensiek
Thank you, it solved the problem.

>
> Good luck
> Johannes
>

Regards,
Patrick


0 new messages