Git Product home page Git Product logo

Comments (19)

0xf104a avatar 0xf104a commented on August 31, 2024

Please provide more extended output of a build script. If it is fails to build something it should give you some error before this message

from ddos2.

GuckTubeYT avatar GuckTubeYT commented on August 31, 2024

Wait

from ddos2.

GuckTubeYT avatar GuckTubeYT commented on August 31, 2024

[]:Building release.
[!]:Directory not found: obj/. Will create it now.
[
]:mkdir obj/
[!]:Directory not found: bin/. Will create it now.
[]:mkdir bin/
[!]:Directory not found: bin/modules/. Will create it now.
[
]:mkdir bin/modules/
[*]:gcc -c -Wall -I/home/gucktube/library/libddos2 -Ofast message.c -o obj/message.o
cc1: fatal error: message.c: Permission denied
compilation terminated.
[-]:Exec: gcc -c -Wall -I/home/gucktube/library/libddos2 -Ofast message.c -o obj/message.o failed with non-zero exit code: 1

from ddos2.

0xf104a avatar 0xf104a commented on August 31, 2024

You have something wrong with permissions for sources. Try sudo chmod 555 -R ddos2

from ddos2.

GuckTubeYT avatar GuckTubeYT commented on August 31, 2024

doesnt work

from ddos2.

GuckTubeYT avatar GuckTubeYT commented on August 31, 2024

btw, when i do debug
i got this error

[]:Checking that gcc avail...OK
[
]:Checking that ld avail...OK
[*]:Checking that gcc-9 avail...FAILED
[-]:Command gcc-9 is not avail.

from ddos2.

GuckTubeYT avatar GuckTubeYT commented on August 31, 2024

btw, how to install gcc-9 on debian?

from ddos2.

0xf104a avatar 0xf104a commented on August 31, 2024

doesnt work

Please, post error here(also try bash build.sh all)

from ddos2.

0xf104a avatar 0xf104a commented on August 31, 2024

btw, how to install gcc-9 on debian?

In fact here gcc-9 is Mac OS X specific command(standard Mac OS compiler does not support libasan). But on Debian everything should work, so you could just make alias of gcc as gcc-9 or make a symbolic link gcc-9 to gcc

from ddos2.

GuckTubeYT avatar GuckTubeYT commented on August 31, 2024

i do bash build.sh all = still error
i do chmod = still error too
i do debug = still error too
i do bash build.sh release = still error too

from ddos2.

0xf104a avatar 0xf104a commented on August 31, 2024

Which error for bash build.sh all?

from ddos2.

GuckTubeYT avatar GuckTubeYT commented on August 31, 2024

same like release build

from ddos2.

0xf104a avatar 0xf104a commented on August 31, 2024

If you are still getting fatal error: message.c: Permission denied please check that you can read those files as well as user that runs gcc. You can look through this tutorial to get familiar with UNIX file permission model.

from ddos2.

GuckTubeYT avatar GuckTubeYT commented on August 31, 2024

okay

from ddos2.

GuckTubeYT avatar GuckTubeYT commented on August 31, 2024

gucktube@iSteven:~/ddos2$ bash build.sh all
dirname: missing operand
Try 'dirname --help' for more information.


( __ \ ( __ \ ( ___ )( ____ / ___ )
| ( \ )| ( \ )| ( ) || ( // ) |
| | ) || | ) || | | || (_____ / )
| | | || | | || | | |(_____ ) / /
| | ) || | ) || | | | ) | / /
| (/ )| (/ )| (
) |/_) |( (/
(/ (/ ()_)______/
Build System v2.0-alpha
[]:Building release.
[!]:Directory not found: obj/. Will create it now.
[
]:mkdir obj/
[!]:Directory not found: bin/. Will create it now.
[]:mkdir bin/
[!]:Directory not found: bin/modules/. Will create it now.
[
]:mkdir bin/modules/
[*]:gcc -c -Wall -I/home/gucktube/library/libddos2 -Ofast message.c -o obj/message.o
gcc: error: message.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
[-]:Exec: gcc -c -Wall -I/home/gucktube/library/libddos2 -Ofast message.c -o obj/message.o failed with non-zero exit code: 1

from ddos2.

0xf104a avatar 0xf104a commented on August 31, 2024

Could you please give some information(OS, version, compiler version, etc.) about machine where you have tried to build it.

from ddos2.

0xf104a avatar 0xf104a commented on August 31, 2024

Additionally, you can try to build using Dockerfile(I have just added it). For this just install https://docker.com and run docker build . in the root directory of project. After this you will need to copy resulting files from container with docker copy.
The builded files inside of the container should be located in /opt/ddos2/bin/*

from ddos2.

0xf104a avatar 0xf104a commented on August 31, 2024

I had the same error in termux recently. So the solution was to install debianutils package

from ddos2.

GuckTubeYT avatar GuckTubeYT commented on August 31, 2024

Ok, i'll try it

from ddos2.

Related Issues (6)

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.