-
Notifications
You must be signed in to change notification settings - Fork 52
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
COMPILATION ERROR #16
Comments
..update: usando l'opzione ''march = native'' al posto di ''march=i686'' nei due makefile mi da un error diverso: kizerbo@MBP-de-Koffi build % make *** ho un MacBook con processore M1, arm64**** grazie |
IT Poi elimina la cartella EN Then, you should delete the |
ciao, kizerbo@MBP-de-Koffi ~ % cd documents |
--update: provando a cambiare nei file march=i686 con march=native mi da l'error questo come errore kizerbo@MBP-de-Koffi build % cmake .. grazie |
Potresti mostrarmi cosa ti ritorna il comando:
|
ritorna questo: kizerbo@MBP-de-Koffi ~ % clang --print-supported-cpus
Use -mcpu or -mtune to specify the target's processor. |
ciao
installando il sistema ho creato una cartella build dopo di che ho lanciato '' cmake ..'' ed è andato a buon fine.E poi '' make '' dove mi da l'errore:
kizerbo@MBP-de-Koffi build % make
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Crosscompiling : FALSE
-- System name : Darwin
-- Kernel version : 23.1.0
-- Setting scheduler type to SCHEDULER_RR.
-- Setting vide type to VGA_TEXT_MODE.
-- Setting keyboard mapping to KEYMAP_US.
-- Setting emulator output type to OUTPUT_STDIO.
-- Configuring done (0.3s)
-- Generating done (0.2s)
-- Build files have been written to: /Users/kizerbo/documents/MentOS-master/build
[ 0%] Building C object libc/CMakeFiles/libc.dir/src/stdio.c.o
clang: error: unsupported argument 'i686' to option '-march='
make[2]: *** [libc/CMakeFiles/libc.dir/src/stdio.c.o] Error 1
make[1]: *** [libc/CMakeFiles/libc.dir/all] Error 2
make: *** [all] Error 2
grazie mille
The text was updated successfully, but these errors were encountered: