Resolved by adjusting BUILD_ENV
BUILD_ENV =
\
export CCACHE_DIR=$(CCACHE_DIR) ; \
export PATH=(wildcard /usr/lib*/ccache):$(TOOL_INSTALL_DIR)/bin:$${PATH} ;
\
$(if $(call config
[Edited Message Follows]
Hello,
I've been attempting to implement VPP for network routing however I have
encountered several issues. I've now moved to attempting to get it to perform
correctly on my old, dual Xeon server that still provides services for my
network just no longer handles routi
[Edited Message Follows]
Hello,
I've been attempting to implement VPP for network routing however I have
encountered several issues. I've now moved to attempting to get it to perform
correctly on my old, dual Xeon server that still provides services for my
network just no longer handles routi
[Edited Message Follows]
Hello,
I've been attempting to implement VPP for network routing however I have
encountered several issues. I've now moved to attempting to get it to perform
correctly on my old, dual Xeon server that still provides services for my
network just no longer handles routi
Hello,
I've been attempting to implement VPP for network routing however I have
encountered several issues. I've now moved to attempting to get it to perform
correctly on my old, dual Xeon server that still provides services for my
network just no longer handles routing. These are the errors
The memory allocator does not track how many bytes you requested.
Clib_mem_alloc(...) returns no less than the requested number of bytes. That’s
the API, contract, or promise depending on how you want to put it.
Clib_mem_realloc(...) always allocates a fresh chunk of memory and copies the
origi