Nios II Eclipse에서 bsp 프로젝트 아래에 summary.html이 하나 보이길래 열어보니
해당 설정에 대한 내용이 나온다.
|
일단 감이 안오니.. 프로젝트 전체로 검색해본결과
bsp/HAL/src/alt_load.c 에 해당 함수가 존재하고
alt_load.c의 alt_load()상단에 링커 정의 심볼이 존재한다.
extern alt_u32 __flash_rwdata_start __attribute__((section(".data"))); extern alt_u32 __ram_rwdata_start __attribute__((section(".data"))); extern alt_u32 __ram_rwdata_end __attribute__((section(".data"))); extern alt_u32 __flash_rodata_start __attribute__((section(".data"))); extern alt_u32 __ram_rodata_start __attribute__((section(".data"))); extern alt_u32 __ram_rodata_end __attribute__((section(".data"))); extern alt_u32 __flash_exceptions_start __attribute__((section(".data"))); extern alt_u32 __ram_exceptions_start __attribute__((section(".data"))); extern alt_u32 __ram_exceptions_end __attribute__((section(".data"))); |
음.. bsp 설정 바꾸고 bsp 빌드 하면 이런것도 재생성 되려나?
+
해봤는데.. alt_load.c 내용이 바뀌진 않네.. 머지?
'embeded > FPGA - ALTERA' 카테고리의 다른 글
Quartus 프로젝트 생성 (0) | 2018.04.16 |
---|---|
Clock domain (0) | 2018.04.05 |
EPCS 부팅 관련 BSP Editor 설정 (0) | 2018.03.24 |
intel FPGA/altera 소비전력 예측 (0) | 2018.03.23 |
intel quartus 2 modelsim 사용하기 (0) | 2018.03.19 |