FAM Posted December 4, 2021 Share Posted December 4, 2021 There seems to be an issue with the Makefile generated by Vitis any help would be appreciated. Below is the output: make -C microblaze_0/libsrc/PmodGPIO_v1_0/src -s libs "SHELL=CMD" "COMPILER=mb-gcc" "ASSEMBLER=mb-as" "ARCHIVER=mb-ar" "COMPIL ER_FLAGS= -O2 -c -mcpu=v11.0 -mlittle-endian -mxl-soft-mul" "EXTRA_COMPILER_FLAGS=-g -ffunction-sections -fdata-sections -Wall -Wextra" "Compiling PmodGPIO..." mb-ar: *.o: Invalid argument Link to comment Share on other sites More sharing options...
0 FAM Posted December 4, 2021 Author Share Posted December 4, 2021 The solution is found at this link vivado-library/PmodGPIO.c at master · Digilent/vivado-library · GitHub but here it is any case since the pasting is not working: INCLUDEFILES=$(wildcard *.h) LIBSOURCES=$(wildcard *.c) OUTS = $(wildcard *.o) Link to comment Share on other sites More sharing options...
Question
FAM
There seems to be an issue with the Makefile generated by Vitis any help would be appreciated. Below is the output:
make -C microblaze_0/libsrc/PmodGPIO_v1_0/src -s libs "SHELL=CMD" "COMPILER=mb-gcc" "ASSEMBLER=mb-as" "ARCHIVER=mb-ar" "COMPIL
ER_FLAGS= -O2 -c -mcpu=v11.0 -mlittle-endian -mxl-soft-mul" "EXTRA_COMPILER_FLAGS=-g -ffunction-sections -fdata-sections -Wall
-Wextra"
"Compiling PmodGPIO..."
mb-ar: *.o: Invalid argument
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now