Has anyone successfully compiled SCP Firmware for Morello FVP as described in Morello FVP Bare Metal example that comes with Arm IDE for the FVP to start from 0x14000000?
If so, what was the gcc compiler value used for CC & PRODUCT=morello
Hello Raj,I have just responded to your same question on this thread:community.arm.com/.../morello-fvp-for-bare-metal---scp-firmware-build-issue
Hi, yes I managed compile the SCP firmware for bare metal with the 14000000 address back in February. I created a new workspace using the dev tool facility, modified the SCP code and re-ran bit bake. This method is already set up with the correct build options for morello and then used the new files to run my bare metal code. All worked fine. (I used this method since I could not get the gcc method to work at all.)