02-26-2016 04:17 AM
Hi,
is it possible to compile custom PetaLinux apps on multiple cores? This works for custom libraries but the build process for custom apps only runs on one core. Does anybody have any insights?
Thanks,
Sven
02-26-2016 06:55 AM
Did you try to set enviroment variable MAKEFLAGS=-j8, where 8 number of cores you want make to use?
02-26-2016 06:55 AM
Did you try to set enviroment variable MAKEFLAGS=-j8, where 8 number of cores you want make to use?
02-28-2016 11:03 PM
That did the trick. Thank you!