Jump to content
  • 0

PmodGPIO driver will not compile in Vitis


FAM

Question

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

  • 0

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...