Is it required to rebuild Nim libraries for cross-compiled newlib as I do it 
with the second stage gcc/g++ build?

I built newlib as an embedded libc for no-OS system (targets on KVM run, but it 
does not matter, as can be any microcontroller or arm/mips board).

Are any Nims libraries has bindings to libc of the system which treated as a 
target?

For example, if I try to install some side library, can it occasionally build 
itself with host libc while I need to use it on a cross-target system with much 
more different architecture? 

Reply via email to