GccMapVisualizer icon indicating copy to clipboard operation
GccMapVisualizer copied to clipboard

nothing happening on the website

Open recallmenot opened this issue 2 years ago • 0 comments

There is nothing showing on the page when I open this map.

sense.map.zip

generated using

riscv64-unknown-elf-gcc -o capsense.elf ../../ch32v003fun/ch32v003fun.c capsense.c -DSTDOUT_UART -g -Os -flto -ffunction-sections -static-libgcc -march=rv32ec -mabi=ilp32e -I/usr/include/newlib -I../../ch32v003fun/../extralibs -I../../ch32v003fun -nostdlib -I. -Wall -T ../../ch32v003fun/ch32v003fun.ld -Wl,--gc-sections -L../../ch32v003fun/../misc -lgcc

and riscv64-unknown-elf-objdump -t capsense.elf > capsense.map The default commands used by ch32v003fun.

recallmenot avatar May 27 '23 11:05 recallmenot