Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1610 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  gcc-4.5.0 -march=atom -mfpmath=sse => atom N270

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

gcc-4.5.0 -march=atom -mfpmath=sse => atom N270

n°1211652
Mac Gyver ​974
Posté le 17-04-2010 à 20:03:49  profilanswer
 

Bonsoir, je n'arrive pas à compiler le compilateur gcc-4.5.0 par lui même avec ceci dans le fichier /etc/make.conf de ma Gentoo, bien que ce soit pourtant les options recommandé "safe" ici
 

Citation :

CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=atom -mtune=atom -mssse3 -mfpmath=sse -fomit-frame-pointer -pipe"
CXXFLAGS="${CFLAGS}"


 
Le compilateur m'envoi chier rapidement :o
 
Je n'ai plus le message exact, mais il y a un truc du genre instruction illégale... (j'ai violé une loi ? :o )
 
Je ne comprends pas puisqu'il s'agit de safe cflags :??: ?

mood
Publicité
Posté le 17-04-2010 à 20:03:49  profilanswer
 

n°1211653
o'gure
Modérateur
Multi grognon de B_L
Posté le 17-04-2010 à 20:09:12  profilanswer
 

Tu ne peux pas copier coller le message d'erreur ?

Message cité 1 fois
Message édité par o'gure le 17-04-2010 à 20:09:19

---------------
Relax. Take a deep breath !
n°1211655
Mac Gyver ​974
Posté le 17-04-2010 à 20:19:54  profilanswer
 

o'gure a écrit :

Tu ne peux pas copier coller le message d'erreur ?


Citation :


config.status: creating gccbug
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing default commands
make[2]: quittant le répertoire « /var/tmp/portage/sys-devel/gcc-4.5.0/work/build »
make[1]: *** [stage1-bubble] Erreur 2
make[1]: quittant le répertoire « /var/tmp/portage/sys-devel/gcc-4.5.0/work/build »
make: *** [bootstrap-lean] Erreur 2
 * ERROR: sys-devel/gcc-4.5.0 failed:
 *   emake failed with bootstrap-lean
 *  
 * Call stack:
 *     ebuild.sh, line   54:  Called src_compile
 *   environment, line 5041:  Called toolchain_src_compile
 *   environment, line 5610:  Called gcc_src_compile
 *   environment, line 3218:  Called gcc_do_make
 *   environment, line 3008:  Called die
 * The specific snippet of code:
 *       emake LDFLAGS="${LDFLAGS}" STAGE1_CFLAGS="${STAGE1_CFLAGS}" LIBPATH="${LIBPATH}" BOOT_CFLAGS="${BOOT_CFLAGS}" ${GCC_MAKE_TARGET} || die "emake failed with ${GCC_MAKE_TARGET}";
 *  
 * If you need support, post the output of 'emerge --info =sys-devel/gcc-4.5.0',
 * the complete build log and the output of 'emerge -pqv =sys-devel/gcc-4.5.0'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 * The complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.5.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.5.0/temp/environment'.
 * S: '/var/tmp/portage/sys-devel/gcc-4.5.0/work/build'
 
>>> Failed to emerge sys-devel/gcc-4.5.0, Log file:
 
>>>  '/var/tmp/portage/sys-devel/gcc-4.5.0/temp/build.log'
 
 * Messages for package sys-devel/gcc-4.5.0:
 
 * ERROR: sys-devel/gcc-4.5.0 failed:
 *   emake failed with bootstrap-lean
 *  
 * Call stack:
 *     ebuild.sh, line   54:  Called src_compile
 *   environment, line 5041:  Called toolchain_src_compile
 *   environment, line 5610:  Called gcc_src_compile
 *   environment, line 3218:  Called gcc_do_make
 *   environment, line 3008:  Called die
 * The specific snippet of code:
 *       emake LDFLAGS="${LDFLAGS}" STAGE1_CFLAGS="${STAGE1_CFLAGS}" LIBPATH="${LIBPATH}" BOOT_CFLAGS="${BOOT_CFLAGS}" ${GCC_MAKE_TARGET} || die "emake failed with ${GCC_MAKE_TARGET}";
 *  
 * If you need support, post the output of 'emerge --info =sys-devel/gcc-4.5.0',
 * the complete build log and the output of 'emerge -pqv =sys-devel/gcc-4.5.0'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 * The complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.5.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.5.0/temp/environment'.
 * S: '/var/tmp/portage/sys-devel/gcc-4.5.0/work/build'
 
 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


 
J'ai pris large :o
 
Aucun problème en revanche avec:
 

Citation :

CFLAGS="-march=core2 -mssse3 -O2 -mtune=generic -pipe -fomit-frame-pointer"


 
Edit: ah non rien à voir avec illégal, j'ai confondu avec un autre problème que j'avais eu ailleurs  :whistle:


Message édité par Mac Gyver 974 le 17-04-2010 à 20:23:28
n°1211658
paulez
Faster, stronger, better.
Posté le 17-04-2010 à 21:19:54  profilanswer
 

Qu'y a-t-il dans /var/tmp/portage/sys-devel/gcc-4.5.0/temp/build.log ?

n°1211665
Mac Gyver ​974
Posté le 17-04-2010 à 22:24:03  profilanswer
 

paulez a écrit :

Qu'y a-t-il dans /var/tmp/portage/sys-devel/gcc-4.5.0/temp/build.log ?


Citation :


config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing default commands
make[2]: quittant le répertoire « /var/tmp/portage/sys-devel/gcc-4.5.0/work/build »
make[1]: *** [stage1-bubble] Erreur 2
make[1]: quittant le répertoire « /var/tmp/portage/sys-devel/gcc-4.5.0/work/build »
make: *** [bootstrap-lean] Erreur 2
 * ERROR: sys-devel/gcc-4.5.0 failed:
 *   emake failed with bootstrap-lean
 *  
 * Call stack:
 *     ebuild.sh, line   54:  Called src_compile
 *   environment, line 5041:  Called toolchain_src_compile
 *   environment, line 5610:  Called gcc_src_compile
 *   environment, line 3218:  Called gcc_do_make
 *   environment, line 3008:  Called die
 * The specific snippet of code:
 *       emake LDFLAGS="${LDFLAGS}" STAGE1_CFLAGS="${STAGE1_CFLAGS}" LIBPATH="${LIBPATH}" BOOT_CFLAGS="${BOOT_CFLAGS}" ${GCC_MAKE_TARGET} || die "emake failed with ${GCC_MAKE_TARGET}";
 *  
 * If you need support, post the output of 'emerge --info =sys-devel/gcc-4.5.0',
 * the complete build log and the output of 'emerge -pqv =sys-devel/gcc-4.5.0'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 * The complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.5.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.5.0/temp/environment'.
 * S: '/var/tmp/portage/sys-devel/gcc-4.5.0/work/build'


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  gcc-4.5.0 -march=atom -mfpmath=sse => atom N270

 

Sujets relatifs
Quelle distribution pour ATOM et XBMC ?Cherche machine à base d'Atom pour firewall sous openbsd
-march=core2, est-il reservé Gentoo 64 bits ?Gentoo 2008_beta2 kde 4 only compilé via gcc-4.3 -march=core2[Résolu]
[vmware et sblive] march pa top :/[mozilla] bug clavier qui march pu
[cflags] pour celeron 500 ? march? (freebsd 4.8 inside) 
Plus de sujets relatifs à : gcc-4.5.0 -march=atom -mfpmath=sse => atom N270


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR