Page 4 of 4

Re: SDCard browser for Pluggy Reloaded:

Posted: 09 Mar 2022, 11:15
by gfernval
Was able to build both ROM and NOROM arduino/sdcard.rom files from source, but in building sdcard.rom I have had to use the makefile from romvx0.zip, it is correct the makefile for building sdcard.rom?

Re: SDCard browser for Pluggy Reloaded:

Posted: 11 Mar 2022, 22:31
by bmwtcu
Not sure if I understand your question. It's probably a question for at67 or lb3361 but I'll take a stab. Are you trying to build SDCard Browser in gtBASIC against ROMvX0?

Re: SDCard browser for Pluggy Reloaded:

Posted: 11 Mar 2022, 23:51
by lb3361
To build the SDCard browser, why don't you use the makefile from https://github.com/kervinck/gigatron-ro ... ser_SDCard.

Re: SDCard browser for Pluggy Reloaded:

Posted: 14 Mar 2022, 02:16
by gfernval
The makefile from https://github.com/kervinck/gigatron-ro ... ser_SDCard is needed to build the .h files needed for making the arduino code (both ROM and NOROM), but what about the makefile needed to build the sdcard.rom file to be flashed onto a 27C1024 EPROM?

Re: SDCard browser for Pluggy Reloaded:

Posted: 14 Mar 2022, 02:43
by at67
gfernval wrote: 14 Mar 2022, 02:16 The makefile from https://github.com/kervinck/gigatron-ro ... ser_SDCard is needed to build the .h files needed for making the arduino code (both ROM and NOROM), but what about the makefile needed to build the sdcard.rom file to be flashed onto a 27C1024 EPROM?
Why do you want to build the ROM file? Just download the latest pre-built version, the only reason I made the SDCARD ROM source code available was for people curious as to the changes I made.

That said if you absoloutely must build it yourself, then it's trivial to add an SDCARD.ROM entry into the makefile yourself.