diff options
author | Drew Barbier <dbarbi1@gmail.com> | 2017-06-15 09:07:30 -0500 |
---|---|---|
committer | Drew Barbier <dbarbi1@gmail.com> | 2017-06-15 09:07:30 -0500 |
commit | 7e4c856fb0e96a362e03751dde619017dcf38459 (patch) | |
tree | 58abb963b9544cb2ada26d865156d147d733b045 /FreedomStudio/HiFive1/hello | |
parent | f59b7f57ff93daa283beab037fb9f3f8a0fb5934 (diff) |
linker file update
Diffstat (limited to 'FreedomStudio/HiFive1/hello')
-rw-r--r-- | FreedomStudio/HiFive1/hello/.cproject | 2 | ||||
-rw-r--r-- | FreedomStudio/HiFive1/hello/.project | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/FreedomStudio/HiFive1/hello/.cproject b/FreedomStudio/HiFive1/hello/.cproject index 1bd0227..5e1d11f 100644 --- a/FreedomStudio/HiFive1/hello/.cproject +++ b/FreedomStudio/HiFive1/hello/.cproject @@ -89,7 +89,7 @@ <listOptionValue builtIn="false" value="../"/> </option> <option id="ilg.gnumcueclipse.managedbuild.cross.riscv.option.c.linker.scriptfile.535033372" name="Script files (-T)" superClass="ilg.gnumcueclipse.managedbuild.cross.riscv.option.c.linker.scriptfile" useByScannerDiscovery="false" valueType="stringList"> - <listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/bsp/env/freedom-e300-hifive1/link.lds}""/> + <listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/bsp/env/freedom-e300-hifive1/flash.lds}""/> </option> <inputType id="ilg.gnumcueclipse.managedbuild.cross.riscv.tool.c.linker.input.170776044" superClass="ilg.gnumcueclipse.managedbuild.cross.riscv.tool.c.linker.input"> <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> diff --git a/FreedomStudio/HiFive1/hello/.project b/FreedomStudio/HiFive1/hello/.project index 65638ec..2c4b969 100644 --- a/FreedomStudio/HiFive1/hello/.project +++ b/FreedomStudio/HiFive1/hello/.project @@ -125,14 +125,14 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/drivers/plic/plic_driver.h</locationURI> </link> <link> - <name>bsp/env/freedom-e300-hifive1/init.c</name> + <name>bsp/env/freedom-e300-hifive1/flash.lds</name> <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/env/freedom-e300-hifive1/init.c</locationURI> + <locationURI>PARENT-3-PROJECT_LOC/bsp/env/freedom-e300-hifive1/flash.lds</locationURI> </link> <link> - <name>bsp/env/freedom-e300-hifive1/link.lds</name> + <name>bsp/env/freedom-e300-hifive1/init.c</name> <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/env/freedom-e300-hifive1/link.lds</locationURI> + <locationURI>PARENT-3-PROJECT_LOC/bsp/env/freedom-e300-hifive1/init.c</locationURI> </link> <link> <name>bsp/env/freedom-e300-hifive1/openocd.cfg</name> |