Code Monkey home page Code Monkey logo

Comments (12)

evangreen avatar evangreen commented on July 18, 2024 2

I did not know that readdir_r was considered deprecated. Will work on this.

from os.

pensnarik avatar pensnarik commented on July 18, 2024

Have the same problem. Building in Arch Linux.

from os.

handicraftsman avatar handicraftsman commented on July 18, 2024

@pensnarik, too (manjaro)

from os.

evangreen avatar evangreen commented on July 18, 2024

I pushed change 0dcab10. Can you give the build another try?

from os.

handicraftsman avatar handicraftsman commented on July 18, 2024

Ok. Building. Wait.

from os.

handicraftsman avatar handicraftsman commented on July 18, 2024
Leaving Directory: /home/ancient/load/os/uefi/core/rtlib
Entering Directory: /home/ancient/load/os/uefi/core/runtime
make[4]: elfconv: Command not found
make[4]: *** [/home/ancient/load/os/uefi/core/runtime/Makefile:64: rtbase] Error 127
make[3]: *** [/home/ancient/load/os/minoca.mk:385: runtime] Error 2
make[2]: *** [/home/ancient/load/os/minoca.mk:385: core] Error 2
make[1]: *** [/home/ancient/load/os/minoca.mk:385: uefi] Error 2
make: *** [/home/ancient/load/os/minoca.mk:93: /home/ancient/load/i6861/obj/os] Error 2
make  52.01s user 3.84s system 88% cpu 1:03.41 total
2 ancient@nickolaypc ~/load/os (git)-[master] % sudo pacman -S elfconv                         :(
[sudo] password for ancient: 
error: target not found: elfconv
1 ancient@nickolaypc ~/load/os (git)-[master] % uname -a                                       :(
Linux nickolaypc 4.8.4-1-MANJARO #1 SMP PREEMPT Sat Oct 22 17:28:19 UTC 2016 i686 GNU/Linux
ancient@nickolaypc ~/load/os (git)-[master] % 

from os.

ccstevens avatar ccstevens commented on July 18, 2024

@handicraftsman elfconv is built from ~/src/os/uefi/tools/elfconv and binplaced to ~/src/x86dbg/tools/bin. Can you check to see if elfconv is there? If it is, then perhaps you don't have ~/src/x86dbg/tools/bin in your path. You'll want to run:

export PATH=$PATH:$SRCROOT/$ARCH$VARIANT$DEBUG/tools/bin

from os.

handicraftsman avatar handicraftsman commented on July 18, 2024

Ohh. It uses x86 instead of i686. But now other:

ancient@nickolaypc ~/load/os (git)-[master] % make      
Entering Directory: /home/ancient/load/os/lib
Entering Directory: /home/ancient/load/os/lib/basevid
Compiling - fontdata.c
make[3]: i686-pc-minoca-gcc: Command not found
make[3]: *** [/home/ancient/load/os/minoca.mk:511: fontdata.o] Error 127
make[2]: *** [/home/ancient/load/os/minoca.mk:385: basevid] Error 2
make[1]: *** [/home/ancient/load/os/minoca.mk:385: lib] Error 2
make: *** [/home/ancient/load/os/minoca.mk:93: /home/ancient/load/x860/obj/os] Error 2

It requires minoca's gcc, but where can i find it?

from os.

ccstevens avatar ccstevens commented on July 18, 2024

Hmm. That should also be in $SRCROOT/$ARCH$VARIANT$DEBUG/tools/bin. To get as far as you got before (os/uefi/core/runtime) you must have had i686-pc-minoca-gcc. Maybe it got wiped? You probably already did this, but you may need to download and extract the pre-built toolchain from http://www.minocacorp.com/download/minoca-tools-linux.tar.gz again.

from os.

evangreen avatar evangreen commented on July 18, 2024

Or perhaps $SRCROOT/$ARCH$VARIANT$DEBUG/tools/bin isn't in your PATH again? You should have:

SRCROOT=/home/ancient/load
ARCH=x86
DEBUG=dbg
PATH=/home/ancient/load/x86dbg/tools/bin:other_path_elements...

from os.

evangreen avatar evangreen commented on July 18, 2024

Bump. @handicraftsman any new results?

from os.

evangreen avatar evangreen commented on July 18, 2024

Closing this for now, feel free to reopen if there's new information.

from os.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.