On 10.11.21 13:05, Andrea Marchetta wrote: > hi, i'm currently using the 5.10 version of jailhouse enabling linux and > the master branch of jailhouse. when trying to compile jailhouse in the > linux kernel i get the following error: > error: implicit declaration of > function ‘remove_cpu’ [-Werror=implicit-function-declaration] > 243 | err = remove_cpu(cpu); > | ^~~~~~~~~~ > error: implicit declaration of > function ‘add_cpu’ [-Werror=implicit-function-declaration] > 272 | if (!cpu_online(cpu) && add_cpu(cpu) == 0) > | ^~~~~~~ > cc1: some warnings being treated as errors > > any clue what's the issue? >
You want master/next, not the (meanwhile serious old) last release. Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/8717f502-5701-bfaa-2327-cfb6fc99123e%40siemens.com.
