Forum Discussion
Altera_Forum
Honored Contributor
19 years agoI'm not saying it will work, but have you tried changing
generate_sdk = "0"; to generate_sdk = "1"; in your SOPC Builder project's PTF file? I think this should generate a "Nios Classic" style SDK, where you'll, at least, have a shot at getting things to work. A quick "grepping" for plugs in the various components directory indicates that the source code is still there...as of 6.1. Good luck! - slacker UPDATE: Two more flags need to be set, as well: legacy_sdk_support = "1";
allow_legacy_sdk = "1";