patchlwIP - A Lightweight TCP/IP stack - Patches: patch #9088, memp: Fix build error when...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9088: memp: Fix build error when LWIP_HOOK_MEMP_AVAILABLE is defined

Submitter:  Axel Lin <axellin>
Submitted:  Thu 18 Aug 2016 12:59:21 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Planned Release:  None

Thu 18 Aug 2016 05:25:35 PM UTC, comment #1: 

Thanks for the fix!

Dirk Ziegelmeier <dziegel>
Group administrator
Thu 18 Aug 2016 12:59:21 PM UTC, original submission:  

Fix below build error.

../../../../../lwip/src/core/memp.c: In function ‘memp_free’:
../../../../../lwip/src/core/memp.c:490:31: error: request for member ‘tab’ in something not a structure or union
   old_first = memp_pools[type].tab;
                               ^
../../Common.mk:94: recipe for target 'memp.o' failed
make: * [memp.o] Error 1

Fixes: de9054cb7a70 ("memp: cleaned up MEMP_MEM_MALLOC")

Axel Lin <axellin>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dziegel (Posted a comment)
  • -email is unavailable- added by axellin (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-08-18 dziegel StatusNone Done
        Open/ClosedOpen Closed
    2016-08-18 axellin Attached File- Added 0001-memp-Fix-build-error-when-LWIP_HOOK_MEMP_AVAILABLE-i.patch, #38250

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code