This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:unix:fall2023:projects:fwg0 [2023/10/25 16:35] – [gsalce] gsalce | notes:unix:fall2023:projects:fwg0 [2023/10/26 02:13] (current) – [qbrown2] qbrown2 | ||
---|---|---|---|
Line 27: | Line 27: | ||
====packing the ROM==== | ====packing the ROM==== | ||
+ | to pack the rom, run the packrom command on the xml file and turn those results into an object. In the xml file be sure to give paths to where each thing you are putting in the ROM. Put those results into a .v32 file | ||
=====Using the Vircon32 API===== | =====Using the Vircon32 API===== | ||
Line 69: | Line 69: | ||
====efritz2==== | ====efritz2==== | ||
===question cprog=== | ===question cprog=== | ||
+ | |||
===response cprog=== | ===response cprog=== | ||
===question unix=== | ===question unix=== | ||
Line 93: | Line 94: | ||
====jbernata==== | ====jbernata==== | ||
===question cprog=== | ===question cprog=== | ||
+ | "I’m getting this error while following the instructions in the readme for the vircon emulator. Any pointers? I have rwx permissions for vircon32" | ||
===response cprog=== | ===response cprog=== | ||
+ | https:// | ||
+ | |||
+ | above is a link to the whole thread. The solution isn't in there as i found it on my own. I had to sudo ./Make.sh to give permissions to my own system. | ||
===question unix=== | ===question unix=== | ||
+ | "I’m trying to get vircon32 and this error came up while trying to install the package. Each of the requirements for the dependencies I’m trying to install are met but they’re not installable? | ||
===response unix=== | ===response unix=== | ||
+ | "you want to obtain and build it from source | ||
+ | that’s a prebuilt version (that you’d need to use dpkg to install)" | ||
===discord message links=== | ===discord message links=== | ||
+ | https:// | ||
+ | |||
+ | https:// | ||
====jjones76==== | ====jjones76==== | ||
===question=== | ===question=== | ||
Line 103: | Line 114: | ||
====jmerri10==== | ====jmerri10==== | ||
===question cprog=== | ===question cprog=== | ||
+ | I used “nano ~/ | ||
===response cprog=== | ===response cprog=== | ||
+ | That’s basically what you want to do, yeah | ||
===question unix=== | ===question unix=== | ||
+ | When i do my "cmake --install ." I'm getting a permission denied error | ||
===response unix=== | ===response unix=== | ||
+ | you did want to sudo that | ||
===discord message links=== | ===discord message links=== | ||
+ | https:// | ||
+ | https:// | ||
====morcutt==== | ====morcutt==== | ||
===question=== | ===question=== | ||
Line 117: | Line 134: | ||
====qbrown2==== | ====qbrown2==== | ||
===question=== | ===question=== | ||
+ | when i try to run ./make.sh on the edited demo files I get an error for the c file that select region is for some reason not getting a parameter even though it was defined at the top | ||
===response=== | ===response=== | ||
+ | When you define the belowText, you need to set it to a number, like #define belowText 1 | ||
===discord message link=== | ===discord message link=== | ||
+ | https:// | ||
====tvanoxx==== | ====tvanoxx==== | ||
===question=== | ===question=== |