Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. "Sorry, the MIPS1 architecture is not supported" "please set '-march=' to your architecture (e.g., -march=mips32)"

"Sorry, the MIPS1 architecture is not supported" "please set '-march=' to your architecture (e.g., -march=mips32)"

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 693 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tsuibin
    wrote on last edited by
    #1

    When I used Loongson (mipsel) machine to compile here, the following errors would appear:

    @../../include/QtCore/../../src/corelib/arch/qatomic_mips.h:106:3: error:#error "Sorry, the MIPS1 architecture is not supported"

    @# error "Sorry, the MIPS1 architecture is not supported"

    @^

    @../../include/QtCore/../../src/corelib/arch/qatomic_mips.h:107:3: error:#error "please set '-march=' to your architecture (e.g., -march=mips32)"

    @# error "please set '-march=' to your architecture (e.g., -march=mips32)"

    I tried using “./configure -march=mips32” to solve it, but configure doesn’t support the parameter “-march=mips32”.

    I also tried other parameters such as “-march=mips64” and “-march=mipsel”, but all of them didn’t work. Besides, I can’t find the related introductions in the official documents. What need I do to solve it, please?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved