From: Casper H. <ch...@us...> - 2002-07-14 09:32:36
|
s=F8n, 2002-07-14 kl. 03:00 skrev Royce Mitchell III: > Casper et all, >=20 > I can't seem to get your new debug info to work, nor can I get addr2line = to > work. I must be doing something wrong, but I don't know what :( I couldn't get addr2line to work either. >=20 > I did a make clean, changed config as you suggested, and then did a make, > then ran install.bat. I'm still crashing on the zip drive, and yes, Eric, > it's an ATAPI as a previous e-mail showed. I noticed in atapi.c that if t= he > BytesPerSector is 0, it is set to 512. I don't know if that was just put = in > or not, but it's still crashing. IIRC BytesPerSector is changed to 512 because the code still assumes a standard DOS compatible harddisk in this case. Eric can tell you wether this is still true. > Here's my files: Your configuration looks okay. I don't use install.bat because it is not always up-to-date. IIRC symbols are not copied by install.bat. I do a "make install" or "make <module>_install". The needed files are then copied to the reactos/reactos directory. I then have a DOS .bat file that use xcopy to copy the whole reactos/reactos directory to the installation directory. Casper |