: Is there a way to run bcc on a file or set of files to see where the
: problems will lie with regards to moving from 32-bit instructions to
: 16-bit instructions? 

bcc -I/usr/src/elks/include *.c


 Having only been learning C for 3 weeks now, I'm
: still not quite able to pick out problems with changes in system
: architecture :)

You've got your work cut out for you.  There's little chance that
what your attempting will work without alot of coding ;-)

Greg

Reply via email to