Forum Discussion
Currently i am working on Quartus18.1
Adding peripheral description file from directory
D:\Q18.1User\2018_R2_Master\hdl-master\hdl-master\projects\arradio\c5soc\system_bd\synthesis
further gives error like not able to understand "./sw/ad9361.o" file
16:31:19 **** Incremental Build of configuration Debug for project ad9361 ****
make all
Building target: ad9361.axf
Invoking: Arm Linker 6
armlink.exe --cpu=cortex-a9 --scatter="D:\Q18.1User\2018_R2_Master\hdl-master\hdl-master\projects\arradio\c5soc\software\ad9361\sw\scatter.scat" --info=sizes -o "ad9361.axf" ./sw/ad9361.o ./sw/ad9361_api.o ./sw/ad9361_conv.o ./sw/adc_core.o ./sw/command.o ./sw/console.o ./sw/dac_core.o ./sw/main.o ./sw/platform.o ./sw/util.o
Fatal error: L6007U: Could not recognize the format of file ./sw/ad9361.o.
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
make: *** [makefile:47: ad9361.axf] Error 1
"make all" terminated with exit code 2. Build might be incomplete.
16:31:19 Build Failed. 2 errors, 0 warnings. (took 406ms)
plz suggest how to resolve this issue ?