home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0049.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.2 KB  |  37 lines

  1. Hello again,
  2.  
  3. I've already once announced my problems compiling a
  4. functional kernel from 713 sources for my A3000.
  5. The modifications for sources have been only two:
  6.   1)    a patch that affected locore.s (from this list)
  7.   2)    a patch for gdb
  8.  
  9. The console was messed before these patches and still
  10. are. I have tried to compile with different configurations
  11. (config AMIGA) and currently there are only two differences
  12. to the distributed setup:
  13.     ident GODZILLA
  14. changed to
  15.     ident FRUCTUS
  16.  
  17.     timezone -1 dst
  18. changed to
  19.     timezone -2 dst
  20.  
  21. Compilation was done under 570 and now in the distributed 714 kernel,
  22. same efects, console is messed. The screen color is yellow, characters
  23. are like something in HAM mode, very smeared. Funny thing is that
  24. kernel appears to work besides the messed console, and with some
  25. imagination you can almost read what you typed to console..
  26.  
  27. Compiler is gcc v2.4.3 and I have tried to compile with default
  28. options (-O -mc68020 -m68881) and without -O, same effects (btw, some
  29. isofs modules had to be compiled with -O so that used "inline
  30. function" macros were compiled correctly).
  31.  
  32. What the heck is going on here?
  33. Till 570, I had succesfully compiled every kernel release..
  34.  
  35. ++Tero
  36.  
  37.