Keeping compatibility across different IDEs, compilers, architectures, and OSs #33

닫힘
" yvan-burrie2018-08-01 15:23:13 +02:00을 오픈" · 1 comment

I had a bit of trouble deciding by myself how I should set up my project upon debugging prior to inserting my changes. I use Code::Blocks with GCC compiler. You guys don't mind if I include my CBP (Code Blocks Project) file? I cannot get VS, even though I am a student. I use Windows and Linux (Raspberry), so I make sure it compiles correctly on each OS. What compiler flags should we use? C90, etc? There is only one ASM code which is x86 and, I believe, is only compatible with GCC due to syntax (AT&T vs Intel). If we ever code more ASM, perhaps it should also be ARM compatible since architecture-support is important for embedded virtual machines.

I had a bit of trouble deciding by myself how I should set up my project upon debugging prior to inserting my changes. I use Code::Blocks with GCC compiler. You guys don't mind if I include my CBP (Code Blocks Project) file? I cannot get VS, even though I am a student. I use Windows and Linux (Raspberry), so I make sure it compiles correctly on each OS. What compiler flags should we use? C90, etc? There is only one ASM code which is x86 and, I believe, is only compatible with GCC due to syntax (AT&T vs Intel). If we ever code more ASM, perhaps it should also be ARM compatible since architecture-support is important for embedded virtual machines.
yvan-burrie added the
question
label 2018-08-01 15:24:18 +02:00
소유자

You can also try VS: Community or VS: Code. Both are free and VS: Code is multiplatform. There is already some configuration committed to the repository, but there is also no problem to use other IDE you like.

You can also try VS: Community or VS: Code. Both are free and VS: Code is multiplatform. There is already some configuration committed to the repository, but there is also no problem to use other IDE you like.
yvan-burrie 다음으로부터 할당됨 belliash 2018-08-01 19:38:21 +02:00
"로그인하여 이 대화에 참여"
마일스톤 없음
담당자 없음
참여자 2명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: aerscript/Aer#33
No description provided.