I’m having this weird problem with this makefile. Despite having all the required .c files, the compiling process stops at the first instruction, with this error. make: *** No rule to make target ‘printerTest.umps’, needed by ‘all’. Stop. This exact code with the same exact files works in Debian Linux, though in Manjaro Arch Linux it return the error shown
Tag: mips
FIPS Capable OpenSSL cross-compiled: incore fingerprint issue
I’m having an issue trying to use the OpenSSL shared library (libcrypto) compiled to be FIPS capable on a MIPS device. I cross-compiled the FIPS Object Module and then the OpenSSL library in the following way (summarizing): I did all the needed steps, so I’m able to compile and install the library. The issue appears when I try to run
Reading a file kills NIC interrupts
I have a very strange problem with a board based on a MIPS processor and Linux 2.6. There are NIC interrupts for all incoming Ethernet packets. If I send 10.000 packets I could see that 10.000 NIC interrupts occurred. However, after I open and close a file (filled with zeros or regular) in the filesystem, there are much fewer NIC