Jump to content

FAM

Members
  • Posts

    2
  • Joined

  • Last visited

FAM's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. 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)
  2. 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
×
×
  • Create New...