lnls-dig / openMMC

Open source firmware for MMC controllers
GNU General Public License v3.0
39 stars 32 forks source link

Travis-CI build failing for latest commits #104

Closed henrique-silva closed 5 years ago

henrique-silva commented 5 years ago

Travis is complaining about "stdint.h" lib:

In file included from /home/travis/lnls-dig/openMMC/FreeRTOS/include/FreeRTOS.h:49:0,
                 from /home/travis/lnls-dig/openMMC/FreeRTOS/portable/GCC/ARM_CM3/port.c:33:
/usr/lib/gcc/arm-none-eabi/4.9.3/include/stdint.h:9:26: fatal error: stdint.h: No such file or directory
 # include_next <stdint.h>

This seems to be an error with the base dev libs for arm-gcc

henrique-silva commented 5 years ago

Installing libnewlib-arm-none-eabi solves the problem. Include it in the .travis.yml dependencies list