>>> mxs-bootlets 10.12.01 Extracting gzip -d -c /home/thomas/autobuild/instance-2/dl/mxs-bootlets/imx-bootlets-src-10.12.01.tar.gz | tar --strip-components=1 -C /home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01 -xf - cp boot/mxs-bootlets/barebox_ivt.bd /home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/ >>> mxs-bootlets 10.12.01 Patching >>> mxs-bootlets 10.12.01 Configuring >>> mxs-bootlets 10.12.01 Building BOARD=iMX28_EVK CROSS_COMPILE="/home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-" /usr/bin/make -j1 -C /home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01 power_prep make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01' build power_prep /usr/bin/make -C power_prep ARCH=mx28 BOARD=iMX28_EVK make[2]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/power_prep' /usr/bin/make -C ./../mach-mx28/hw make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw' /usr/bin/make -C power make[4]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw/power' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_power.c -o src/hw_power.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_power_battery.c -o src/hw_power_battery.o src/hw_power_battery.c:28: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 28 | #pragma ghs section text=".static.text" | src/hw_power_battery.c:44: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 44 | #pragma ghs section text=default | /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_power_init.c -o src/hw_power_init.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_power_interrupts.c -o src/hw_power_interrupts.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_power_registers.c -o src/hw_power_registers.o src/hw_power_registers.c:118: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 118 | #pragma ghs section text=".static.text" | src/hw_power_registers.c:193: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 193 | #pragma ghs section text=default | src/hw_power_registers.c:359: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 359 | #pragma ghs section text=".static.text" | src/hw_power_registers.c:373: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 373 | #pragma ghs section text=default | src/hw_power_registers.c:537: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 537 | #pragma ghs section text=".static.text" | src/hw_power_registers.c:587: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 587 | #pragma ghs section text=default | /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_power_conversions.c -o src/hw_power_conversions.o src/hw_power_conversions.c: In function 'hw_power_ConvertSettingToBattBo': src/hw_power_conversions.c:206:14: warning: unused variable 'AlkalBase' [-Wunused-variable] 206 | uint16_t AlkalBase; | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_power_fiq.c -o src/hw_power_fiq.o src/hw_power_fiq.c:60: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 60 | #pragma ghs section text=".static.text" | src/hw_power_fiq.c: In function 'hw_power_FiqHandler': src/hw_power_fiq.c:90:9: warning: implicit declaration of function 'hw_icoll_SoftTrigger' [-Wimplicit-function-declaration] 90 | hw_icoll_SoftTrigger( VECTOR_IRQ_VDD5V, true ); | ^~~~~~~~~~~~~~~~~~~~ src/hw_power_fiq.c:143:65: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] 143 | ( !(u32BoStsBits & BM_POWER_STS_VDDD_BO) ) == | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 144 | ( !(u32BoStsBits & BM_POWER_STS_VDDA_BO) ) == | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/hw_power_fiq.c: At top level: src/hw_power_fiq.c:233: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 233 | #pragma ghs section | /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_power_5v_detect.c -o src/hw_power_5v_detect.o ar rs libhw_power.a src/hw_power.o src/hw_power_battery.o src/hw_power_init.o src/hw_power_interrupts.o src/hw_power_registers.o src/hw_power_conversions.o src/hw_power_fiq.o src/hw_power_5v_detect.o ar: creating libhw_power.a make[4]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw/power' /usr/bin/make -C lradc make[4]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw/lradc' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_lradc.c -o src/hw_lradc.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_lradc_setup.c -o src/hw_lradc_setup.o src/hw_lradc_setup.c: In function 'hw_lradc_EnableBatteryMeasurement': src/hw_lradc_setup.c:381:5: warning: implicit declaration of function 'hw_digctl_MicrosecondWait' [-Wimplicit-function-declaration] 381 | hw_digctl_MicrosecondWait(10); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_lradc_init.c -o src/hw_lradc_init.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_lradc_ladder.c -o src/hw_lradc_ladder.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_lradc_touch_screen.c -o src/hw_lradc_touch_screen.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_lradc_temperature_sensor.c -o src/hw_lradc_temperature_sensor.o ar rs libhw_lradc.a src/hw_lradc.o src/hw_lradc_setup.o src/hw_lradc_init.o src/hw_lradc_ladder.o src/hw_lradc_touch_screen.o src/hw_lradc_temperature_sensor.o ar: creating libhw_lradc.a make[4]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw/lradc' /usr/bin/make -C icoll make[4]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw/icoll' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_icoll_set.c -o src/hw_icoll_set.o src/hw_icoll_set.c:91: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 91 | #pragma ghs section text=".ocram.text" | src/hw_icoll_set.c:112: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 112 | #pragma ghs section | /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_icoll_init.c -o src/hw_icoll_init.o ar rs libhw_icoll.a src/hw_icoll_set.o src/hw_icoll_init.o ar: creating libhw_icoll.a make[4]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw/icoll' /usr/bin/make -C digctl make[4]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw/digctl' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/hw_digctl.c -o src/hw_digctl.o src/hw_digctl.c:53: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 53 | #pragma ghs section text=".ocram.text" | src/hw_digctl.c:103: warning: ignoring '#pragma ghs section' [-Wunknown-pragmas] 103 | #pragma ghs section | ar rs libhw_digctl.a src/hw_digctl.o ar: creating libhw_digctl.a make[4]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw/digctl' /usr/bin/make -C core make[4]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw/core' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x -D__ASSEMBLY__ src/hw_core_asm_interrupt.S -o src/hw_core_asm_interrupt.o ar rs libhw_core.a src/hw_core_asm_interrupt.o ar: creating libhw_core.a make[4]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw/core' ar rs libhw.a power/libhw_power.a lradc/libhw_lradc.a digctl/libhw_digctl.a icoll/libhw_icoll.a core/libhw_core.a ar: creating libhw.a make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/hw' /usr/bin/make -C ./../mach-mx28/drivers make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/drivers' /usr/bin/make -C power make[4]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/drivers/power' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/ddi_power_init.c -o src/ddi_power_init.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/ddi_power.c -o src/ddi_power.o src/ddi_power.c:36:13: warning: 'bForceDcdcPowerSource' defined but not used [-Wunused-variable] 36 | static bool bForceDcdcPowerSource = false; | ^~~~~~~~~~~~~~~~~~~~~ src/ddi_power.c:35:13: warning: 'b5vPowerSourceValid' defined but not used [-Wunused-variable] 35 | static bool b5vPowerSourceValid = false; | ^~~~~~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/ddi_power_handoff.c -o src/ddi_power_handoff.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/ddi_power_battery.c -o src/ddi_power_battery.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -ffunction-sections -I../.././includes -I../../. -I./ -O -DSTMP378x src/ddi_power_5v_detect.c -o src/ddi_power_5v_detect.o ar rs libddi_power.a src/ddi_power_init.o src/ddi_power.o src/ddi_power_handoff.o src/ddi_power_battery.o src/ddi_power_5v_detect.o ar: creating libddi_power.a make[4]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/drivers/power' ar rs libddi.a power/libddi_power.a ar: creating libddi.a make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/mach-mx28/drivers' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -I./../mach-mx28 -I./../mach-mx28/includes -I./ -O -DSTMP378x -Dmx28 -o power_prep.o power_prep.c In file included from power_prep.c:40: debug.h:23:6: warning: conflicting types for built-in function 'putc'; expected 'int(int, void *)' [-Wbuiltin-declaration-mismatch] 23 | void putc(char ch); | ^~~~ debug.h:1:1: note: 'putc' is declared in header '' +++ |+#include 1 | /* debug.h:25:6: warning: conflicting types for built-in function 'printf'; expected 'int(const char *, ...)' [-Wbuiltin-declaration-mismatch] 25 | void printf(char *fmt, ...); | ^~~~~~ debug.h:25:6: note: 'printf' is declared in header '' power_prep.c: In function 'PowerPrep_ConfigurePowerSource': power_prep.c:364:17: warning: implicit declaration of function 'PowerPrep_CPUClock2PLL'; did you mean 'PowerPrep_CPUClock2XTAL'? [-Wimplicit-function-declaration] 364 | PowerPrep_CPUClock2PLL(); | ^~~~~~~~~~~~~~~~~~~~~~ | PowerPrep_CPUClock2XTAL power_prep.c: At top level: power_prep.c:1171:6: warning: conflicting types for 'PowerPrep_CPUClock2PLL'; have 'void(void)' 1171 | void PowerPrep_CPUClock2PLL(void) | ^~~~~~~~~~~~~~~~~~~~~~ power_prep.c:364:17: note: previous implicit declaration of 'PowerPrep_CPUClock2PLL' with type 'void(void)' 364 | PowerPrep_CPUClock2PLL(); | ^~~~~~~~~~~~~~~~~~~~~~ power_prep.c: In function 'PowerPrep_CPUClock2PLL': power_prep.c:1177:9: warning: implicit declaration of function 'PowerPrep_Delay' [-Wimplicit-function-declaration] 1177 | PowerPrep_Delay(100); | ^~~~~~~~~~~~~~~ power_prep.c: At top level: power_prep.c:1264:6: warning: conflicting types for 'PowerPrep_Delay'; have 'void(unsigned int)' 1264 | void PowerPrep_Delay(unsigned int microSec) | ^~~~~~~~~~~~~~~ power_prep.c:1177:9: note: previous implicit declaration of 'PowerPrep_Delay' with type 'void(unsigned int)' 1177 | PowerPrep_Delay(100); | ^~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -I./../mach-mx28 -I./../mach-mx28/includes -I./ -O -DSTMP378x -Dmx28 -D__ASSEMBLY__ -o eabi.o eabi.S /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc -c -Wall -I./../mach-mx28 -I./../mach-mx28/includes -I./ -O -DSTMP378x -Dmx28 -o debug.o debug.c debug.c: In function 'printhex': debug.c:30:25: warning: implicit declaration of function 'putc' [-Wimplicit-function-declaration] 30 | putc(c-10+'A'); | ^~~~ debug.c:22:1: note: include '' or provide a declaration of 'putc' 21 | #include +++ |+#include 22 | void printhex(int data) debug.c:30:25: warning: too few arguments to built-in function 'putc' expecting 2 [-Wbuiltin-declaration-mismatch] 30 | putc(c-10+'A'); | ^~~~ debug.c:32:25: warning: too few arguments to built-in function 'putc' expecting 2 [-Wbuiltin-declaration-mismatch] 32 | putc(c+'0'); | ^~~~ debug.c: At top level: debug.c:35:6: warning: conflicting types for built-in function 'printf'; expected 'int(const char *, ...)' [-Wbuiltin-declaration-mismatch] 35 | void printf(char *fmt, ...) | ^~~~~~ debug.c:35:6: note: 'printf' is declared in header '' debug.c: In function 'printf': debug.c:51:33: warning: too few arguments to built-in function 'putc' expecting 2 [-Wbuiltin-declaration-mismatch] 51 | putc('%'); | ^~~~ debug.c:58:25: warning: too few arguments to built-in function 'putc' expecting 2 [-Wbuiltin-declaration-mismatch] 58 | putc(*fmt); | ^~~~ debug.c:38:13: warning: unused variable 'one' [-Wunused-variable] 38 | int one; | ^~~ /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld -o power_prep power_prep.o eabi.o ./../mach-mx28/drivers/power/libddi_power.a ./../mach-mx28/hw/power/libhw_power.a ./../mach-mx28/hw/lradc/libhw_lradc.a ./../mach-mx28/hw/icoll/libhw_icoll.a ./../mach-mx28/hw/digctl/libhw_digctl.a ./../mach-mx28/hw/core/libhw_core.a \ -static -gc-sections -nostdlib -T ./link.lds debug.o /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `IsVbusValid': power_prep.c:(.text+0x54): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x5c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `IsVdd5vGtVddio': power_prep.c:(.text+0xb8): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xc0): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `Is5vPresent': power_prep.c:(.text+0x134): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x13c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `IsBattLevelValidForBoot': power_prep.c:(.text+0x1b0): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x1b8): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_ClearAutoRestart': power_prep.c:(.text+0x2a8): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x2b0): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_PowerDown': power_prep.c:(.text+0x310): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x318): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Setup5vDetect': power_prep.c:(.text+0x380): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x388): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_SetupBattDetect': power_prep.c:(.text+0x40c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x418): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_CheckBatteryConnection': power_prep.c:(.text+0x474): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x47c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Init4p2Parameters': power_prep.c:(.text+0x51c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x524): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Init4p2Regulator': power_prep.c:(.text+0x6b4): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x6bc): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Enable4p2BoShutdown': power_prep.c:(.text+0x73c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x744): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Handle5vDisconnectErrata': power_prep.c:(.text+0x7c0): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x7c8): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Enable4p2Fiq': power_prep.c:(.text+0x824): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x82c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_InitDcdc4p2Source': power_prep.c:(.text+0x8e4): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x8ec): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Enable4p2': power_prep.c:(.text+0x9fc): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xa04): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_BootValid5v': power_prep.c:(.text+0xa88): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xa90): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_InitBattBoFiq': power_prep.c:(.text+0xaf0): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xaf8): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_InitBattBo': power_prep.c:(.text+0xb78): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xb80): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Init4p2Bo': power_prep.c:(.text+0xc00): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xc08): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Init4p2BoFiq': power_prep.c:(.text+0xc68): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xc70): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_BattBoot': power_prep.c:(.text+0xda8): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xdb0): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Handle5vConflict': power_prep.c:(.text+0xe88): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xe90): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_5vBoot': power_prep.c:(.text+0xf38): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xf40): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_SwitchVdddToDdcdcSource': power_prep.c:(.text+0xfd0): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0xfd8): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_EnableOutputRailProtection': power_prep.c:(.text+0x1064): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x106c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `putc': power_prep.c:(.text+0x10ec): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x10f4): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_PrintBatteryVoltage': power_prep.c:(.text+0x11f8): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x1200): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_IsBatteryReady': power_prep.c:(.text+0x1290): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x1298): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_CPUClock2XTAL': power_prep.c:(.text+0x1300): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x1308): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_SetCharger': power_prep.c:(.text+0x1398): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x13a0): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_StopCharger': power_prep.c:(.text+0x1418): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x1420): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_IsBatteryGood': power_prep.c:(.text+0x1500): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x1508): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_Delay': power_prep.c:(.text+0x1584): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x158c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_CPUClock2PLL': power_prep.c:(.text+0x1620): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x1628): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_ConfigurePowerSource': power_prep.c:(.text+0x176c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x1774): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `_start': power_prep.c:(.text+0x18b4): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x18bc): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `PowerPrep_ChargeBattery2Boot': power_prep.c:(.text+0x1a18): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x1a20): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.o: in function `__aeabi_unwind_cpp_pr1': power_prep.c:(.text+0x1aa0): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: power_prep.c:(.text+0x1aa8): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: debug.o: in function `printhex': debug.c:(.text+0x7c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: debug.c:(.text+0x84): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: debug.o: in function `printf': debug.c:(.text+0x168): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: debug.c:(.text+0x170): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_conversions.o): in function `hw_power_ConvertCurrentToSetting': hw_power_conversions.c:(.text.hw_power_ConvertCurrentToSetting+0xac): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_conversions.c:(.text.hw_power_ConvertCurrentToSetting+0xb4): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_conversions.o): in function `hw_power_ConvertVdddToSetting': hw_power_conversions.c:(.text.hw_power_ConvertVdddToSetting+0x68): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_conversions.c:(.text.hw_power_ConvertVdddToSetting+0x70): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_conversions.o): in function `hw_power_ConvertSettingToVddd': hw_power_conversions.c:(.text.hw_power_ConvertSettingToVddd+0x60): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_conversions.c:(.text.hw_power_ConvertSettingToVddd+0x68): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_conversions.o): in function `hw_power_ConvertVddioToSetting': hw_power_conversions.c:(.text.hw_power_ConvertVddioToSetting+0x68): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_conversions.c:(.text.hw_power_ConvertVddioToSetting+0x70): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_conversions.o): in function `hw_power_ConvertSettingToVddio': hw_power_conversions.c:(.text.hw_power_ConvertSettingToVddio+0x64): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_conversions.c:(.text.hw_power_ConvertSettingToVddio+0x6c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_LimitVdddAndBo': ddi_power.c:(.text.ddi_power_LimitVdddAndBo+0xb4): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_LimitVdddAndBo+0xbc): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_LimitVddioAndBo': ddi_power.c:(.text.ddi_power_LimitVddioAndBo+0xd0): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_LimitVddioAndBo+0xd8): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_Wait': ddi_power.c:(.text.ddi_power_Wait+0xb8): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_Wait+0xc0): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_LockRail': ddi_power.c:(.text.ddi_power_LockRail+0x6c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_LockRail+0x74): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_UnlockRail': ddi_power.c:(.text.ddi_power_UnlockRail+0x6c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_UnlockRail+0x74): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_WaitLinRegStable': ddi_power.c:(.text.ddi_power_WaitLinRegStable+0x84): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_WaitLinRegStable+0x8c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_WaitDcdcStable': ddi_power.c:(.text.ddi_power_WaitDcdcStable+0xa4): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_WaitDcdcStable+0xac): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_WaitForVdddStable': ddi_power.c:(.text.ddi_power_WaitForVdddStable+0x88): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_WaitForVdddStable+0x90): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_SetVddd': ddi_power.c:(.text.ddi_power_SetVddd+0x18c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_SetVddd+0x194): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_WaitForVddioStable': ddi_power.c:(.text.ddi_power_WaitForVddioStable+0x88): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_WaitForVddioStable+0x90): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/drivers/power/libddi_power.a(ddi_power.o): in function `ddi_power_SetVddio': ddi_power.c:(.text.ddi_power_SetVddio+0x170): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ddi_power.c:(.text.ddi_power_SetVddio+0x178): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_SetVdddValue': hw_power.c:(.text.hw_power_SetVdddValue+0x64): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_SetVdddValue+0x6c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_GetVdddValue': hw_power.c:(.text.hw_power_GetVdddValue+0x60): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_GetVdddValue+0x68): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_SetVdddBrownoutValue': hw_power.c:(.text.hw_power_SetVdddBrownoutValue+0x6c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_SetVdddBrownoutValue+0x74): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_GetVdddPowerSource': hw_power.c:(.text.hw_power_GetVdddPowerSource+0xd0): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_GetVdddPowerSource+0xd8): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_SetVddioValue': hw_power.c:(.text.hw_power_SetVddioValue+0x64): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_SetVddioValue+0x6c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_GetVddioValue': hw_power.c:(.text.hw_power_GetVddioValue+0x60): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_GetVddioValue+0x68): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_SetVddioBrownoutValue': hw_power.c:(.text.hw_power_SetVddioBrownoutValue+0x6c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_SetVddioBrownoutValue+0x74): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_GetVddioPowerSource': hw_power.c:(.text.hw_power_GetVddioPowerSource+0xb0): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_GetVddioPowerSource+0xb8): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_GetVddaPowerSource': hw_power.c:(.text.hw_power_GetVddaPowerSource+0xa0): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_GetVddaPowerSource+0xa8): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_CheckDcdcTransitionDone': hw_power.c:(.text.hw_power_CheckDcdcTransitionDone+0xac): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_CheckDcdcTransitionDone+0xb4): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_ConfigureMasterChargeAnd4p2': hw_power.c:(.text.hw_power_ConfigureMasterChargeAnd4p2+0xa4): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_ConfigureMasterChargeAnd4p2+0xac): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_EnableMaster4p2': hw_power.c:(.text.hw_power_EnableMaster4p2+0x74): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_EnableMaster4p2+0x7c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power.o): in function `hw_power_Enable4p2DcdcInput': hw_power.c:(.text.hw_power_Enable4p2DcdcInput+0x108): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power.c:(.text.hw_power_Enable4p2DcdcInput+0x110): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_battery.o): in function `hw_power_GetBatteryVoltage': hw_power_battery.c:(.text.hw_power_GetBatteryVoltage+0x60): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_battery.c:(.text.hw_power_GetBatteryVoltage+0x68): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_init.o): in function `hw_power_Init': hw_power_init.c:(.text.hw_power_Init+0x188): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_init.c:(.text.hw_power_Init+0x194): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_interrupts.o): in function `hw_power_EnableVddioBrownoutInterrupt': hw_power_interrupts.c:(.text.hw_power_EnableVddioBrownoutInterrupt+0x74): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_interrupts.c:(.text.hw_power_EnableVddioBrownoutInterrupt+0x7c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_interrupts.o): in function `hw_power_ClearVddioBrownoutInterrupt': hw_power_interrupts.c:(.text.hw_power_ClearVddioBrownoutInterrupt+0x5c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_interrupts.c:(.text.hw_power_ClearVddioBrownoutInterrupt+0x64): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_interrupts.o): in function `hw_power_EnableVdddBrownoutInterrupt': hw_power_interrupts.c:(.text.hw_power_EnableVdddBrownoutInterrupt+0x74): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_interrupts.c:(.text.hw_power_EnableVdddBrownoutInterrupt+0x7c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_interrupts.o): in function `hw_power_ClearVdddBrownoutInterrupt': hw_power_interrupts.c:(.text.hw_power_ClearVdddBrownoutInterrupt+0x5c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_interrupts.c:(.text.hw_power_ClearVdddBrownoutInterrupt+0x64): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_interrupts.o): in function `hw_power_ClearVbusValidInterrupt': hw_power_interrupts.c:(.text.hw_power_ClearVbusValidInterrupt+0x78): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_interrupts.c:(.text.hw_power_ClearVbusValidInterrupt+0x80): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_interrupts.o): in function `hw_power_EnableVdd5vDroopInterrupt': hw_power_interrupts.c:(.text.hw_power_EnableVdd5vDroopInterrupt+0x74): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_interrupts.c:(.text.hw_power_EnableVdd5vDroopInterrupt+0x7c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_interrupts.o): in function `hw_power_ClearVdd5vDroopInterrupt': hw_power_interrupts.c:(.text.hw_power_ClearVdd5vDroopInterrupt+0x78): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_interrupts.c:(.text.hw_power_ClearVdd5vDroopInterrupt+0x80): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_SetPowerClkGate': hw_power_registers.c:(.text.hw_power_SetPowerClkGate+0x50): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_SetPowerClkGate+0x58): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_SetVbusValidThresh': hw_power_registers.c:(.text.hw_power_SetVbusValidThresh+0x68): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_SetVbusValidThresh+0x70): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_EnableHardwarePowerdown': hw_power_registers.c:(.text.hw_power_EnableHardwarePowerdown+0x74): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_EnableHardwarePowerdown+0x7c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_GetEnableDcdc': hw_power_registers.c:(.text.hw_power_GetEnableDcdc+0x5c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_GetEnableDcdc+0x64): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_GetVdddLinRegOffset': hw_power_registers.c:(.text.hw_power_GetVdddLinRegOffset+0x5c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_GetVdddLinRegOffset+0x64): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_GetVddaLinRegOffset': hw_power_registers.c:(.text.hw_power_GetVddaLinRegOffset+0x5c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_GetVddaLinRegOffset+0x64): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_GetVddioLinRegOffset': hw_power_registers.c:(.text.hw_power_GetVddioLinRegOffset+0x5c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_GetVddioLinRegOffset+0x64): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_EnableRcScale': hw_power_registers.c:(.text.hw_power_EnableRcScale+0x68): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_EnableRcScale+0x70): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_PowerDown': hw_power_registers.c:(.text.hw_power_PowerDown+0x64): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_PowerDown+0x6c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_EnableDoubleFets': hw_power_registers.c:(.text.hw_power_EnableDoubleFets+0x64): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_EnableDoubleFets+0x6c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_EnableHalfFets': hw_power_registers.c:(.text.hw_power_EnableHalfFets+0x64): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_EnableHalfFets+0x6c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_ConfigureMasterBrownout': hw_power_registers.c:(.text.hw_power_ConfigureMasterBrownout+0x98): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_ConfigureMasterBrownout+0xa0): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_EnableMaster5vBrownout': hw_power_registers.c:(.text.hw_power_EnableMaster5vBrownout+0x70): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_EnableMaster5vBrownout+0x78): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_Enable5vBrownoutPowerdown': hw_power_registers.c:(.text.hw_power_Enable5vBrownoutPowerdown+0x78): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_Enable5vBrownoutPowerdown+0x80): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_registers.o): in function `hw_power_EnableDcdc': hw_power_registers.c:(.text.hw_power_EnableDcdc+0x124): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_registers.c:(.text.hw_power_EnableDcdc+0x12c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_5v_detect.o): in function `hw_power_EnableVbusValid5vDetect': hw_power_5v_detect.c:(.text.hw_power_EnableVbusValid5vDetect+0x64): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_5v_detect.c:(.text.hw_power_EnableVbusValid5vDetect+0x6c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_5v_detect.o): in function `hw_power_Is5vPresent': hw_power_5v_detect.c:(.text.hw_power_Is5vPresent+0x70): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_5v_detect.c:(.text.hw_power_Is5vPresent+0x78): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_5v_detect.o): in function `hw_power_Get5vPresentFlag': hw_power_5v_detect.c:(.text.hw_power_Get5vPresentFlag+0x54): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_5v_detect.c:(.text.hw_power_Get5vPresentFlag+0x5c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_5v_detect.o): in function `hw_power_GetVbusValid': hw_power_5v_detect.c:(.text.hw_power_GetVbusValid+0x54): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_5v_detect.c:(.text.hw_power_GetVbusValid+0x5c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/power/libhw_power.a(hw_power_5v_detect.o): in function `hw_power_GetVdd5vGtVddio': hw_power_5v_detect.c:(.text.hw_power_GetVdd5vGtVddio+0x5c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_power_5v_detect.c:(.text.hw_power_GetVdd5vGtVddio+0x64): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/lradc/libhw_lradc.a(hw_lradc_setup.o): in function `hw_lradc_SetDelayTrigger': hw_lradc_setup.c:(.text.hw_lradc_SetDelayTrigger+0x98): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_lradc_setup.c:(.text.hw_lradc_SetDelayTrigger+0xa0): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/lradc/libhw_lradc.a(hw_lradc_setup.o): in function `hw_lradc_SetDelayTriggerKick': hw_lradc_setup.c:(.text.hw_lradc_SetDelayTriggerKick+0x6c): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_lradc_setup.c:(.text.hw_lradc_SetDelayTriggerKick+0x74): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/lradc/libhw_lradc.a(hw_lradc_setup.o): in function `hw_lradc_EnableBatteryMeasurement': hw_lradc_setup.c:(.text.hw_lradc_EnableBatteryMeasurement+0x100): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_lradc_setup.c:(.text.hw_lradc_EnableBatteryMeasurement+0x108): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/lradc/libhw_lradc.a(hw_lradc_setup.o): in function `hw_lradc_AcquireBatteryMonitorDelayTrigger': hw_lradc_setup.c:(.text.hw_lradc_AcquireBatteryMonitorDelayTrigger+0x54): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_lradc_setup.c:(.text.hw_lradc_AcquireBatteryMonitorDelayTrigger+0x5c): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/lradc/libhw_lradc.a(hw_lradc_init.o): in function `hw_lradc_Init': hw_lradc_init.c:(.text.hw_lradc_Init+0xd8): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_lradc_init.c:(.text.hw_lradc_Init+0xe0): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/lradc/libhw_lradc.a(hw_lradc.o): in function `hw_lradc_ClearInterruptFlag': hw_lradc.c:(.text.hw_lradc_ClearInterruptFlag+0xf8): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_lradc.c:(.text.hw_lradc_ClearInterruptFlag+0x100): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/digctl/libhw_digctl.a(hw_digctl.o): in function `hw_digctl_GetCurrentTime': hw_digctl.c:(.text.hw_digctl_GetCurrentTime+0x58): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_digctl.c:(.text.hw_digctl_GetCurrentTime+0x60): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/digctl/libhw_digctl.a(hw_digctl.o): in function `hw_digctl_CheckTimeOut': hw_digctl.c:(.text.hw_digctl_CheckTimeOut+0x90): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_digctl.c:(.text.hw_digctl_CheckTimeOut+0x98): undefined reference to `__stack_chk_guard' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: ./../mach-mx28/hw/digctl/libhw_digctl.a(hw_digctl.o): in function `hw_digctl_MicrosecondWait': hw_digctl.c:(.text.hw_digctl_MicrosecondWait+0x70): undefined reference to `__stack_chk_fail' /home/thomas/autobuild/instance-2/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: hw_digctl.c:(.text.hw_digctl_MicrosecondWait+0x78): undefined reference to `__stack_chk_guard' make[2]: *** [Makefile:73: power_prep] Error 1 make[2]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/power_prep' make[1]: *** [Makefile:65: power_prep] Error 2 make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01' make: *** [package/pkg-generic.mk:293: /home/thomas/autobuild/instance-2/output-1/build/mxs-bootlets-10.12.01/.stamp_built] Error 2 make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'