]> code.bitgloo.com Git - clyne/stmdsp.git/commitdiff
fix elf run addr
authorClyne Sullivan <clyne@bitgloo.com>
Sat, 23 Jan 2021 02:44:07 +0000 (21:44 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Sat, 23 Jan 2021 02:44:07 +0000 (21:44 -0500)
gui/wxmain.cpp

index cbc1f8ae68b8ba919f4335cf22904c31b38adc19..dd32127a4d3085907fe66c6fdf967b85085256a1 100644 (file)
@@ -49,7 +49,7 @@ all:
        @arm-none-eabi-g++ -x c++ -Os -fno-exceptions -fno-rtti \
                           -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mtune=cortex-m4 \
                           -nostartfiles \
-                          -Wl,-Ttext-segment=0x10000000 -Wl,-zmax-page-size=512 -Wl,-eprocess_data_entry \
+                          -Wl,-Ttext-segment=0x00000000 -Wl,-zmax-page-size=512 -Wl,-eprocess_data_entry \
                           $0 -o $0.o
        @cp $0.o $0.orig.o
        @arm-none-eabi-strip -s -S --strip-unneeded $0.o