Opened 6 months ago

Last modified 5 months ago

#10653 new defect

cc1 compile error. Thinks -march=native is -march=16

Reported by: Jeff Owned by:
Priority: important Component: build system
Version: git-master Keywords: cc1 build compilation failed
Cc: Jeff Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I have arranged all the documents I believe you will need to get this going on my GitHub page.
https://github.com/slyfox1186/script-repo/tree/main/Bash/Installer%20Scripts/FFmpeg/error-reports

I need to add that this does not happen with version 5.1.3. I get a successful build each time with no issues.

Change History (3)

comment:1 by Balling, 5 months ago

Native is not always valid value for march=

comment:2 by Jeff, 5 months ago

I even removed the entire -march=native from the code and it still gave the exact same results.

comment:3 by Jeff, 5 months ago

So I removed --cpu=16 from the code and magically no more problems with -march=16.

Note: See TracTickets for help on using tickets.