Hi,
I have this message while running the make.py on my target:
>>> BUILD PROJECT: BASIC (NUCLEO_F103RB, ARM)
Compile: main.cpp
C:/Keil/ARM/ARMCC\bin\armcc -c --cpu=Cortex-M3 --gnu -Ospace --split_sections --apcs=interwork --brief_diagnostics --restrict --md --no_depend_system_
headers -IC:/Program Files/ARM/armcc_4.1_791\include --cpp --no_rtti -DTARGET_NUCLEO_F103RB -DTARGET_M3 -DTARGET_STM -DTARGET_STM32F10X -DTARGET_STM32
F103RB -DTOOLCHAIN_ARM_STD -DTOOLCHAIN_ARM -D__CORTEX_M3 -DARM_MATH_CM3 -IC:\GitHub\mbed\libraries\tests\mbed\basic -IC:\GitHub\mbed\libraries\tests\m
bed\basic -IC:\GitHub\mbed\libraries\tests\mbed\env -o C:\GitHub\mbed\build\test\NUCLEO_F103RB\ARM\MBED_A1\.\main.o C:\GitHub\mbed\libraries\tests\mbe
d\basic\main.cpp
[Error] test_env.h@5: #5: cannot open source input file "mbed.h": No such file or directory
[ERROR] "C:\GitHub\mbed\libraries\tests\mbed\env\test_env.h", line 5: Error: #5: cannot open source input file "mbed.h": No such file or directory
C:\GitHub\mbed\libraries\tests\mbed\basic\main.cpp: 0 warnings, 1 error
The mbed.h file is inside the "mbed\libraries\mbed\api" folder. But it seems this path is not included. Do you know why ?
Thanks.
Bruno