[GCC arm-elf cross compile] lib1funcs.asm
글쓴이: tobezidane / 작성시간: 월, 2006/11/06 - 11:29오전
lib1funcs.asm 파일 60라인정도에 보면
#ifdef __ELF__
#ifdef __thumb__
#define __PLT__ /* Not supported in Thumb assembler(for now). */
#else
#define __PLT__ (PLT)
#endif
Not supported in Thumb assembler(for now). 라고 되어있는데요..
lib1funcs.asm 파일은 division routines 으로 알고 있는데요...
thumb로 빌드가 안된다는 뜻인가요?
아니면 arm instruction 으로만 컴파일된다는 뜻인가요?
thumb로 빌드하면 에러가 난다는것보다는..
지원을 안한다는것으로 봐야할듯 한데... 맞나요?
아 너무 복잡하네요.. ㅠ ㅠ
Forums:
댓글 달기