Errors in the examples found in S32K3_TCPIP_STACK_1_0_4_D2401_DS package (lwip_baremetal example)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Errors in the examples found in S32K3_TCPIP_STACK_1_0_4_D2401_DS package (lwip_baremetal example)

Jump to solution
3,150 Views
ajosep12
Contributor II

Hi, 
I added the example project of lwip_baremetal_s32k358 from S32K3_TCPIP_STACK_1_0_4 package. S32K3 

I also installed the following packages as mentioned in the release pdf:

  • S32K3 development package;
  • SW32K3 Real Time Drivers 4.4_R21-11 Version 3.0.0 package;
  • SW32K3 FreeRTOS 10.5.1 version 3.1.0 package.

Now, upon opening the .mex file in the "Pins" view, the following error is present: 

ajosep12_0-1731911115720.png

ajosep12_1-1731911173771.png

 

Upon clicking the "Add missing drivers (if any) to the project, for all tools", the following popup comes:

ajosep12_2-1731911251182.png

On clicking "Yes"  the errors disappear. 
Then, I click on the "Update Code" option. 

ajosep12_3-1731911404877.png

 


However, there are errors which are still present in the "Peripheral" view.

ajosep12_4-1731911447101.png


Clicking on "Build 'Debug FLASH'" gives the following errors:

 

12:02:25 **** Build of configuration Debug_FLASH for project lwip_baremetal_s32k358 ****
make -j22 all 
Building file: ../src/device.c
Building file: ../src/main.c
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@src/device.args" -MMD -MP -MF"src/device.d" -MT"src/device.o" -o "src/device.o" "../src/device.c"
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@src/device.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"
Building file: ../src/test.c
../src/device.c: In function 'device_init':
../src/device.c:205:48: error: 'DCM_GPR_DCMRWF1_MAC_CONF_SEL_MASK' undeclared (first use in this function); did you mean 'DCM_GPR_DCMRWF1_EMAC_CONF_SEL_MASK'?
  205 |  IP_DCM_GPR->DCMRWF1 = (IP_DCM_GPR->DCMRWF1 & ~DCM_GPR_DCMRWF1_MAC_CONF_SEL_MASK) | DCM_GPR_DCMRWF1_MAC_CONF_SEL(2U);
      |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                DCM_GPR_DCMRWF1_EMAC_CONF_SEL_MASK
../src/device.c:205:48: note: each undeclared identifier is reported only once for each function it appears in
../src/device.c:205:85: error: implicit declaration of function 'DCM_GPR_DCMRWF1_MAC_CONF_SEL'; did you mean 'DCM_GPR_DCMRWF1_EMAC_CONF_SEL'? [-Werror=implicit-function-declaration]
  205 |  IP_DCM_GPR->DCMRWF1 = (IP_DCM_GPR->DCMRWF1 & ~DCM_GPR_DCMRWF1_MAC_CONF_SEL_MASK) | DCM_GPR_DCMRWF1_MAC_CONF_SEL(2U);
      |                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                     DCM_GPR_DCMRWF1_EMAC_CONF_SEL
Building file: ../generate/src/Clock_Ip_Cfg.c
../src/device.c:208:21: error: 'NUM_OF_CONFIGURED_PINS_PortContainer_0_VS_0' undeclared (first use in this function)
  208 |  Siul2_Port_Ip_Init(NUM_OF_CONFIGURED_PINS_PortContainer_0_VS_0, g_pin_mux_InitConfigArr_PortContainer_0_VS_0);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/device.c:208:66: error: 'g_pin_mux_InitConfigArr_PortContainer_0_VS_0' undeclared (first use in this function)
  208 |  Siul2_Port_Ip_Init(NUM_OF_CONFIGURED_PINS_PortContainer_0_VS_0, g_pin_mux_InitConfigArr_PortContainer_0_VS_0);
      |                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1.exe: some warnings being treated as errors
Invoking: Standard S32DS C Compiler
make: *** [src/subdir.mk:25: src/device.o] Error 1
make: *** Waiting for unfinished jobs....
Building file: ../generate/src/Gmac_Ip_Cfg.c
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@generate/src/Clock_Ip_Cfg.args" -MMD -MP -MF"generate/src/Clock_Ip_Cfg.d" -MT"generate/src/Clock_Ip_Cfg.o" -o "generate/src/Clock_Ip_Cfg.o" "../generate/src/Clock_Ip_Cfg.c"
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@generate/src/Clock_Ip_Cfg.args" -MMD -MP -MF"generate/src/Gmac_Ip_Cfg.d" -MT"generate/src/Gmac_Ip_Cfg.o" -o "generate/src/Gmac_Ip_Cfg.o" "../generate/src/Gmac_Ip_Cfg.c"
Finished building: ../src/main.c
arm-none-eabi-gcc "@src/device.args" -MMD -MP -MF"src/test.d" -MT"src/test.o" -o "src/test.o" "../src/test.c"
 
Finished building: ../generate/src/Clock_Ip_Cfg.c
../src/test.c:128:10: fatal error: lwip/opt.h: No such file or directory
  128 | #include "lwip/opt.h"
      |          ^~~~~~~~~~~~
compilation terminated.
make: *** [src/subdir.mk:24: src/test.o] Error 1
 
Finished building: ../generate/src/Gmac_Ip_Cfg.c
 
"make -j22 all" terminated with exit code 2. Build might be incomplete.

12:02:40 Build Failed. 8 errors, 0 warnings. (took 15s.577ms)

 

 

I tried looking up in the forum for similar issues, but wasn't able to find any.
It would be extremely helpful if someone could help me resolve this issue.

@nxp @support 

Thanks a lot in advance!

0 Kudos
Reply
1 Solution
3,000 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Sorry, there may be errors if you just uninstall S32K3 RTD 3.0.0 and then install RTD 4.0.0. It is recommended to completely uninstall S32DS v3.5 and then reinstall it.

I installed S32K3 RTD 4.0.0 by refer to: HOWTO: offline install S32K3 RTD 4.0.0 in S32DS v3.5

Then offline installed SW32K3 FreeRTOS 10.6.0 version 4.0.0(SW32K3_FreeRTOS_10.6.0_CD_4.0.0_DS_updatesite_D2312.zip) and SW32K3_TCPIP_1.0.4_D2401(SW32K3_TCPIP_STACK_1_0_4_D2401_DS_updatesite.zip)

I am able to build lwip_baremetal_s32k358 without error:

lwip_baremetal_s32k358 S32K3 RTD 4.0.0.jpg

View solution in original post

0 Kudos
Reply
7 Replies
3,144 Views
ajosep12
Contributor II

These are the list of packages/softwares installed:

ajosep12_0-1731912474020.png

 

ajosep12_1-1731912490060.png

 

The errors are as follows:

ajosep12_3-1731912594198.png

 

0 Kudos
Reply
3,128 Views
ajosep12
Contributor II

Also, I observed that there are no SDKs listed in case of lwip_baremetal_s32k358 example, whereas in case of GMAC_Ip_InternalLoopback_S32K358 & Eth_InternalLoopback_S32K358, there are two SDKs listed.

I'm not sure why the SDKs are not being listed in case of the examples from S32K3_TCPIP_STACK package, but I'm assuming that fixing this might fix the original issue.

PFB attached the screenshots showing the same:

ajosep12_0-1731915139148.pngajosep12_1-1731915168684.png

 

ajosep12_2-1731915197500.png


Requesting you to kindly assist me in fixing this issue.
Thanks!

0 Kudos
Reply
3,121 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

Please follow the chapter 6.4 Installation of TCP/IP Stack package over RTD of SW32K3_TCPIP_STACK_1_0_4_D2401_ReleaseNotes.pdf.

6.4 Installation of TCP/IP Stack package over RTD
Follow these steps to install TCPIP stack package on top of the RTD package. Install the latest version of S32 Design Studio for S32 platform (currently v.3.5). Before installing the S32K3 1.0.4 TCP/IP stack package, you need to install:
-S32K3 development package,
-S32K396 development package, 
-S32K3_S32M27x Real Time Drivers ASR R21-11 Version 4.0.0 package,
-SW32K3 FreeRTOS 10.6.0 version 4.0.0 package.
After you installed these packages, you can follow this steps to install the TCP/IP package.

Do not use S32K3 RTD 3.0.0.

If online installation of S32K3 RTD 4.0.0 fails, please refer to: HOWTO: offline install S32K3 RTD 4.0.0 in S32DS v3.5

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply
3,038 Views
ajosep12
Contributor II

Hi @Robin_Shen ,

I have installed all the packages that you mentioned. For better sanity, I removed the RTD version 3.0.0 also.


I'm facing the following issues now:

ajosep12_0-1731923392672.png

 

Now, even the other GMAC & Eth examples are not working, and showing the same errors.

ajosep12_1-1731923459317.png



Kindly help me fix it. 

0 Kudos
Reply
3,001 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Sorry, there may be errors if you just uninstall S32K3 RTD 3.0.0 and then install RTD 4.0.0. It is recommended to completely uninstall S32DS v3.5 and then reinstall it.

I installed S32K3 RTD 4.0.0 by refer to: HOWTO: offline install S32K3 RTD 4.0.0 in S32DS v3.5

Then offline installed SW32K3 FreeRTOS 10.6.0 version 4.0.0(SW32K3_FreeRTOS_10.6.0_CD_4.0.0_DS_updatesite_D2312.zip) and SW32K3_TCPIP_1.0.4_D2401(SW32K3_TCPIP_STACK_1_0_4_D2401_DS_updatesite.zip)

I am able to build lwip_baremetal_s32k358 without error:

lwip_baremetal_s32k358 S32K3 RTD 4.0.0.jpg

0 Kudos
Reply
2,987 Views
ajosep12
Contributor II
Thanks @Robin_Shen,
Uninstalling S32DS completely and reinstalling it worked.
Also, I tried the S32K3_TCPIP_STACK_2_0_0 package, along with RTD 5.0.0 and FreeRTOS 11.1. It works flawlessly in the new fresh installation.

Thanks Again!
3,123 Views
ajosep12
Contributor II

ajosep12_0-1731915549284.png

 

Tags (3)
0 Kudos
Reply
%3CLINGO-SUB%20id%3D%22lingo-sub-1996050%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EErrors%20in%20the%20examples%20found%20in%20S32K3_TCPIP_STACK_1_0_4_D2401_DS%20package%20(lwip_baremetal%20example)%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1996050%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%2C%26nbsp%3B%3CBR%20%2F%3EI%20added%20the%20example%20project%20of%3CSTRONG%3E%20lwip_baremetal_s32k358%3C%2FSTRONG%3E%20from%20%3CEM%3E%3CSTRONG%3ES32K3_TCPIP_STACK_1_0_4%3C%2FSTRONG%3E%3C%2FEM%3E%20package.%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fc-pwmxy87654%2FS32K3%2Fpd-p%2FS32K3%22%20class%3D%22lia-product-mention%22%20data-product%3D%221688-1%22%20target%3D%22_blank%22%3ES32K3%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3EI%20also%20installed%20the%20following%20packages%20as%20mentioned%20in%20the%20%3CEM%3E%3CU%3Erelease%20pdf%3C%2FU%3E%3C%2FEM%3E%3A%3C%2FP%3E%3CUL%3E%3CLI%3ES32K3%20development%20package%3B%3C%2FLI%3E%3CLI%3ESW32K3%20Real%20Time%20Drivers%204.4_R21-11%20Version%203.0.0%20package%3B%3C%2FLI%3E%3CLI%3ESW32K3%20FreeRTOS%2010.5.1%20version%203.1.0%20package.%3C%2FLI%3E%3C%2FUL%3E%3CP%3ENow%2C%20upon%20opening%20the%20%3CEM%3E.mex%3C%2FEM%3E%20file%20in%20the%20%22%3CSTRONG%3EPins%3C%2FSTRONG%3E%22%20view%2C%20the%20following%20error%20is%20present%3A%26nbsp%3B%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_0-1731911115720.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_0-1731911115720.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310943iE4F35CB6FE550DAF%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_0-1731911115720.png%22%20alt%3D%22ajosep12_0-1731911115720.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_1-1731911173771.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_1-1731911173771.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310944i578BA965285AF0DC%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_1-1731911173771.png%22%20alt%3D%22ajosep12_1-1731911173771.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3CP%3EUpon%20clicking%20the%20%3CU%3E%3CEM%3E%22Add%20missing%20drivers%20(if%20any)%20to%20the%20project%2C%20for%20all%20tools%22%3C%2FEM%3E%3C%2FU%3E%2C%20the%20following%20popup%20comes%3A%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_2-1731911251182.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_2-1731911251182.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310945iA4BB2268038F5529%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_2-1731911251182.png%22%20alt%3D%22ajosep12_2-1731911251182.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EOn%20clicking%3CEM%3E%20%22Yes%22%3C%2FEM%3E%26nbsp%3B%20the%20errors%20disappear.%26nbsp%3B%3CBR%20%2F%3EThen%2C%20I%20click%20on%20the%20%3CSTRONG%3E%22Update%20Code%22%3C%2FSTRONG%3E%20option.%26nbsp%3B%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_3-1731911404877.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_3-1731911404877.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310946i14173C26F207EEDF%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_3-1731911404877.png%22%20alt%3D%22ajosep12_3-1731911404877.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3CP%3E%3CBR%20%2F%3EHowever%2C%20there%20are%20errors%20which%20are%20still%20present%20in%20the%20%22%3CSTRONG%3EPeripheral%3C%2FSTRONG%3E%22%20view.%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_4-1731911447101.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_4-1731911447101.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310947i3226482C74467B0C%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_4-1731911447101.png%22%20alt%3D%22ajosep12_4-1731911447101.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CBR%20%2F%3EClicking%20on%20%3CSTRONG%3E%22Build%20'Debug%20FLASH'%22%3C%2FSTRONG%3E%20gives%20the%20following%20errors%3A%3C%2FP%3E%3CBR%20%2F%3E%3CPRE%20class%3D%22lia-code-sample%20language-markup%22%3E%3CCODE%3E12%3A02%3A25%20****%20Build%20of%20configuration%20Debug_FLASH%20for%20project%20lwip_baremetal_s32k358%20****%0Amake%20-j22%20all%20%0ABuilding%20file%3A%20..%2Fsrc%2Fdevice.c%0ABuilding%20file%3A%20..%2Fsrc%2Fmain.c%0AInvoking%3A%20Standard%20S32DS%20C%20Compiler%0Aarm-none-eabi-gcc%20%22%40src%2Fdevice.args%22%20-MMD%20-MP%20-MF%22src%2Fdevice.d%22%20-MT%22src%2Fdevice.o%22%20-o%20%22src%2Fdevice.o%22%20%22..%2Fsrc%2Fdevice.c%22%0AInvoking%3A%20Standard%20S32DS%20C%20Compiler%0Aarm-none-eabi-gcc%20%22%40src%2Fdevice.args%22%20-MMD%20-MP%20-MF%22src%2Fmain.d%22%20-MT%22src%2Fmain.o%22%20-o%20%22src%2Fmain.o%22%20%22..%2Fsrc%2Fmain.c%22%0ABuilding%20file%3A%20..%2Fsrc%2Ftest.c%0A..%2Fsrc%2Fdevice.c%3A%20In%20function%20'device_init'%3A%0A..%2Fsrc%2Fdevice.c%3A205%3A48%3A%20error%3A%20'DCM_GPR_DCMRWF1_MAC_CONF_SEL_MASK'%20undeclared%20(first%20use%20in%20this%20function)%3B%20did%20you%20mean%20'DCM_GPR_DCMRWF1_EMAC_CONF_SEL_MASK'%3F%0A%20%20205%20%7C%20%20IP_DCM_GPR-%26gt%3BDCMRWF1%20%3D%20(IP_DCM_GPR-%26gt%3BDCMRWF1%20%26amp%3B%20~DCM_GPR_DCMRWF1_MAC_CONF_SEL_MASK)%20%7C%20DCM_GPR_DCMRWF1_MAC_CONF_SEL(2U)%3B%0A%20%20%20%20%20%20%7C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5E~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%0A%20%20%20%20%20%20%7C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20DCM_GPR_DCMRWF1_EMAC_CONF_SEL_MASK%0A..%2Fsrc%2Fdevice.c%3A205%3A48%3A%20note%3A%20each%20undeclared%20identifier%20is%20reported%20only%20once%20for%20each%20function%20it%20appears%20in%0A..%2Fsrc%2Fdevice.c%3A205%3A85%3A%20error%3A%20implicit%20declaration%20of%20function%20'DCM_GPR_DCMRWF1_MAC_CONF_SEL'%3B%20did%20you%20mean%20'DCM_GPR_DCMRWF1_EMAC_CONF_SEL'%3F%20%5B-Werror%3Dimplicit-function-declaration%5D%0A%20%20205%20%7C%20%20IP_DCM_GPR-%26gt%3BDCMRWF1%20%3D%20(IP_DCM_GPR-%26gt%3BDCMRWF1%20%26amp%3B%20~DCM_GPR_DCMRWF1_MAC_CONF_SEL_MASK)%20%7C%20DCM_GPR_DCMRWF1_MAC_CONF_SEL(2U)%3B%0A%20%20%20%20%20%20%7C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5E~~~~~~~~~~~~~~~~~~~~~~~~~~~%0A%20%20%20%20%20%20%7C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20DCM_GPR_DCMRWF1_EMAC_CONF_SEL%0ABuilding%20file%3A%20..%2Fgenerate%2Fsrc%2FClock_Ip_Cfg.c%0A..%2Fsrc%2Fdevice.c%3A208%3A21%3A%20error%3A%20'NUM_OF_CONFIGURED_PINS_PortContainer_0_VS_0'%20undeclared%20(first%20use%20in%20this%20function)%0A%20%20208%20%7C%20%20Siul2_Port_Ip_Init(NUM_OF_CONFIGURED_PINS_PortContainer_0_VS_0%2C%20g_pin_mux_InitConfigArr_PortContainer_0_VS_0)%3B%0A%20%20%20%20%20%20%7C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5E~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%0A..%2Fsrc%2Fdevice.c%3A208%3A66%3A%20error%3A%20'g_pin_mux_InitConfigArr_PortContainer_0_VS_0'%20undeclared%20(first%20use%20in%20this%20function)%0A%20%20208%20%7C%20%20Siul2_Port_Ip_Init(NUM_OF_CONFIGURED_PINS_PortContainer_0_VS_0%2C%20g_pin_mux_InitConfigArr_PortContainer_0_VS_0)%3B%0A%20%20%20%20%20%20%7C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5E~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%0Acc1.exe%3A%20some%20warnings%20being%20treated%20as%20errors%0AInvoking%3A%20Standard%20S32DS%20C%20Compiler%0Amake%3A%20***%20%5Bsrc%2Fsubdir.mk%3A25%3A%20src%2Fdevice.o%5D%20Error%201%0Amake%3A%20***%20Waiting%20for%20unfinished%20jobs....%0ABuilding%20file%3A%20..%2Fgenerate%2Fsrc%2FGmac_Ip_Cfg.c%0AInvoking%3A%20Standard%20S32DS%20C%20Compiler%0Aarm-none-eabi-gcc%20%22%40generate%2Fsrc%2FClock_Ip_Cfg.args%22%20-MMD%20-MP%20-MF%22generate%2Fsrc%2FClock_Ip_Cfg.d%22%20-MT%22generate%2Fsrc%2FClock_Ip_Cfg.o%22%20-o%20%22generate%2Fsrc%2FClock_Ip_Cfg.o%22%20%22..%2Fgenerate%2Fsrc%2FClock_Ip_Cfg.c%22%0AInvoking%3A%20Standard%20S32DS%20C%20Compiler%0Aarm-none-eabi-gcc%20%22%40generate%2Fsrc%2FClock_Ip_Cfg.args%22%20-MMD%20-MP%20-MF%22generate%2Fsrc%2FGmac_Ip_Cfg.d%22%20-MT%22generate%2Fsrc%2FGmac_Ip_Cfg.o%22%20-o%20%22generate%2Fsrc%2FGmac_Ip_Cfg.o%22%20%22..%2Fgenerate%2Fsrc%2FGmac_Ip_Cfg.c%22%0AFinished%20building%3A%20..%2Fsrc%2Fmain.c%0Aarm-none-eabi-gcc%20%22%40src%2Fdevice.args%22%20-MMD%20-MP%20-MF%22src%2Ftest.d%22%20-MT%22src%2Ftest.o%22%20-o%20%22src%2Ftest.o%22%20%22..%2Fsrc%2Ftest.c%22%0A%20%0AFinished%20building%3A%20..%2Fgenerate%2Fsrc%2FClock_Ip_Cfg.c%0A..%2Fsrc%2Ftest.c%3A128%3A10%3A%20fatal%20error%3A%20lwip%2Fopt.h%3A%20No%20such%20file%20or%20directory%0A%20%20128%20%7C%20%23include%20%22lwip%2Fopt.h%22%0A%20%20%20%20%20%20%7C%20%20%20%20%20%20%20%20%20%20%5E~~~~~~~~~~~%0Acompilation%20terminated.%0Amake%3A%20***%20%5Bsrc%2Fsubdir.mk%3A24%3A%20src%2Ftest.o%5D%20Error%201%0A%20%0AFinished%20building%3A%20..%2Fgenerate%2Fsrc%2FGmac_Ip_Cfg.c%0A%20%0A%22make%20-j22%20all%22%20terminated%20with%20exit%20code%202.%20Build%20might%20be%20incomplete.%0A%0A12%3A02%3A40%20Build%20Failed.%208%20errors%2C%200%20warnings.%20(took%2015s.577ms)%3C%2FCODE%3E%3C%2FPRE%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CP%3EI%20tried%20looking%20up%20in%20the%20forum%20for%20similar%20issues%2C%20but%20wasn't%20able%20to%20find%20any.%3CBR%20%2F%3EIt%20would%20be%20extremely%20helpful%20if%20someone%20could%20help%20me%20resolve%20this%20issue.%3C%2FP%3E%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F61445%22%20target%3D%22_blank%22%3E%40nxp%3C%2FA%3E%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F19044%22%20target%3D%22_blank%22%3E%40support%3C%2FA%3E%26nbsp%3B%3CBR%20%2F%3E%3CBR%20%2F%3EThanks%20a%20lot%20in%20advance!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-1996050%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3E3-rd%20party%20(premium)%20plug-ins%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3ECompiler%20%7C%20Assembler%20%7C%20Linker%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3EC%7CC%2B%2B%20Libraries%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3EEclipse%20IDE%20Usage%20and%20Settings%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3ESDKs%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1997004%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Errors%20in%20the%20examples%20found%20in%20S32K3_TCPIP_STACK_1_0_4_D2401_DS%20package%20(lwip_baremetal%20example%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1997004%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EThanks%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F57959%22%20target%3D%22_blank%22%3E%40Robin_Shen%3C%2FA%3E%2C%3CBR%20%2F%3EUninstalling%20S32DS%20completely%20and%20reinstalling%20it%20worked.%3CBR%20%2F%3EAlso%2C%20I%20tried%20the%20S32K3_TCPIP_STACK_2_0_0%20package%2C%20along%20with%20RTD%205.0.0%20and%20FreeRTOS%2011.1.%20It%20works%20flawlessly%20in%20the%20new%20fresh%20installation.%3CBR%20%2F%3E%3CBR%20%2F%3EThanks%20Again!%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1996866%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Errors%20in%20the%20examples%20found%20in%20S32K3_TCPIP_STACK_1_0_4_D2401_DS%20package%20(lwip_baremetal%20example%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1996866%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESorry%2C%20there%20may%20be%20errors%20if%20you%20just%20uninstall%20S32K3%20RTD%203.0.0%20and%20then%20install%20RTD%204.0.0.%20It%20is%20recommended%20to%20completely%20uninstall%20S32DS%20v3.5%20and%20then%20reinstall%20it.%3C%2FP%3E%0A%3CP%3E%3CSPAN%3EI%20installed%20S32K3%20RTD%204.0.0%20by%20refer%20to%3A%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2FS32-Design-Studio-Knowledge-Base%2FHOWTO-offline-install-S32K3-RTD-4-0-0-in-S32DS-v3-5%2Fta-p%2F1968014%22%20target%3D%22_self%22%3EHOWTO%3A%20offline%20install%20S32K3%20RTD%204.0.0%20in%20S32DS%20v3.5%3C%2FA%3E%3C%2FP%3E%0A%3CP%3EThen%20offline%20installed%20SW32K3%20FreeRTOS%2010.6.0%20version%204.0.0(SW32K3_FreeRTOS_10.6.0_CD_4.0.0_DS_updatesite_D2312.zip)%20and%26nbsp%3BSW32K3_TCPIP_1.0.4_D2401(SW32K3_TCPIP_STACK_1_0_4_D2401_DS_updatesite.zip)%3C%2FP%3E%0A%3CP%3EI%20am%20able%20to%20build%26nbsp%3Blwip_baremetal_s32k358%20without%20error%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22lwip_baremetal_s32k358%20S32K3%20RTD%204.0.0.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22lwip_baremetal_s32k358%20S32K3%20RTD%204.0.0.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F311177i0E26A3F4D0C42AC6%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22lwip_baremetal_s32k358%20S32K3%20RTD%204.0.0.jpg%22%20alt%3D%22lwip_baremetal_s32k358%20S32K3%20RTD%204.0.0.jpg%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1996236%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Errors%20in%20the%20examples%20found%20in%20S32K3_TCPIP_STACK_1_0_4_D2401_DS%20package%20(lwip_baremetal%20example%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1996236%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F57959%22%20target%3D%22_blank%22%3E%40Robin_Shen%3C%2FA%3E%26nbsp%3B%2C%3C%2FP%3E%3CP%3EI%20have%20installed%20all%20the%20packages%20that%20you%20mentioned.%20For%20better%20sanity%2C%20I%20removed%20the%20RTD%20version%203.0.0%20also.%3C%2FP%3E%3CP%3E%3CBR%20%2F%3EI'm%20facing%20the%20following%20issues%20now%3A%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_0-1731923392672.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_0-1731923392672.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F311003i9825E1AA47218C34%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_0-1731923392672.png%22%20alt%3D%22ajosep12_0-1731923392672.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3CP%3ENow%2C%20even%20the%20other%20GMAC%20%26amp%3B%20Eth%20examples%20are%20not%20working%2C%20and%20showing%20the%20same%20errors.%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_1-1731923459317.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_1-1731923459317.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F311004i0C97F58D3714E96A%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_1-1731923459317.png%22%20alt%3D%22ajosep12_1-1731923459317.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CBR%20%2F%3E%3CBR%20%2F%3EKindly%20help%20me%20fix%20it.%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1996121%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Errors%20in%20the%20examples%20found%20in%20S32K3_TCPIP_STACK_1_0_4_D2401_DS%20package%20(lwip_baremetal%20example%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1996121%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%3C%2FP%3E%0A%3CP%3EPlease%20follow%20the%20chapter%3CEM%3E%26nbsp%3B6.4%20Installation%20of%20TCP%2FIP%20Stack%20package%20over%20RTD%3C%2FEM%3E%20of%20SW32K3_TCPIP_STACK_1_0_4_D2401_ReleaseNotes.pdf.%3C%2FP%3E%0A%3CBLOCKQUOTE%3E%0A%3CP%3E6.4%20Installation%20of%20TCP%2FIP%20Stack%20package%20over%20RTD%3CBR%20%2F%3EFollow%20these%20steps%20to%20install%20TCPIP%20stack%20package%20on%20top%20of%20the%20RTD%20package.%20Install%20the%20latest%20version%20of%20S32%20Design%20Studio%20for%20S32%20platform%20(currently%20v.3.5).%20Before%20installing%20the%20S32K3%201.0.4%20TCP%2FIP%20stack%20package%2C%20you%20need%20to%20install%3A%3CBR%20%2F%3E-S32K3%20development%20package%2C%3CBR%20%2F%3E-S32K396%20development%20package%2C%26nbsp%3B%3CBR%20%2F%3E-S32K3_S32M27x%20Real%20Time%20Drivers%20ASR%20R21-11%20Version%20%3CSTRONG%3E4.0.0%3C%2FSTRONG%3E%20package%2C%3CBR%20%2F%3E-SW32K3%20FreeRTOS%2010.6.0%20version%204.0.0%20package.%3CBR%20%2F%3EAfter%20you%20installed%20these%20packages%2C%20you%20can%20follow%20this%20steps%20to%20install%20the%20TCP%2FIP%20package.%3C%2FP%3E%0A%3C%2FBLOCKQUOTE%3E%0A%3CP%3EDo%20not%20use%20S32K3%20RTD%203.0.0.%3C%2FP%3E%0A%3CP%3EIf%20online%20installation%20of%20S32K3%20RTD%204.0.0%20fails%2C%20please%20refer%20to%3A%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2FS32-Design-Studio-Knowledge-Base%2FHOWTO-offline-install-S32K3-RTD-4-0-0-in-S32DS-v3-5%2Fta-p%2F1968014%22%20target%3D%22_self%22%3EHOWTO%3A%20offline%20install%20S32K3%20RTD%204.0.0%20in%20S32DS%20v3.5%3C%2FA%3E%3C%2FP%3E%0A%3CP%3EBest%20Regards%2C%3CBR%20%2F%3ERobin%3CBR%20%2F%3E-------------------------------------------------------------------------------%3CBR%20%2F%3ENote%3A%3CBR%20%2F%3E-%20If%20this%20post%20answers%20your%20question%2C%20please%20click%20the%20%22ACCEPT%20AS%20SOLUTION%22%20button.%20Thank%20you!%3C%2FP%3E%0A%3CP%3E-%20We%20are%20following%20threads%20for%207%20weeks%20after%20the%20last%20post%2C%20later%20replies%20are%20ignored%3CBR%20%2F%3EPlease%20open%20a%20new%20thread%20and%20refer%20to%20the%20closed%20one%2C%20if%20you%20have%20a%20related%20question%20at%20a%20later%20point%20in%20time.%3CBR%20%2F%3E-------------------------------------------------------------------------------%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1996120%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Errors%20in%20the%20examples%20found%20in%20S32K3_TCPIP_STACK_1_0_4_D2401_DS%20package%20(lwip_baremetal%20example%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1996120%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_0-1731915549284.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_0-1731915549284.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310976iCC409CE8F46AE681%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_0-1731915549284.png%22%20alt%3D%22ajosep12_0-1731915549284.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1996115%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Errors%20in%20the%20examples%20found%20in%20S32K3_TCPIP_STACK_1_0_4_D2401_DS%20package%20(lwip_baremetal%20example%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1996115%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EAlso%2C%20I%20observed%20that%20there%20are%20%3CSTRONG%3Eno%20SDKs%3C%2FSTRONG%3E%20listed%20in%20case%20of%20%3CSTRONG%3Elwip_baremetal_s32k358%20example%3C%2FSTRONG%3E%2C%20%3CSTRONG%3Ewhereas%3C%2FSTRONG%3E%3CEM%3E%20in%20case%20of%20%3CSTRONG%3EGMAC_Ip_InternalLoopback_S32K358%20%26amp%3B%20Eth_InternalLoopback_S32K358%3C%2FSTRONG%3E%2C%20there%20are%20%3CSTRONG%3Etwo%20SDKs%3C%2FSTRONG%3E%20listed.%3C%2FEM%3E%3C%2FP%3E%3CP%3EI'm%20not%20sure%20why%20the%20SDKs%20are%20not%20being%20listed%20in%20case%20of%20the%20examples%20from%20S32K3_TCPIP_STACK%20package%2C%20but%20I'm%20assuming%20that%20fixing%20this%20might%20fix%20the%20original%20issue.%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FP%3E%3CP%3EPFB%20attached%20the%20screenshots%20showing%20the%20same%3A%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_0-1731915139148.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_0-1731915139148.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310973i536A3716F824C792%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_0-1731915139148.png%22%20alt%3D%22ajosep12_0-1731915139148.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_1-1731915168684.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_1-1731915168684.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310974i491AD4164509BDC0%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_1-1731915168684.png%22%20alt%3D%22ajosep12_1-1731915168684.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_2-1731915197500.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_2-1731915197500.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310975i07A01CC2E07041CE%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_2-1731915197500.png%22%20alt%3D%22ajosep12_2-1731915197500.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CBR%20%2F%3ERequesting%20you%20to%20kindly%20assist%20me%20in%20fixing%20this%20issue.%3CBR%20%2F%3EThanks!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1996068%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Errors%20in%20the%20examples%20found%20in%20S32K3_TCPIP_STACK_1_0_4_D2401_DS%20package%20(lwip_baremetal%20example%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1996068%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThese%20are%20the%20list%20of%20packages%2Fsoftwares%20installed%3A%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_0-1731912474020.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_0-1731912474020.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310951i0D35E2D083368837%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_0-1731912474020.png%22%20alt%3D%22ajosep12_0-1731912474020.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_1-1731912490060.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_1-1731912490060.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310952iE5E3086A39456120%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_1-1731912490060.png%22%20alt%3D%22ajosep12_1-1731912490060.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3CP%3EThe%20errors%20are%20as%20follows%3A%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22ajosep12_3-1731912594198.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22ajosep12_3-1731912594198.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F310956i8DAC2468560FF339%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22ajosep12_3-1731912594198.png%22%20alt%3D%22ajosep12_3-1731912594198.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E