Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > fr.comp.sys.atari > #11423
| Path | csiph.com!aioe.org!.POSTED!not-for-mail |
|---|---|
| From | LE COAT François <lecoat@atari.org> |
| Newsgroups | fr.comp.sys.atari |
| Subject | Re: AHCC |
| Date | Mon, 27 Jul 2015 16:22:14 +0200 |
| Organization | Aioe.org NNTP Server |
| Lines | 80 |
| Message-ID | <mp5eqk$rlp$1@speranza.aioe.org> (permalink) |
| References | <55ACFF4A.2000807@atari.org> <mojnq9$8eg$1@speranza.aioe.org> <mojqfi$e8v$1@speranza.aioe.org> <55ad75a4$0$3332$426a34cc@news.free.fr> <mojtm5$k6q$1@speranza.aioe.org> <55aeab3d$0$3035$426a34cc@news.free.fr> <moo1km$u88$1@speranza.aioe.org> <55afe0e2$0$2978$426a74cc@news.free.fr> <mp0sa6$p1b$1@speranza.aioe.org> <55b3fb03$0$3003$426a74cc@news.free.fr> <55b3fb58$0$3003$426a74cc@news.free.fr> <mp13fc$7i4$1@speranza.aioe.org> <mp2sev$h1j$1@speranza.aioe.org> <55b524c3$0$3058$426a74cc@news.free.fr> |
| NNTP-Posting-Host | 8gC8+hLDJn6BWQNkJoCFqw.user.speranza.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-15; format=flowed |
| Content-Transfer-Encoding | quoted-printable |
| X-Complaints-To | abuse@aioe.org |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1 |
| X-Notice | Filtered by postfilter v. 0.8.2 |
| Xref | aioe.org fr.comp.sys.atari:11423 |
Show key headers only | View raw
Salut,
OL écrit :
> AHCC crash aussi chez moi.
Puis le problème ne semble pas très aisé à résoudre, car Henk Robbers
met du temps à répondre à propos de ce plantage. C'est inexplicable ...
> VBCC en 16 et 32 bits compile sans problème.
> Tellement bien après 2 ou 3 trucs manquant ou VC mal appelé (pour les .s
> il faut absolument l'option -S et pas -c comme je l'avais dans la copie
> de mon makefile pour GCC) j'ai pour une grande partie compilé MyAES tout
> debout pour finir il me faut compiler les LDG pour.
> Quand je me serais un peu mieux familiarisé avec VBCC je pense que je
> vais ressortir une version de GCCShell pour!
Ha bon, tu as réussi à fabriquer un makefile avec VBCC ? Pour moi, j'ai
essayé de fabriquer un makefile pour Eurêka 2.12, mais lorsque je
désigne `vc` comme le compilateur, il me retourne souvent une erreur
"No config!" et lorsque j'utilise `vbccm68ks` la ligne de commande est
très compliquée. J'ai fait des essais, mais ça ne marche pas vraiment.
Fabriquer un makefile c'est compliqué, mais avec VBCC c'est encore pire.
>> Maintenant si j'écris le programme suivant :
>> "
>> #include <stdio.h>
>> #include <math.h>
>> #include <aes.h>
>>
>> int main(int argc, char *argv[])
>> {
>> char *sui1=" Separator {\015\012\
>> Material {\015\012\
>> diffuseColor 0.000 0.500 1.000000\015\012\
>> ambientColor 0.100 0.100 0.100000\015\012\
>> specularColor 1.0 1.0 1.0\015\012\
>> shininess 0.90\015\012\
>> }\015\012\
>> Coordinate3 {\015\012\
>> point [\015\012";
>> GRECT rect2;
>> rect2.g_x=1;
>> rect2.g_y=2;
>> rect2.g_w=3;
>> rect2.g_h=4;
>> printf("Hello world! To Eurêka 2.12\015\012");
>> return 0;
>> }
>> "
>> Il se produit un crash de AHCC 5.1 à la compilation. Ce petit programme
>> a l'air de rien, mais il concentre tous les problèmes que j'ai rencontré
>>
>> Il inclue <math.h>, un type GRECT, une initialisation statique, et des
>> caractère a-priori interdits.
>>
>> Il faut générer du code FPU, inclure dans le dossier "include" pas
>> "sinclude", mais pour les caractères interdits, je n'ai pas la solution.
ATARIstiquement vôtre =)
--
François LE COAT
Auteur de Eurêka 2.12 (Grapheur 2D, Modeleur 3D)
http://eureka.atari.org/
Back to fr.comp.sys.atari | Previous | Next — Previous in thread | Next in thread | Find similar
Benchmark Drystone LE COAT François <lecoat@atari.org> - 2015-07-20 16:01 +0200
Re: Benchmark Drystone Arachide <houten.van@orange.fr> - 2015-07-21 08:11 +0200
Re: Benchmark Drystone Arachide <houten.van@orange.fr> - 2015-07-21 08:23 +0200
Re: Benchmark Drystone (retour aux MIPS!) Arachide <houten.van@orange.fr> - 2015-07-21 08:35 +0200
Re: Benchmark Drystone Arachide <houten.van@orange.fr> - 2015-07-22 09:29 +0200
Re: Benchmark Drystone LE COAT François <lecoat@atari.org> - 2015-07-22 12:55 +0200
Re: Benchmark Drystone OL <o.l@lutece.net> - 2015-07-22 19:14 +0200
Re: Benchmark Drystone LE COAT François <lecoat@atari.org> - 2015-07-23 19:15 +0200
Re: Benchmark Drystone OL <o.l@lutece.net> - 2015-07-23 20:00 +0200
Re: Benchmark Drystone OL <o.l@lutece.net> - 2015-07-22 19:09 +0200
Re: Benchmark Drystone Arachide <houten.van@orange.fr> - 2015-07-22 20:01 +0200
Re: Benchmark Drystone OL <o.l@lutece.net> - 2015-07-22 20:13 +0200
Re: Benchmark Drystone Arachide <houten.van@orange.fr> - 2015-07-22 20:24 +0200
Re: Benchmark Drystone LE COAT François <lecoat@atari.org> - 2015-07-22 14:17 +0200
Re: Benchmark Drystone OL <o.l@lutece.net> - 2015-07-22 20:28 +0200
Re: Benchmark Drystone Arachide <houten.van@orange.fr> - 2015-07-25 17:42 +0200
Re: Benchmark Drystone OL <o.l@lutece.net> - 2015-07-25 20:51 +0200
Re: AHCC (was: Benchmark Drystone) LE COAT François <lecoat@atari.org> - 2015-07-25 22:41 +0200
Re: AHCC OL <o.l@lutece.net> - 2015-07-25 23:09 +0200
Re: AHCC OL <o.l@lutece.net> - 2015-07-25 23:10 +0200
Re: AHCC OL <o.l@lutece.net> - 2015-07-26 20:19 +0200
Re: AHCC LE COAT François <lecoat@atari.org> - 2015-07-27 16:22 +0200
Re: AHCC LE COAT François <lecoat@atari.org> - 2015-07-30 17:25 +0200
Re: AHCC OL <o.l@lutece.net> - 2015-07-30 21:47 +0200
Re: AHCC OL <o.l@lutece.net> - 2015-08-01 20:43 +0200
csiph-web