Closed mfld-fr closed 5 years ago
Additional info: build is successful with 5788d029e7b6f78e2d2e50bfef50053ceda2ed15 (= latest tag).
Hello @mfld-fr ,
Thanks for the report. I guess I did not notice that <sys/types.h>
was tied to a C runtime library, and that libgcc.a
should only need whatever facilities are available from the compiler itself.
(I had been trying to add some support for calling near functions (in the default text segment) from other text segments, using some sort of thunking (this will make the far_section
function attribute a lot more useful than it is now). I have reverted the problematic commit --- since it seems I will need to redo the implementation in any case.)
Thank you!
Just tested with commit 2aa70f8c292e4e67b980d7468a011206130bfd7d: build completes now without any error. Thank you for the quick fix !
I tried to build your latest commit (bfd61dc), and I got an error:
GCC is built that way (from ELKS tools/Makefile):
I guess the root cause is not linked to #40, so I opened a distinct issue for this one.