Jump to content

hthrun

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by hthrun

  1. Hello, what is the current status of this?  I'm trying to use the PmodSD with Vivado 2022.1 and Vitis 2022.1.0.  I get the following error when I try to build the System:

    10:45:17 **** Build of configuration Debug for project PmodSD ****
    make all 
    'Building file: ../src/main.cc'
    'Invoking: MicroBlaze g++ compiler'
    mb-g++ -Wall -O0 -g3 -c -fmessage-length=0 -MT"src/main.o" -ID:/Excalibur/excal_microblaze_test_sw/examples/fuze_ctrl_PmodSD/fuze_ctrl_wrapper/export/fuze_ctrl_wrapper/sw/fuze_ctrl_wrapper/standalone_mb_0/bspinclude/include -mno-xl-reorder -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mcpu=v11.0 -mno-xl-soft-mul -Wl,--no-relax -ffunction-sections -fdata-sections -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.cc"
    'Finished building: ../src/main.cc'
    ' '
    'Building target: PmodSD.elf'
    'Invoking: MicroBlaze g++ linker'
    mb-g++ -Wl,-T -Wl,../src/lscript.ld -LD:/Excalibur/excal_microblaze_test_sw/examples/fuze_ctrl_PmodSD/fuze_ctrl_wrapper/export/fuze_ctrl_wrapper/sw/fuze_ctrl_wrapper/standalone_mb_0/bsplib/lib -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mcpu=v11.0 -mno-xl-soft-mul -Wl,--no-relax -Wl,--gc-sections -o "PmodSD.elf"  ./src/main.o   -Wl,--start-group,-lxil,-lgcc,-lc,-lstdc++,--end-group
    d:/xilinx/vitis/2022.1/gnu/microblaze/nt/x86_64-oesdk-mingw32/usr/bin/microblaze-xilinx-elf/../../libexec/microblaze-xilinx-elf/gcc/microblaze-xilinx-elf/11.2.0/real-ld.exe: PmodSD.elf section `.text' will not fit in region `mb_mem_ilmb_bram_if_cntlr_Mem_mb_mem_dlmb_bram_if_cntlr_Mem'
    d:/xilinx/vitis/2022.1/gnu/microblaze/nt/x86_64-oesdk-mingw32/usr/bin/microblaze-xilinx-elf/../../libexec/microblaze-xilinx-elf/gcc/microblaze-xilinx-elf/11.2.0/real-ld.exe: region `mb_mem_ilmb_bram_if_cntlr_Mem_mb_mem_dlmb_bram_if_cntlr_Mem' overflowed by 22032 bytes
    collect2.exe: error: ld returned 1 exit status
    make: *** [makefile:50: PmodSD.elf] Error 1
    
    10:45:20 Build Finished (took 3s.27ms)

     

    Thank you.

×
×
  • Create New...