[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Request for help] fastani



On 3/27/21 6:20 PM, Nilesh Patra wrote:
> Hi,
>
> src:fastani does not yet exist in the archive, this is a new one and exists here[1] at the moment. I wish to upload this to NEW after it gets cross-building.
> It is using build compiler instead of the host one, so I tried $something[2] there which works, however the cross-build now ends 

And removing ref to that file --

-CXXFLAGS += -include src/common/memcpyLink.h -Wl,--wrap=memcpy
-CFLAGS += -include src/common/memcpyLink.h
+#CXXFLAGS += -include src/common/memcpyLink.h -Wl,--wrap=memcpy
+#CFLAGS += -include src/common/memcpyLink.h

i.e. not wrapping it makes the build OK but not sure if doing this is fine - again, any help is welcome and really appreciated :-)

Nilesh


Reply to: