30

Dave Korn a dit:
The FIXME is stating that it would be nice if we could detect this kind of
malformed input here, but we (for structural reasons) can't. The problem has
to be either that the assembler generated a bogus .o file in the first place, or that ld is somehow corrupting or misreading that section header.


et chez lui ça marche sad

31

Tu devrais uploader le fichier foireux, ça permettrait peut-être d'y voir plus clair.
avatar
Mes news pour calculatrices TI: Ti-Gen
Mes projets PC pour calculatrices TI: TIGCC, CalcForge (CalcForgeLP, Emu-TIGCC)
Mes chans IRC: #tigcc et #inspired sur irc.freequest.net (UTF-8)

Liberté, Égalité, Fraternité

32

Dans le prochain épisode de GDI : Windows Mobile : squalyl révèle que c'est impossible car le fichier est confidentiel, Kevin lui rétorque que le logiciel propriétaire devrait être aboli.
avatar
Zeroblog

« Tout homme porte sur l'épaule gauche un singe et, sur l'épaule droite, un perroquet. » — Jean Cocteau
« Moi je cherche plus de logique non plus. C'est surement pour cela que j'apprécie les Ataris, ils sont aussi logiques que moi ! » — GT Turbo

33

déja uploadé sur la mailing list concernéee.

code source:
#include <windows.h>
int APIENTRY WinMain(HINSTANCE inInstance, HINSTANCE inPrevInst, LPWSTR inCmdLine, int inCmdShow)
{
   MessageBox(NULL, TEXT("hello"), TEXT("hello"), MB_ICONINFORMATION);
   return 0;
}
(plus confidentiel tu meurs, quoi cheeky)

toolchain: http://www.unsads.com/~squalyl/cegcc/mingw32ce-4.1-20100129+gdb+dbg.zip
compilée avec -g -O0, donc peut être lancée dans un gdb mingw normal.
sources: svn co https://cegcc.svn.sourceforge.net/svnroot/cegcc/trunk/cegcc cegcc

commande qui foire:
arm-mingw32ce-gcc.exe -g test.c -o test.exe

idem, les deux commandes suivantes plantent:
arm-mingw32ce-gcc.exe --save-temps -g test.c -o test.exe
arm-mingw32ce-objdump -h test.o

ca serait bien que vous arriviez à le reproduire.

fichiers générés chez moi grace a --save-temps:
tromb Fichier joint : test.s
tromb Fichier joint : test.o

34

Bon, problème initial résolu grâce à MySaifu JVM:

static void show_options_dialog(HWND hwndParent, arguments* args) {
	PROPSHEETPAGE psp = {0};
	HPROPSHEETPAGE pages[16];


http://msdn.microsoft.com/en-us/library/aa931811.aspx
http://msdn.microsoft.com/en-us/library/aa926157.aspx

Donc dans le .rc on met que les dialogues "fils", mais pas le dialogue à onglets lui même cheeky

EDIT plus précisément ici
http://msdn.microsoft.com/en-us/library/ms912080.aspx

MSDN est énorme et contient tout, mais y trouver ce qu'on cherche tient du miracle tritop