Using MicroSemi SoftConsole 4.0 to try to get a FreeRTOS demo project compiled and running, and I\'ve come across an error \"bad instruction \'[every line of code]\'\". Basicall
Does not look like ARM asm code. Possible Intel code.
@Richard is correct. That is our Intel assembly which assists in cryptographic acceleration on specific intel platforms.
You can fix this by adding the define NO_ASM
in wolfSSL or by excluding any files ending in .asm from your project.