compiling ellcc under ubuntu 15.04

Home Forums Forum compiling ellcc under ubuntu 15.04

This topic contains 2 replies, has 1 voice, and was last updated by  Michael 8 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24655

    Michael

    Hi,seems like ellcc doesnt cleanly compile under ubuntu 15.04

    Just some info for others.

    Had to set gcc to 4.8 rather than 4.9

    had to edit ellcc/gnu/Makefile and add quotes around $(CC) and $(CXX) variables as configure doesnt parse the “-E” compiler argument correctly.

    #24656

    Michael

    Unfortunatley 4.8 also fails to compile via a stack-protector requirement… What environment to you compile ellcc under Rich?

    #24668

    Michael

    I managed to compile trunk on Unbuntu 15.04 gcc 4.9 by patching parsedate.y like this http://stackoverflow.com/questions/20106574/simple-yacc-grammars-give-an-error (bison entry)

    and also turning off aarch64 as it crashes llvm

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.