Giter Club home page Giter Club logo

anotherbuildstep's Introduction

Hi there, I'm Matheus C. França! 👋👨‍🦽

Started programming at age 12, but always treated it as a hobby (it was fun and entertaining). Never aspired to work with such. I have always attempted to find knowledge geared towards formal employment business.

Over time I learned about:

  • Administrative accounting
  • People management
  • Project management
  • Human Rights
  • Fundamental Law
  • Financial Management
  • Public Management.

My purpose is learning and contributing to some projects that interest me. 😅🤓

Outside of this scope, the descriptions below for technical aptitude.

Some programming language skills are

cplusplus lua go object pascal python rust zig

Stats

kassane's metrics


Qualifications summary

  • I’m used to code cross-platform applications.
  • No experience with Apple products (IOS and macOS).
  • I like to code applications where performance matters.

Technical Skills

  • Operational System: Linux, Windows
  • Tools: Git, Build System [CMake, XMake], Editor [Vim, VSCode], QEMU, Bash, Android Studio, Unreal Engine 4
  • Embedded Systems

My Contribuitions

anotherbuildstep's People

Contributors

kassane avatar

Watchers

 avatar

anotherbuildstep's Issues

zcc: dynamic settings

Currently, after the first build with zigcc-wrapper getting the target, this value becomes fixed.
Making it necessary to remove the binary in the zig-out/tools folder on each rebuild. (If the target has been changed)

It would be interesting to make zcc reconfigurable by making each execution corresponding to the chosen target.

Note

This wrapper avoids the need to use shellbang script. Being accessible to any host platform.

zigcc: Not working cross-compiling

@import("builtin") get only native target.

tested in ldc2-druntime/gist


This is a workaround for a previous problem with Darwin target support.
Note that when using the -mtriple flag, except for Darwin targets, ldc2 does not set the -target flag to CC.
Thus, zig cc will assume that the target is native (which is the default), and will not recognize a specific triple-target.
Likewise, looking at ldc2 internally, it appears that, like rustc, it calls the CC (like arm-none-eabi-gcc) of the selected target.

Reference

D lang: cross-compile with Druntime + Phobos2

Currently, the available example, it can be seen that non-native build only -betterC mode is supported. (This is not on purpose - I'm not anti-GC).

Based on an experiment using meson (by @denizzzka). I ported to zig-build (with ABS), however the version used did not yet support cross-compilation in D, which had already been corrected previously.

To guarantee this possibility, you would need to obtain access to the source code of Druntime and Phobos2, both standalone.
In the case of fortran-runtime (current release already available) is builded using zig c++ and included on:

if (options.runtime) {
const flang_dep = buildFortranRuntime(b, .{
.target = options.target,
.optimize = options.optimize,
});
flang_exec.addArtifactArg(flang_dep.artifact("FortranRuntime"));
flang_exec.addArtifactArg(flang_dep.artifact("FortranDecimal"));
flang_exec.addArtifactArg(flang_dep.artifact("Fortran_main"));
}

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.