Posted: Thu Feb 28, 2019 1:56 am Post subject: Arm M4 toolchain
Hello,
After ran exemples succefully, i wanted to create my .c program and run it with the ARM Cortex M4 emulator, for that i used the makefile template with some modifications (CROSS?=ARM_CORTEX_M4). When i do a make i have the error "please intall the toolchain to support ARM_CORTEX_M4". I obliviously install all the ARM toolchains available on the downloads area of the site. In the CossCompiler folder there is the ARM_CORTEX_M4.makefile.include file.
Joined: 27 Feb 2008 Posts: 1642 Location: United Kingdom
Posted: Mon Mar 04, 2019 3:38 am Post subject:
Just to state OVP provide some example cross compiler toolchains. These are not intended to provide everything that is required but only a basic GNU GCC toolchain to allow compilation to target some processor variants.
The specific error you are seeing indicates that the following file cannot be found.
IMPERAS_HOME/lib/IMPERAS_ARCH/CrossCompiler/ARM_CORTEX_M4.makefile.include
Can you please check your environment settings for the above highlighted words
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum