FYI if anyone gets this build error: drivers/staging/prima/CORE/BAP/src/bapRsnTxRx.c: In function 'bapRsnSendEapolFrame': drivers/staging/prima/CORE/BAP/src/bapRsnTxRx.c:222:34: warning: 'pPacket' may be used uninitialized in this function [-Wmaybe-uninitialized] error, forbidden warning: bapRsnTxRx.c:222 make[3]: *** [drivers/staging/prima/CORE/BAP/src/bapRsnTxRx.o] Error 1 make[3]: *** Waiting for unfinished jobs....
I resolved it when I switched to this compiler: arm-eabi-4.6 Normally I use the newest, but it fails. Bill On Wed, May 8, 2013 at 4:59 PM, William Roberts <[email protected]>wrote: > Anyone else getting this when they compile the mako kernel? > > $ make mako_defconfig -j16 > warning: (ARCH_MSM_KRAITMP && ARCH_MSM_CORTEX_A5) selects > HAVE_HW_BRKPT_RESERVED_RW_ACCESS which has unmet direct dependencies > (HAVE_HW_BREAKPOINT) > warning: (ARCH_MSM_KRAITMP && ARCH_MSM_CORTEX_A5) selects > HAVE_HW_BRKPT_RESERVED_RW_ACCESS which has unmet direct dependencies > (HAVE_HW_BREAKPOINT) > # > # configuration written to .config > # > > > -- > Respectfully, > > William C Roberts > > -- Respectfully, William C Roberts
