No description
When building with a large "-j" value, the build could fail with a message like
gcc -o mesaflash mesaflash.o libanyio.a -lpci -lm
gcc: error: libanyio.a: No such file or directory
Makefile:70: recipe for target 'mesaflash' failed
make: *** [mesaflash] Error 1
make mesaflash explicitly depend on libanyio.a to avoid this.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
|
||
|---|---|---|
| debian | ||
| examples | ||
| libpci | ||
| winio32 | ||
| .gitignore | ||
| anyio.c | ||
| anyio.h | ||
| bitfile.c | ||
| bitfile.h | ||
| boards.h | ||
| common.c | ||
| common.h | ||
| eeprom.c | ||
| eeprom.h | ||
| eeprom_local.c | ||
| eeprom_local.h | ||
| eeprom_remote.c | ||
| eeprom_remote.h | ||
| encoder_module.c | ||
| encoder_module.h | ||
| epp_boards.c | ||
| epp_boards.h | ||
| eth_boards.c | ||
| eth_boards.h | ||
| hostmot2.c | ||
| hostmot2.h | ||
| hostmot2_def.h | ||
| lbp.c | ||
| lbp.h | ||
| lbp16.c | ||
| lbp16.h | ||
| libpci.dll | ||
| Makefile | ||
| mesaflash.c | ||
| pci_boards.c | ||
| pci_boards.h | ||
| README | ||
| serial_boards.c | ||
| serial_boards.h | ||
| spi_boards.c | ||
| spi_boards.h | ||
| sserial_module.c | ||
| sserial_module.h | ||
| types.h | ||
| usb_boards.c | ||
| usb_boards.h | ||
| WinIo32.dll | ||
| WinIo32.sys | ||
mesaflash ========= Configuration and diagnostic tool for Mesa Electronics PCI(E)/ETH/EPP/USB/SPI boards Quickstart: =========== From the top level directory, switch to the source directory: cd mesaflash In the source directory, install dependency and build: sudo apt-get install libpci-dev make to get command line syntax: ./mesaflash --help