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…
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…
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, the…