... Well, yes, an ix86 CPU has no Dx/Ax registers ... ... Most of the time, it's enough to use the HookEntry function from libamiga.a. -- ... Eccl 1:18...
martin@... (Martin Blom) wrote on 01.07.2003: Hello! ... Yes, thank you, I did not know this function. With this it's a compiler problem - nice. :-) But I...
amithlondev@yahoogroups.com wrote on 01.07.2003: Hi! ... Problem is, the GCC_x86 does not even try to open any includes. SnoopDos reveils that there is not...
... qsort is in stdlib.h. Perhaps some other SAS/C include file is including stdlib.h "automatically" for you and you didn't notice? -- ... Eccl 1:18...
martin@... (Martin Blom) wrote on 05.07.2003: Hello! ... Nope, I have one single .h file for my whole project and the includes go like this: #include...
... Hello Rudolph, ok i think i can help you somewhat with your questions: a.) no file access visible from gcc Gcc uses ixemul.library that internaly do the...
info@... (vmconline) wrote on 05.07.2003: Hi! ... Yes, I forgot about the packet monitor. Annother reason to avoid ixemul... And yes, the includes are...
Hello rudolph-riedel@..., ... SAVEDS is not defined or wrong. ... (ULONG) "english" Regards. -- Stephan Rupprecht - Dortmund, Germany ...
mail@...
Jul 6, 2003 10:51 am
194
... What is SAVEDS defined to? The ix86be version of gcc cannot handle base relative or resident code at all, so make sure SAVEDS is defined as nothing. ... If...
Hello rudolph-riedel@..., ... Then the keyword is not supported by your version of gcc (as Martin already pointed out). ... Wrong prototype or missing...
mail@...
Jul 6, 2003 1:16 pm
198
martin@... (Martin Blom) wrote on 06.07.2003: Hi! ... Ah, so indeed it was defined wrong. Thank you. Now it looks like this: #ifdef __SASC # define...
Hey guys...I just joined this group :) My quest is to successfully compile a newer version of the linux kernel (preferably 2.4.21) to gain nforce2 ide support....
... Hi Darren, I did the "patch it up to 2.4.21" thing last night (starting from a slightly newer kernel set, although I doubt that made it any easier). I also...
oops forgot to put message..:) ok, so I'm using the new kernel and my compiled one and with my onboard video (S3 Savage4) I get glitches on starting apps and...
... Paul, your kernel seems to work fine here on one of my test systems (KT133A/686b, geforce 2gts, realtek 8029, via ac97 audio.). Running nice and smooth no...
... So i just built a new kernel using Debian's gcc3.3.1 prerelease Linux version 2.4.19-pre4 (root@baal) (gcc version 3.3.1 20030626 (Debian prerelease)) #31...
Hi! All my 18 modules compile now. It only won't link as there is a missing file: /gg/i686be-amithlon/bin/ld: cannot open crt0.o: No such file or directory ...
... This is the ixemul startup code, which is not part of the port. You'll have to use libnix (use -noixemul when linking). ... Exactly. The ix86 architecture...
... It's a special symbol used by run_elf. ... As TigerGutt said (and the documentation at <URL:http://www.lysator.liu.se/~lcs/files/gg-cross/>), use '-r' when...