Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to change default assembly compiler setting ?

How to change default assembly compiler setting ?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 914 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.
  • S Offline
    S Offline
    saito
    wrote on last edited by
    #1

    Dear All,

    I have a RPi3 project, I want to use assemble language to increase speed, so I need to specify the assembly compile but I cannot find any place to configure the assembly path. (NEON)

    Besides, RPI3 is Armv7 not arm11, but default compiler parameter is arm11, I also cannot find any place to change it.

    The default Qt Creator compiler is:

    -mfpu=vfp -mtune=arm1176jzf-s -march=armv6zk
    

    I want to change compiler configuration to:

    -march=armv7-a -mfpu=neon
    

    Is there anyone have similar experience to change setting in Qt Creator(4.2.1) ?

    Thanks,

    1 Reply Last reply
    0
    • S Offline
      S Offline
      saito
      wrote on last edited by
      #2

      Is there anyone meet this issue before ??

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        You can try modify the RPi3 mkspec.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        S 1 Reply Last reply
        1
        • SGaistS SGaist

          Hi,

          You can try modify the RPi3 mkspec.

          S Offline
          S Offline
          saito
          wrote on last edited by
          #4

          Dear @SGaist ,

          It looks fine after modify RPi3 mkspec.

          Thanks,

          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