GithubHelp home page GithubHelp logo

hmage / norm Goto Github PK

View Code? Open in Web Editor NEW
41.0 6.0 5.0 3.51 MB

Rootless installer

Home Page: http://hmage.github.io/norm

License: GNU General Public License v2.0

Shell 100.00%
non-root package-manager shell sysadmin gcc norm compiling compilation

norm's Issues

the example "master/packages/clang" is no more on page?

example "master/packages/clang" is no more on page?

this is the description

on your website:
https://github.com/hmage/norm
the link in
To see a more complex example, take a look at how clang is built.

how clang is built. -> "https://github.com/hmage/norm/blob/master/packages/clang"

and also in the readme on gh
the link to clang-example https://github.com/hmage/norm/blob/master/packages/clang
seems no longer doesnt work.



anotation:

great tool!

try to use it with jor1k
on 1st try it fails with "Error: your compiler can't compile!"

but it seems it causes by other reason:

bash-4.3$ norm install mc                                                       
Testing if cc compiles '#define _GNU_SOURCE                                     
#include <stdio.h>                                                              
int main() { printf("Hello, world!\n");; return 0;}' ... no                     
[02/Nov/2021:10:24:36 +0000] [norm] Error: your compiler can't compile!         
[02/Nov/2021:10:24:37 +0000] [norm] Check that your have it installed correctly 

bash-4.3$ # so we copy&paste your test-cc-string in a file ts1.cc
bash-4.3$ cat ts1.cc                                                            
#define _GNU_SOURCE                                                             
#include <stdio.h>                                                              
int main() { printf("Hello, world!\n");; return 0;}                             

bash-4.3$ # and now compile with jor1k-onboard gcc, without errors                                     
bash-4.3$ gcc ts1.cc; a.out                                                     
ts1.cc:1:0: warning: "_GNU_SOURCE" redefined                                    
 #define _GNU_SOURCE                                                            
 ^                                                                              
<command-line>:0:0: note: this is the location of the previous definition  
Hello, world!                                                                   
bash-4.3$ 

so I next try to read the c-lang example, like is your suggestion
:)

CU

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.