GccMapVisualizer
GccMapVisualizer copied to clipboard
nothing happening on the website
There is nothing showing on the page when I open this map.
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.