Jean-Michel Hautbois wrote: > Hi there ! > > I am curently trying to compile kgdb on an ARM SMP core. > I have the following error : > kernel/kgdb.c:1481: undefined reference to `kgdb_roundup_cpus' > > When I am looking at the function 'kgdb_roundup_cpus', it is defined > for x86, mips, blackfin, powerpc, but not for ARM. > Is there any specific reason for that ? > I can't see why... > >
No one has yet to submit a patch which implements the proper way to interrupt the slave CPUs and get them to call the kgdb_nmicallback(), as well as to run the kgdb test suite on the SMP device. I do not have any SMP ARM hw to test this, or I probably would have implemented myself. If you come up with any patches you can submit them here and please cc [email protected]. If you have questions about the kgdb test suite I am sure we can find some answers. Thanks, Jason. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
