Keeping compatibility across different IDEs, compilers, architectures, and OSs #33
레이블
마일스톤 없음
담당자 없음
참여자 2명
알림
마감일
마감일이 설정되지 않았습니다.
의존성
No dependencies set.
Reference: aerscript/Aer#33
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.