Giter Site home page Giter Site logo

zeroonepro / system-programming Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 27.19 MB

시스템 프로그래밍 과목 프로그래밍 과제 / 프로젝트

C 7.16% Assembly 0.83% Batchfile 91.44% Makefile 0.29% Python 0.17% Shell 0.11%
raspberry-pi assembly sicxe linux

system-programming's Introduction

System_programming

Contents

  • 실습
    • 라즈베리 파일 실습
  • 과제
    • SIC/XE Architecture Assembly language
    • make algorithm written by assembly

Sictool manual

# install

# remove <= 1.8 java
$ sudo apt-get remove openjdk* oracle*

# install 1.8 <= version java
$ sudo apt-get update
$ sudo apt-get install openjdk-8-jdk
$ git clone  https://github.com/jurem/SicTools.git
$ cd SitTools/
$ make jar

# file name is option 
$ java -jar out/make/sictools.jar <file_name>
  • make jar error

    • sictools 을 설치할 때 make jar 명령어로 빌드를 수행하면 javafx 관련 에러가 나오는 경우가 있습니다.
      최근 배포되는 자바 sdk 에 jafafx (GUI 라이브러리) 가 기본 탑재되어서 나오지 않는 것으로 변경되어 발생하는 오류로 보여집니다.
      아래 명령어로 missing dependency 를 해결해주세요
    • 해결법 링크
  • error 해결 명령어 set

$ sudo apt install \
  openjfx=8u161-b12-1ubuntu2 \
  libopenjfx-java=8u161-b12-1ubuntu2 \
  libopenjfx-jni=8u161-b12-1ubuntu2
  
$ sudo apt-mark hold \
  openjfx \
  libopenjfx-java \
  libopenjfx-jni

system-programming's People

Contributors

zeroonepro avatar

Watchers

 avatar

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.