본문 바로가기

programmer/Tool

(24)
[docker] docker localhost ip 확인하기 docker containner 안에서 localhost의 주소는 host PC에서 ifconfig로 쉽게 확인할 수 있다. 1. ifconfig 설치 $sudo apt install net-tools 2. ifconfig 실행 $ifconfig 3. containner 내부에서 curl 실행 확인 curl inetIP:9200
java 이전 버전 설치 방법 및 버전 바꾸는 법(jdk 1.8.0_161) 1. 자바 다운로드 페이지 https://www.oracle.com/kr/java/ 2. 'java archive' 선택 https://www.oracle.com/kr/java/technologies/javase-downloads.html 3. 원하는 버전 선택 https://www.oracle.com/kr/java/technologies/oracle-java-archive-downloads.html 4. 검색해서 다운로드 https://www.oracle.com/kr/java/technologies/javase/javase8-archive-downloads.html #github 에서 다운로드 받는법 https://github.com/ojdkbuild/ojdkbuild/releases/tag/1.8.0..
Intellij terminal -> git sh 변경 Settings -> terminal 검색 shell path 변경 [기존] cmd.exe [변경] "C:\Program Files\Git\bin\sh.exe" -login -i
ubuntu qt 설치 2020-09-11 기준으로 5.15 버전이 최신이지만 run 설치파일이 있는 5.14버전으로 설치한다. download.qt.io/archive/qt 를 우분투에서 다운로드 받는다. qt-open~.run을 선택하고 다운로드 받는다. 미러서버도 있기때문에 속도가 느리다면 미러서버에서 다운로드 받자(Details에서 보면된다. 3분 정도 소요) 실행파일을 다운로드 후 실행 시켜준다. 마우스로 더블클릭하면 된다. 회원 가입 및 로그인을 하고 Sources를 제외한 모든 부가 파일을 설치해 준다. (모두 설치해주자 나중에 하나씩 추가하기 힘들다) 설치 완료후 .bashrc 파일(shell 시작 설정파일) export PATH=/home/webnautes/Qt5.14.2/5.14.2/gcc_64/bin/:/h..
git process crashed in this repository earlier. make sure no other git 에러 git 사용시 modified eror가 발생 할 때가 있다. 아래와 같은 명령어를 수행해서 해결하자. https://hmjo.tistory.com/549 [GIT] Git - fatal: Unable to create 'repos/.git/index.lock': File exists $ git reset --hard origin/repos fatal: Unable to create 'repos/.git/index.lock': File exists. If no other git process is currently running, this probably means a git process crashed in this reposito.. hmjo.tistory.com
git 업로드 하기 2 git repository 생성 후 다른 작업 공간(다른 PC나 다른 폴더 위치)로 복사해 오고 추가된 파일을 add -> commit -> push 하는 방법을 알아보자. $git init 깃 초기화 $git clone "repository 주소" clone: web상의 저장공간에서 파일들을 내 저장공간으로 가져온다. $git status status: 상태를 확인한다. 빨간 색으로 아직 커밋되지 않은 파일들이 보인다. 모두 추가해 준다 $git add * 수정된 사항 모두를 커밋 전에 추가한다.(*: 모두) git commit -m 'first' 커밋을 진행한다. ('first': 커밋 메시지이다.) $git push -u origin master repository에 올린다. (master: bra..
ERIKA 환경설정 ERIKA 빌드를 위해서는 환경설정이 필요하다. (T32, USB, Toolchain) ERIKA를 실행하고 window -> Preferens 를 선택한다. Oil -> Generator Properties 선택 설정해주어야 하는 것은 크게 4가지이다.(Tricore 예제 기준 현 예제 5개) 적용 완료 후 창을 닫아준다. ERIKA 에서 Infineon MCAL 을 지정할 수 있다. 참고로 Tricore ISAR은 하기와 같다 Tricore 1G ISAR Tricore 2G ISAR Infineon ISAR은 infineon 제품을 구매하고 회사와 MOU를 맺으면 MyInfeneon 라이브러리를 사용할 수 있다. 이는 추후 포스팅에 남기겠다.
ERIKA 튜토리얼_Cygwi(2/2) 이전 글에 이어 포스팅한다. Cygwin64를 실행한다. Make, gcc, doxygen, wget 모두 잘 설치가 된 것을 확인할 수 있다. 설치 설명 가이드 https://www.erika-enterprise.com/wiki/index.php?title=Cygwin Cygwin - ERIKA WIKI Synopsys This guide describes the download and installation process of Cygwin, a collection of GNU and Open Source tools, needed to build ERIKA Enterprise v3 applications. Download Launch your favourite web browser and go to t..
ERIKA 튜토리얼_Cygwi(1/2) 지난 포스팅에 이어 이번에는 ERIKA 튜토리얼을 따라 해 본다. ERIKA 사용을 위해선 Java, Cygwin, Doxygen 이 필요하다. 자바 설치는 생략하고 Cygwin을 클릭한다. 자신의 PC 사양에 맞추어 설치 파일을 다운로드 받는다. 초기 실행화면 설치할 파일을 인터넷으로 다운로드 받는 형식이다. 모든 설치는 C드라이브에서 진행 하는걸 추천한다.(경로 설정 문제가 있음) 컴파일러 등을 설치할폴더 위치 지정 인터넷 연결 방식을 선택 아무거나 선택해도 크게문제없다 (가까운 나라를 선택하면 좋다) 연결하는 과정 초기 실행화면(초기 실행자라면 all 트리에 디폴트로 설치하는 항목들이 나열되어 있다.) ** 필수 설치 항목(make, gcc-g++, doxygen, wget) 설치 방법은 View ..
ERIKA 설치 Erika는 OSEK/VDX 기반 RTOS 이다. 무료도구이고 라이센스정책을 따로 가지고 있다. RT Druid 라는 통합 빌드 툴도 제공한다. https://www.erika-enterprise.com/ Erika Enterprise RTOS v3 Erika Enterprise is a royalty free automotive OSEK/VDX certified Hard Real Time Operating System (RTOS). Main Features: Hard Real-Time support with Fixed Priority Scheduling and Immediate Priority Ceiling www.erika-enterprise.com Down Load Page 에가면 Erika 설치가..

반응형