We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1,change; lantianyu@jf-pc:~/work/github/stm32h743-atk-apollo-lwip$ git diff . diff --git a/rtconfig.py b/rtconfig.py index ef6708f..3f6f823 100644 --- a/rtconfig.py +++ b/rtconfig.py @@ -17,7 +17,8 @@ if os.getenv('RTT_ROOT'):
if CROSS_TOOL == 'gcc': PLATFORM = 'gcc'
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 2,error; lantianyu@jf-pc:/work/github/stm32h743-atk-apollo-lwip$ scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... scons: building associated VariantDir targets: build CC build/applications/main.o applications/main.c:14:24: fatal error: lwip/netif.h: No such file or directory compilation terminated. scons: *** [build/applications/main.o] Error 1 scons: building terminated because of errors. lantianyu@jf-pc:/work/github/stm32h743-atk-apollo-lwip$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1,change;
lantianyu@jf-pc:~/work/github/stm32h743-atk-apollo-lwip$ git diff .
diff --git a/rtconfig.py b/rtconfig.py
index ef6708f..3f6f823 100644
--- a/rtconfig.py
+++ b/rtconfig.py
@@ -17,7 +17,8 @@ if os.getenv('RTT_ROOT'):
EXEC_PATH is the compiler execute path, for example, CodeSourcery, Keil MDK, IAR
if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc'
elif CROSS_TOOL == 'keil':
PLATFORM = 'armcc'
EXEC_PATH = r'C:/Keil_v5'
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2,error;
lantianyu@jf-pc:
/work/github/stm32h743-atk-apollo-lwip$ scons/work/github/stm32h743-atk-apollo-lwip$scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: build
CC build/applications/main.o
applications/main.c:14:24: fatal error: lwip/netif.h: No such file or directory
compilation terminated.
scons: *** [build/applications/main.o] Error 1
scons: building terminated because of errors.
lantianyu@jf-pc:
The text was updated successfully, but these errors were encountered: