Re: ffat_fs server build in 17.08?

2017-08-31 Thread Bob Stewart
Thank you, Christian.

Bob

Get Outlook for Android<https://aka.ms/ghei36>




From: Christian Helmuth <christian.helm...@genode-labs.com>
Sent: Thursday, August 31, 2017 2:48:20 AM
To: genode-main@lists.sourceforge.net
Subject: Re: ffat_fs server build in 17.08?

Hello Bob,

On Wed, Aug 30, 2017 at 06:32:29PM +, Bob Stewart wrote:
> I read the release notes. It does not say the ffat_ fs server is
> deprecated. It should stillbe buildable in this release!

You're right, the release notes do not mention that ffat_fs was
renamed to fatfs_fs for reasons of consistent naming of
components/libraries using the fatfs port. So, please to to build and
integrate fatfs_fs as replacement.

Regards
--
Christian Helmuth
Genode Labs

https://www.genode-labs.com/ · https://genode.org/
https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main


Re: ffat_fs server build in 17.08?

2017-08-31 Thread Christian Helmuth
Hello Bob,

On Wed, Aug 30, 2017 at 06:32:29PM +, Bob Stewart wrote:
> I read the release notes. It does not say the ffat_ fs server is
> deprecated. It should stillbe buildable in this release!

You're right, the release notes do not mention that ffat_fs was
renamed to fatfs_fs for reasons of consistent naming of
components/libraries using the fatfs port. So, please to to build and
integrate fatfs_fs as replacement.

Regards
-- 
Christian Helmuth
Genode Labs

https://www.genode-labs.com/ · https://genode.org/
https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main


Re: ffat_fs server build in 17.08?

2017-08-30 Thread Bob Stewart
I read the release notes. It does not say the ffat_ fs server is deprecated. It 
should stillbe buildable in this release!

Get Outlook for Android<https://aka.ms/ghei36>


From: Nobody III <hungryninja...@gmail.com>
Sent: Wednesday, August 30, 2017 2:05:04 PM
To: Genode OS Framework Mailing List
Subject: Re: ffat_fs server build in 17.08?

The release notes say that ffat_fs is deprecated in favor of a vfs plugin. I'd 
recommend reading the release notes to see how to adapt your scenario.

On Aug 30, 2017 11:58 AM, "Bob Stewart" 
<robjsstew...@gmail.com<mailto:robjsstew...@gmail.com>> wrote:
Hi,
I migrated to 17.08 from 17.05 this morning. One system I routinely build 
on prior releases fails with the 'server/ffat_fs' does not exist error. The 
prepare_tool was run to get the source, as usual. I've either forgotten a step 
or the current build is broken for users of the old ffat_fs server. The 
complete make output is:

make run/rico_no_usb KERNEL=hw | tee build.log
including /Work/Genode/genode-17.08/tool/run/boot_dir/hw
including /Work/Genode/genode-17.08/tool/run/image/uboot
including /Work/Genode/genode-17.08/repos/os/run/rico_no_usb.run
building targets:  core init server/pin_mux_ctl server/shared_mem 
drivers/platform/spec/437x drivers/platform/spec/437x/client drivers/timer 
drivers/gpio/spec/437x drivers/pwm drivers/i2c drivers/uart drivers/sd_card 
drivers/pruss app/soc_leds server/ffat_fs app/motor_control app/ap_cli 
app/ap_sensors app/autopilot

spawn make core init server/pin_mux_ctl server/shared_mem 
drivers/platform/spec/437x drivers/platform/spec/437x/client drivers/timer 
drivers/gpio/spec/437x drivers/pwm drivers/i2c drivers/uart drivers/sd_card 
drivers/pruss app/soc_leds server/ffat_fs app/motor_control app/ap_cli 
app/ap_sensors app/autopilot
make[1]: Entering directory '/Work/Genode/genode-17.08/build/437x'
Error: target 'server/ffat_fs' does not exist
Makefile:211: recipe for target 'error_missing_targets' failed
make[1]: *** [error_missing_targets] Error 1
make[1]: Leaving directory '/Work/Genode/genode-17.08/build/437x'
Error: Genode build failed
make: *** [run/rico_no_usb] Error 252
Makefile:309: recipe for target 'run/rico_no_usb' failed.

Thanks,

Bob Stewart


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
genode-main mailing list
genode-main@lists.sourceforge.net<mailto:genode-main@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/genode-main

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main


Re: ffat_fs server build in 17.08?

2017-08-30 Thread Nobody III
The release notes say that ffat_fs is deprecated in favor of a vfs plugin.
I'd recommend reading the release notes to see how to adapt your scenario.

On Aug 30, 2017 11:58 AM, "Bob Stewart"  wrote:

Hi,
I migrated to 17.08 from 17.05 this morning. One system I routinely
build on prior releases fails with the 'server/ffat_fs' does not exist
error. The prepare_tool was run to get the source, as usual. I've either
forgotten a step or the current build is broken for users of the old
ffat_fs server. The complete make output is:

make run/rico_no_usb KERNEL=hw | tee build.log
including /Work/Genode/genode-17.08/tool/run/boot_dir/hw
including /Work/Genode/genode-17.08/tool/run/image/uboot
including /Work/Genode/genode-17.08/repos/os/run/rico_no_usb.run
building targets:  core init server/pin_mux_ctl server/shared_mem
drivers/platform/spec/437x drivers/platform/spec/437x/client drivers/timer
drivers/gpio/spec/437x drivers/pwm drivers/i2c drivers/uart drivers/sd_card
drivers/pruss app/soc_leds server/ffat_fs app/motor_control app/ap_cli
app/ap_sensors app/autopilot

spawn make core init server/pin_mux_ctl server/shared_mem
drivers/platform/spec/437x drivers/platform/spec/437x/client drivers/timer
drivers/gpio/spec/437x drivers/pwm drivers/i2c drivers/uart drivers/sd_card
drivers/pruss app/soc_leds server/ffat_fs app/motor_control app/ap_cli
app/ap_sensors app/autopilot
make[1]: Entering directory '/Work/Genode/genode-17.08/build/437x'
Error: target 'server/ffat_fs' does not exist
Makefile:211: recipe for target 'error_missing_targets' failed
make[1]: *** [error_missing_targets] Error 1
make[1]: Leaving directory '/Work/Genode/genode-17.08/build/437x'
Error: Genode build failed
make: *** [run/rico_no_usb] Error 252
Makefile:309: recipe for target 'run/rico_no_usb' failed.

Thanks,

Bob Stewart



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main


ffat_fs server build in 17.08?

2017-08-30 Thread Bob Stewart

Hi,
I migrated to 17.08 from 17.05 this morning. One system I routinely 
build on prior releases fails with the 'server/ffat_fs' does not exist 
error. The prepare_tool was run to get the source, as usual. I've either 
forgotten a step or the current build is broken for users of the old 
ffat_fs server. The complete make output is:


make run/rico_no_usb KERNEL=hw | tee build.log
including /Work/Genode/genode-17.08/tool/run/boot_dir/hw
including /Work/Genode/genode-17.08/tool/run/image/uboot
including /Work/Genode/genode-17.08/repos/os/run/rico_no_usb.run
building targets:  core init server/pin_mux_ctl server/shared_mem 
drivers/platform/spec/437x drivers/platform/spec/437x/client 
drivers/timer drivers/gpio/spec/437x drivers/pwm drivers/i2c 
drivers/uart drivers/sd_card drivers/pruss app/soc_leds server/ffat_fs 
app/motor_control app/ap_cli app/ap_sensors app/autopilot


spawn make core init server/pin_mux_ctl server/shared_mem 
drivers/platform/spec/437x drivers/platform/spec/437x/client 
drivers/timer drivers/gpio/spec/437x drivers/pwm drivers/i2c 
drivers/uart drivers/sd_card drivers/pruss app/soc_leds server/ffat_fs 
app/motor_control app/ap_cli app/ap_sensors app/autopilot

make[1]: Entering directory '/Work/Genode/genode-17.08/build/437x'
Error: target 'server/ffat_fs' does not exist
Makefile:211: recipe for target 'error_missing_targets' failed
make[1]: *** [error_missing_targets] Error 1
make[1]: Leaving directory '/Work/Genode/genode-17.08/build/437x'
Error: Genode build failed
make: *** [run/rico_no_usb] Error 252
Makefile:309: recipe for target 'run/rico_no_usb' failed.

Thanks,

Bob Stewart


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main