-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crosstool-NG cross compiled gcc is giving error while compiling #70
Comments
Yes. Edit makefiles of the project you're trying to build and remove options
|
Dear Sir, unrecognized option '--schedule' error is thrown by xtensa--gcc. |
Sir, My query is if we remove the FLIX option, then compiled Xtensa sources will not have the support of executing FLIX instructions. I am encountering one more error with respect to ASFLAGS during compilation |
Just the same: remove it from the compiler command line. Mainline version of xtensa assembler does not support it.
No. You cannot take support for executing FLIX instruction out of processor. It will run FLIX instructions as always. |
Sir , |
The whole |
My issues are all resolved. |
Dear Sir,
I am using cygwin-32 bit environment
cygcheck (cygwin) 2.11.2
System Checker for Cygwin
Copyright (C) 1998 - 2018 Cygwin Authors
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I have using cross-compiled gcc by Crosstool-NG for Xtensa.
While compiling Xtensa sources i am getting error
xtensa--gcc: error: unrecognized command line option '-mno-coproc'; did you mean '-fno-coomon' ?
xtensa--gcc: error: unrecognized command line option '-mno-l32r-flix
can you suggest me how to resolve this issue.
Have i missed any configuration parameters while configuring cross-tool-NG?
The text was updated successfully, but these errors were encountered: