fail debugging visual kernel

Sysprogs forums Forums VisualKernel fail debugging visual kernel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #969
    Anonymous
    Participant

    hi, i’m running trial version of visual kernel, and while trying to debug my code i get the following error:

    
    make: Entering directory `/usr/src/kernels/imp2.numa/src/linux-2.6.32-279.el6'
    CC [M]  /tmp/kgdboe-00f72676-6ea2-40c6-ac22-c2da6addb945/irqsync.o
    CC [M]  /tmp/kgdboe-00f72676-6ea2-40c6-ac22-c2da6addb945/kgdboe_main.o
    CC [M]  /tmp/kgdboe-00f72676-6ea2-40c6-ac22-c2da6addb945/kgdboe_io.o
    /tmp/kgdboe-00f72676-6ea2-40c6-ac22-c2da6addb945/kgdboe_io.c: In function ‘kgdboe_rx_handler’:
    /tmp/kgdboe-00f72676-6ea2-40c6-ac22-c2da6addb945/kgdboe_io.c:39: error: implicit declaration of function ‘kgdb_schedule_breakpoint’
    make: Leaving directory `/usr/src/kernels/imp2.numa/src/linux-2.6.32-279.el6'
    make[1]: *** [/tmp/kgdboe-00f72676-6ea2-40c6-ac22-c2da6addb945/kgdboe_io.o] Error 1
    make: *** [_module_/tmp/kgdboe-00f72676-6ea2-40c6-ac22-c2da6addb945] Error 2
    Cannot build kgdboe.
    

    could you please help with solving the issue?
    thanks
    Shmulik

    #3526
    support
    Keymaster

    Hi,

    The kgdboe module that is used for network debugging only supports kernels starting from 3.8.0. Please update your kernel or use a different connection method.

    #7126
    Julian
    Participant

    Seems like this little known fact should be in the instructions in large friendly letters. Is there any chance that kernel 2.6.xxx support is coming in the near future?

    In fact, I’ve also had trouble using VisualKernel 2.0 with COM port debugging on CentOS 6 (2.6.32 kernel) – should that work?

    #7325
    support
    Keymaster

    Hi,

    We do mention supported kernel versions on the kgdboe page.

    We are not planning to support older kernels as their popularity is declining over time as people are switching to newer ones.

    COM port-based debugging should work. Let us know if you encounter any problems with it.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.