IDE: ARM DS-5 (v5.19.0)
Platform: Cortex-R4 (Dual…
Hi ARM experts,
I'm new to develop boorom with armv8 CPU.
I have seen the example in ARM DS-5 .(startup_v8_ARMCompiler6)
But I have no idea which step is essential .
Could you show me or tell me where I can find the related…
I'm trying to migrate a bare metal ARM project, that was previously built with GCC (arm-xilinx-eabi) and Autotools, over to DS-5 armcc toolchain. Does anyone have a working example of using Autotools (autoconf / automake) with armcc, armlink, armar,…
Dear all,
I am interested in a code snipped that will startup the Cortex-A15 processor (interrupt vectors, MMU cache, etc.. ) and then give control to the main function of a bare-metal application.
I have taken a look at the bare-metal (MP A15) provided…
The example about c++ progran under DS-5 CPP directory is compiled by me with the armcc ,not gcc. But there is an error when compile。
Error: C3321E: automatic configuration failed - could not determine configuration from GCC
make: *** [arm_linux_config…
I would like to open a new project under DS-5. I want it to have the following code:
int main() {
int a = 7;
int b = 3;
for (int i=0; i < a*b; i++)
a = b+i;…
I am building a shared library for my own os with armcc(for some reason used the stdlib's 'malloc'), the link options is "--fpic --shared --linker_script="../lscript.ld" ",buf I got a link fault with:Error: L6286E: Relocation #REL:7 in h1_alloc_mt.o(…