Menu

Problem with a device driver

Help
2000-08-08
2000-08-08
  • Rainer Burgstaller

    hi i am trying to run a driver under UML. It compiles under linux2.4.0 test5 without a hitch. But when I try to load it under UML I get the following errors:

    unresolved symbol sys_open
    unresolved symbol read
    unresolved symbol lseek
    unresolved symbol irq_stat

    Anyone could help?

    Regards
    - Rainer Burgstaller

     
    • Jeff Dike

      Jeff Dike - 2000-08-08

      Just put an EXPORT_SYMBOL in for each of them (probably somewhere in arch/um/kernel).

      I'll export read, lseek, and irq_stat in my sources.  I'm not going to export sys_open because you're not supposed to do that.  Can you find out where that reference is coming from?  I'm surprised that it works on a native kernel.  I don't think UML calls sys_open anywhere.

                      Jeff

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.