Back Ground:
I try to build native C source by using leaf cross compile.
So I faced the build error that “stdio.h is no file or directly” as the follows.
<Environment>
- Linux distribution; SWI9X07Y_02.28.03.05
- legato system: 19.02
- WP7605 with mangOH Green
- Host PC: Ubuntu 16.04 64bit
(lsh:wp7605stable) altima@altima-ThinkPad-X220:~/HelloFujidenki$ $WP76XX_TOOLCHAIN_DIR/arm-poky-linux-gnueabi-gcc -o HelloFuji /home/altima/HelloFujidenki/HelloFuji.c
/home/altima/HelloFujidenki/HelloFuji.c:1:10: fatal error: stdio.h: No such file or directory
#include
^~~~~~~~~
compilation terminated.
<HelloFuji.c>
#include<stdio.h>
int main(void)
{
printf("Hello,World\n");
return 0;
}
I suspect that following forum is related this issue.
So if you know any updates, please let me know it.
However, this issue could not be improved by using new tool-chain.
Please see the attached log as "20200128_console.log20200128_console.log (11.1 KB) ".
Do you mean the toolchain in fw r9 is working fine for you?
If so, we have same observation. As workaround now, please use old toolchain for your development.
Please open sales force ticket.
Do you mean the toolchain in fw r9 is working fine for you?
If so, we have same observation. As workaround now, please use old toolchain for your development.
We faced the compile error between Toolchain R13.3, Toolchain R9, and leaf v2.1 Toolchain.
Did you faced the same issue as our test?