Description
Due to a problem in Makefile provided in hps_debug project under examples\hardware\s10_soc_devkit_ghrd\software\hps_debug folder in SOCEDS 18.0/18.1 installation path, this error may be seen when compile this dummy FSBL project.
Resolution
Add -mcpu=cortex-a53 option into MACRO TARGET_PROCESSOR as below:
TARGET_PROCESSOR := aarch64-arm-none-eabi -mcpu=cortex-a53
This problem will be fixed in a future release of SoCEDS tool.