FreeDOS build problems

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
pohmelie
Posts: 55
Joined: Mon Nov 23, 2015 6:31 pm

FreeDOS build problems

Post by pohmelie » Fri Nov 04, 2016 12:47 pm

https://github.com/micropython/micropyt ... -256791999
Hi, trying to build 1.8.5 µpython for FreeDOS target and have some issue: segfault of linker. After bisecting I found the place where everything breaks. It is extra linker flags https://github.com/micropython/micropyt ... 43c27024cc. I can't reproduce it with simple hello.c file (no segfault). Since build process is pretty complicated I really don't know how to bisect it to find problem part. And finally, why I'm here, I need help to determine problem and reduce fault example as much as possible. After, we will decide is it djgpp bug or something else.
Also, should we temporary disable extra flags to make FreeDOS build available or freeze FreeDOS until problem will be solved?

Post Reply