OSSC Firmware build fails on linker

NewHome Forums OSSC, OSSC Pro and DExx-vd isl OSSC – DIY & Repair Support OSSC Firmware build fails on linker

Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26155
    renegadeandy
    Participant

      Hi all.

      I am setting up a new dev environment – windows 10, and am using the Eclipse included with Quartus.

      I believe the compile was successful but we then hit the linker, which is failing I think.

      I installed the riscv-unknown-gcc by compiling from source with https://github.com/riscv/riscv-gnu-toolchain and MinGW32.

      The build process fails with the following:

      (Can’t paste stack trace in here as i get an HTTP 403 from WordFence :/)

      https://gist.github.com/renegadeandy/48d019859797bb143f576903de3aaf75

      Can anyone help shed some light on what may be going wrong here?

      #26160
      marqs
      Participant

        Did you configure the toolchain with correct arch and abi options?
        ./configure --prefix=/opt/riscv --with-arch=rv32emc --with-abi=ilp32e

        #26161
        renegadeandy
        Participant

          Almost certainly not! Trying so now!

          #26162
          nmalinoski
          Participant

            (Can’t paste stack trace in here as i get an HTTP 403 from WordFence :/)

            You could always put stack traces on one of any number of pastebin solutions and post a link here.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.