Menu

#1014 Recommendation to add '--disable-pipes' to configure.ac

open
nobody
None
5
3 days ago
3 days ago
No

After spending hours of compiling of SDCC sourcecode for Raspberry Pi (64 bit version), i have succeeded to compile with default ./configure setting.

I think that the failure with previous attempts has to do with somewhat small amount of RAM and use of -pipe in CFLAGS and CCFLAGS. Compiling failed at randomized points which did make no sense, until i considered the possibility that memory availability could play a role in this.

I did manually search for -pipe in ./configure and commented it to avoid use of -pipe in the compiler flags.
That way compiling took place in one session without error, it was not necessary anymore to continue building with sequence of make command at prompt.

Therefore i want to recommend to add '--disable-pipes' as configure parameter for building with temporary files in place of -pipe parameter.

with regards,

J. van der Boon

Discussion


Log in to post a comment.

MongoDB Logo MongoDB