Fresh installation --> none-eabi-g++ and arm-none-eabi-gcc not found
So while waiting for a reply to my question, I am experimenting a little. I put the path to the arm-none-eabi version of cc1 in my path so that it is found. (I still have no idea of why I shuld have to do this for a new installation, so my previous question still stands.) But while the compiler runs, I now get this failure:
In file included from /home/jim/workspace/stm32l476g-disco_hal_lib/CMSIS/device/stm32l476xx.h:184:0,
from /home/jim/workspace/stm32l476g-disco_hal_lib/CMSIS/device/stm32l4xx.h:123,
from /home/jim/workspace/stm32l476g-disco_hal_lib/HAL_Driver/Inc/stm32l4xx_hal_def.h:48,
from /home/jim/workspace/stm32l476g-disco_hal_lib/HAL_Driver/Inc/stm32l4xx_hal_rcc.h:47,
from /home/jim/workspace/stm32l476g-disco_hal_lib/HAL_Driver/Inc/stm32l4xx_hal_conf.h:193,
from /home/jim/workspace/stm32l476g-disco_hal_lib/HAL_Driver/Inc/stm32l4xx_hal.h:48,
from ../Utilities/STM32L476G-Discovery/stm32l476g_discovery.h:56,
from ../Utilities/STM32L476G-Discovery/stm32l476g_discovery.c:40:
/home/jim/workspace/stm32l476g-disco_hal_lib/CMSIS/core/core_cm4.h:187:95: fatal error: stdint.h: No such file or directory
#include /* standard types definitions */
Any suggestions on how to fix this? Adding the path to stdint.h doesn't help. I think that is because of the implied meaning of the ange brackets.